Skip to content

Commit

Permalink
Merge pull request #56 from leocb/version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
leocb committed Feb 10, 2020
2 parents bd69e96 + 9cd3811 commit f657ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>MaterialSkin.2</id>
<version>2.1.1</version>
<version>2.1.2</version>
<title>MaterialSkin 2</title>
<authors>leocb, IgnaceMaes</authors>
<owners>leocb</owners>
Expand All @@ -11,7 +11,7 @@
<icon>images\nugetIcon.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Google's Material Design for your windows forms.</description>
<releaseNotes>New controls, bug fixes and a new rendering method! WARNING: This is NOT a drop-in replacement and will break existing apps</releaseNotes>
<releaseNotes>see github page for release notes</releaseNotes>
<copyright>Copyright Leonardo C Bottaro © 2020</copyright>
<tags>material design materialdesign google forms theme skin</tags>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions MaterialSkin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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("2.1.1.0")]
[assembly: AssemblyFileVersion("2.1.1.0")]
[assembly: AssemblyVersion("2.1.2.0")]
[assembly: AssemblyFileVersion("2.1.2.0")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit f657ca1

Please sign in to comment.