Skip to content

Commit

Permalink
build: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Oct 19, 2024
1 parent 8945fc4 commit 8cf4784
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions NetStone/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.3.0
### Breaking Changes
- AttackMagicPotency in Character Attributes is now nullable
- HealingMagicPotency in Character Attributes is now nullable
### New Features
- Character Attributes
- Added Craftsmanship
- Added Control
- Added Gathering
- Added Perception
- Free Company Member
- Added Free Company Rank
- Added Free Company Rank Icon
- Gear
- Added item level
### Contributors
- Tawmy
- Corielljacob
## 1.2.1
### New Features
- Character
Expand Down
4 changes: 2 additions & 2 deletions NetStone/NetStone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>netstandard2.1</TargetFramework>

<PackageId>NetStone</PackageId>
<PackageVersion>1.2.1</PackageVersion>
<FileVersion>1.2.1</FileVersion>
<PackageVersion>1.3.0</PackageVersion>
<FileVersion>1.3.0</FileVersion>
<Description>Portable and modern Lodestone library.</Description>
<Authors>goaaats, Koenari</Authors>
<PackageProjectUrl>https://github.com/xivapi/NetStone</PackageProjectUrl>
Expand Down

0 comments on commit 8cf4784

Please sign in to comment.