Skip to content

Commit

Permalink
Increase version to 1.3 and add nuget release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nkristek committed May 25, 2018
1 parent c4065e0 commit 8702b09
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.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyInformationalVersion("1.3.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 adds a ValueConversionAttribute on all converters defining source and target type. All converters will now check incoming values for their types and return Binding.DoNothing if the value is not valid. It also brings a ValueConverterChain to chain IValueConverters.</releaseNotes>
<releaseNotes>This release changes the namespace to start with an uppercase letter. The namespace is now "NKristek.Wpf.Converters".</releaseNotes>
<copyright>$copyright$</copyright>
</metadata>
</package>

0 comments on commit 8702b09

Please sign in to comment.