Skip to content

Commit

Permalink
build: 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenari committed Jul 13, 2024
1 parent 781a2af commit 59bf7c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions NetStone/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.1
### New Features
- Character
- Added Bozja (credit to twobe7)
- Added Eureka (credit to twobe7)
## 1.2.0
### Breaking Changes
- ClassJobs are now non-nullable. Use IsUnlocked instead of a null check
Expand Down
12 changes: 6 additions & 6 deletions NetStone/NetStone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<TargetFramework>netstandard2.1</TargetFramework>

<PackageId>NetStone</PackageId>
<PackageVersion>1.2.0</PackageVersion>
<FileVersion>1.1.2</FileVersion>
<PackageVersion>1.2.1</PackageVersion>
<FileVersion>1.2.1</FileVersion>
<Description>Portable and modern Lodestone library.</Description>
<Authors>goaaats</Authors>
<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 All @@ -24,15 +25,14 @@
<ItemGroup>
<None Include="../LICENSE" Pack="true" PackagePath="\" />
<None Include="../README.md" Pack="true" PackagePath="\" />
<None Include="Changelog.md" Pack="true" PackagePath="\" />
</ItemGroup>

<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<DocumentationFile>NetStone.xml</DocumentationFile>

<!-- BUG: Cannot include symbols and a readme, fixed with .NET 6(https://github.com/NuGet/Home/issues/11292) -->
<!-- <SymbolPackageFormat>snupkg</SymbolPackageFormat> -->
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 59bf7c8

Please sign in to comment.