From 9955d54f7aae33a872e80863c9ac395604db4a97 Mon Sep 17 00:00:00 2001 From: roman-yagodin Date: Wed, 16 Sep 2020 12:47:55 +0400 Subject: [PATCH] Bump version --- Deploy/Deploy.csproj | 2 +- R7.Epsilon.Tests/R7.Epsilon.Tests.csproj | 2 +- R7.Epsilon.sln | 2 +- R7.Epsilon/Properties/AssemblyInfo.cs | 4 ++-- R7.Epsilon/R7.Epsilon.csproj | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Deploy/Deploy.csproj b/Deploy/Deploy.csproj index 13caa18b..d9ce137a 100644 --- a/Deploy/Deploy.csproj +++ b/Deploy/Deploy.csproj @@ -8,7 +8,7 @@ Deploy Deploy v4.5 - 2.0.9 + 2.0.10 true diff --git a/R7.Epsilon.Tests/R7.Epsilon.Tests.csproj b/R7.Epsilon.Tests/R7.Epsilon.Tests.csproj index a10f0451..03434565 100644 --- a/R7.Epsilon.Tests/R7.Epsilon.Tests.csproj +++ b/R7.Epsilon.Tests/R7.Epsilon.Tests.csproj @@ -9,7 +9,7 @@ R7.Epsilon.Tests R7.Epsilon.Tests v4.5 - 2.0.9 + 2.0.10 true diff --git a/R7.Epsilon.sln b/R7.Epsilon.sln index a779ac78..b61ebaac 100644 --- a/R7.Epsilon.sln +++ b/R7.Epsilon.sln @@ -30,6 +30,6 @@ Global Policies = $0 $0.StandardHeader = $1 $1.Text = @ \n ${FileName}\n \n Author:\n ${AuthorName} <${AuthorEmail}>\n\n Copyright (c) ${Year} ${CopyrightHolder}\n\n This program is free software: you can redistribute it and/or modify\n it under the terms of the GNU Affero General Public License as published by\n the Free Software Foundation, either version 3 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n GNU Affero General Public License for more details.\n\n You should have received a copy of the GNU Affero General Public License\n along with this program. If not, see . - version = 2.0.9 + version = 2.0.10 EndGlobalSection EndGlobal diff --git a/R7.Epsilon/Properties/AssemblyInfo.cs b/R7.Epsilon/Properties/AssemblyInfo.cs index 4d4851d0..7b723832 100644 --- a/R7.Epsilon/Properties/AssemblyInfo.cs +++ b/R7.Epsilon/Properties/AssemblyInfo.cs @@ -16,8 +16,8 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion ("2.0.9")] -[assembly: AssemblyInformationalVersion ("2.0.9")] +[assembly: AssemblyVersion ("2.0.10")] +[assembly: AssemblyInformationalVersion ("2.0.10")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/R7.Epsilon/R7.Epsilon.csproj b/R7.Epsilon/R7.Epsilon.csproj index 6f5b6745..27b22d29 100644 --- a/R7.Epsilon/R7.Epsilon.csproj +++ b/R7.Epsilon/R7.Epsilon.csproj @@ -8,7 +8,7 @@ Library R7.Epsilon R7.Epsilon - 2.0.9 + 2.0.10 v4.5