From 9cd3811e22ba47161e4c1da8a303cb33c83bccf8 Mon Sep 17 00:00:00 2001 From: leocb Date: Mon, 10 Feb 2020 11:39:26 -0300 Subject: [PATCH] bump version --- .nuspec | 4 ++-- MaterialSkin/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.nuspec b/.nuspec index 6efcf505..2851f241 100644 --- a/.nuspec +++ b/.nuspec @@ -2,7 +2,7 @@ MaterialSkin.2 - 2.1.1 + 2.1.2 MaterialSkin 2 leocb, IgnaceMaes leocb @@ -11,7 +11,7 @@ images\nugetIcon.png false Google's Material Design for your windows forms. - New controls, bug fixes and a new rendering method! WARNING: This is NOT a drop-in replacement and will break existing apps + see github page for release notes Copyright Leonardo C Bottaro © 2020 material design materialdesign google forms theme skin diff --git a/MaterialSkin/Properties/AssemblyInfo.cs b/MaterialSkin/Properties/AssemblyInfo.cs index bf784fc5..ed010c00 100644 --- a/MaterialSkin/Properties/AssemblyInfo.cs +++ b/MaterialSkin/Properties/AssemblyInfo.cs @@ -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")] \ No newline at end of file