Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinungf committed Jun 24, 2023
1 parent fe92062 commit 35ca53f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SpreadCheetah/SpreadCheetah.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

<!-- NuGet package -->
<PackageId>SpreadCheetah</PackageId>
<Version>1.9.0</Version>
<Version>1.10.0</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>sveinungf</Authors>
<Description>SpreadCheetah is a high-performance .NET library for generating spreadsheet (Microsoft Excel XLSX) files.</Description>
<PackageProjectUrl>https://github.com/sveinungf/spreadcheetah</PackageProjectUrl>
<RepositoryUrl>https://github.com/sveinungf/spreadcheetah</RepositoryUrl>
<PackageTags>spreadsheet;excel;xlsx;openxml;sourcegenerator</PackageTags>
<PackageReleaseNotes>https://github.com/sveinungf/spreadcheetah/releases/tag/v1.9.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/sveinungf/spreadcheetah/releases/tag/v1.10.0</PackageReleaseNotes>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

Expand All @@ -24,7 +24,7 @@

<!-- Package validation -->
<EnablePackageValidation>true</EnablePackageValidation>
<PackageValidationBaselineVersion>1.8.0</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>1.9.0</PackageValidationBaselineVersion>
<EnableStrictModeForCompatibleTfms>true</EnableStrictModeForCompatibleTfms>
<EnableStrictModeForCompatibleFrameworksInPackage>true</EnableStrictModeForCompatibleFrameworksInPackage>
</PropertyGroup>
Expand Down

0 comments on commit 35ca53f

Please sign in to comment.