Skip to content

Commit cbb8c16

Browse files
committed
Bump version to v3.0.1 and update release notes
1 parent 9f0000d commit cbb8c16

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

FormatWith/FormatWith.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AssemblyName>FormatWith</AssemblyName>
99
<AssemblyTitle>FormatWith</AssemblyTitle>
1010
<PackageId>FormatWith</PackageId>
11-
<VersionPrefix>3.0.0</VersionPrefix>
11+
<VersionPrefix>3.0.1</VersionPrefix>
1212
<Authors>Ryan Crosby</Authors>
1313
<Copyright>Copyright © Ryan Crosby 2017 - 2020</Copyright>
1414
<PackageTags>named string formatter extension NetStandard 2.0</PackageTags>
@@ -24,7 +24,10 @@
2424
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2525
<RepositoryUrl>https://github.com/crozone/FormatWith</RepositoryUrl>
2626
<RepositoryType>git</RepositoryType>
27-
<PackageReleaseNotes>Key:format syntax now supported for FormatWith and FormattableWith</PackageReleaseNotes>
27+
<PackageReleaseNotes>
28+
Key:format syntax now supported for FormatWith and FormattableWith.
29+
Add strong signing.
30+
</PackageReleaseNotes>
2831
<SignAssembly>true</SignAssembly>
2932
<AssemblyOriginatorKeyFile>FormatWith-Release.snk</AssemblyOriginatorKeyFile>
3033
<DelaySign>false</DelaySign>

0 commit comments

Comments
 (0)