Skip to content

Commit

Permalink
Increase version to 1.4 and add nuget release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nkristek committed May 31, 2018
1 parent af77438 commit c25e244
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Wpf.Converters/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyInformationalVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.4.0.0")]
[assembly: AssemblyInformationalVersion("1.4.0.0")]
2 changes: 1 addition & 1 deletion Wpf.Converters/Wpf.Converters.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<projectUrl>https://github.com/nkristek/Wpf.Converters</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>This release changes the namespace to start with an uppercase letter. The namespace is now "NKristek.Wpf.Converters".</releaseNotes>
<releaseNotes>This release adds AllBool-IMultiValueConverter (AllBoolToBoolConverter, AllBoolToInverseBoolConverter, AllBoolToVisibilityConverter, AllBoolToInverseVisibilityConverter).</releaseNotes>
<copyright>$copyright$</copyright>
</metadata>
</package>

0 comments on commit c25e244

Please sign in to comment.