Skip to content

Commit

Permalink
Bump version to v3.0.1 and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
crozone committed Aug 25, 2020
1 parent 9f0000d commit cbb8c16
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions FormatWith/FormatWith.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>FormatWith</AssemblyName>
<AssemblyTitle>FormatWith</AssemblyTitle>
<PackageId>FormatWith</PackageId>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionPrefix>3.0.1</VersionPrefix>
<Authors>Ryan Crosby</Authors>
<Copyright>Copyright © Ryan Crosby 2017 - 2020</Copyright>
<PackageTags>named string formatter extension NetStandard 2.0</PackageTags>
Expand All @@ -24,7 +24,10 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/crozone/FormatWith</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>Key:format syntax now supported for FormatWith and FormattableWith</PackageReleaseNotes>
<PackageReleaseNotes>
Key:format syntax now supported for FormatWith and FormattableWith.
Add strong signing.
</PackageReleaseNotes>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>FormatWith-Release.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
Expand Down

0 comments on commit cbb8c16

Please sign in to comment.