Skip to content

Commit

Permalink
Bump version and use PackageLicenseExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Oct 11, 2024
1 parent 8d5d497 commit a9b1d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chaos.NaCl/Chaos.NaCl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net9.0;net8.0;net7.0;net6.0;netstandard2.0;net462</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>bin\$(Configuration)\</OutputPath>
<Version>0.9.2</Version>
<Version>0.9.3</Version>
<Authors>Deadpikle, CodesInChaos</Authors>
<Description>See https://github.com/NetSparkleUpdater/Chaos.NaCl and README for package information. This NuGet package was originally created for NetSparkleUpdater's ed25519 functionality.</Description>
<Copyright>Copyright 2024</Copyright>
Expand All @@ -19,7 +19,7 @@
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<RootNamespace>Chaos.NaCl</RootNamespace>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>See https://github.com/NetSparkleUpdater/Chaos.NaCl and README for information about this package.</PackageReleaseNotes>
<IsTrimmable>true</IsTrimmable>
<TrimMode>partial</TrimMode>
Expand Down

0 comments on commit a9b1d5b

Please sign in to comment.