Skip to content

Commit

Permalink
build: 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Oct 20, 2024
1 parent 74787cf commit c46511f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions NetStone/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.3.1
### Bugfixes
- Free Company search
- Fixed queries with empty name
- Fixed Active Times
### Contributors
- Tawmy
## 1.3.0
### Breaking Changes
- AttackMagicPotency in Character Attributes is now nullable
Expand Down
5 changes: 2 additions & 3 deletions NetStone/NetStone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@
<TargetFramework>netstandard2.1</TargetFramework>

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

<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>Changelog.md</PackageReleaseNotes>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down

0 comments on commit c46511f

Please sign in to comment.