Skip to content

Commit

Permalink
ready for 1.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Feb 14, 2016
1 parent 22bf2da commit 55d2675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NotifyPropertyChangedGenerator</id>
<version>1.1.0.1</version>
<version>1.1.1.0</version>
<title>NotifyPropertyChangedGenerator</title>
<authors>neuecc</authors>
<projectUrl>https://github.com/neuecc/NotifyPropertyChangedGenerator</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Roslyn Analyzer/Generator for avoid boring boilerplate INotifyPropertyChanged implementation.</description>
<releaseNotes>Update for Visual Studio 2015 RTM.</releaseNotes>
<releaseNotes>Support private set accessor, thanks @ciniml.</releaseNotes>
<tags>analyzers INotifyPropertyChanged MVVM</tags>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.1.0.1")]
[assembly: AssemblyFileVersion("1.1.0.1")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]

0 comments on commit 55d2675

Please sign in to comment.