diff --git a/appveyor.yml b/appveyor.yml index c16fb41b..33c7ba2e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.1.2.{build} +version: 3.1.4.{build} os: Visual Studio 2022 configuration: Release environment: diff --git a/buildLibrariesNuget.cmd b/buildLibrariesNuget.cmd index ef873a2a..73765ff2 100644 --- a/buildLibrariesNuget.cmd +++ b/buildLibrariesNuget.cmd @@ -1,4 +1,4 @@ -SET PACKAGE_VERSION="3.1.2" +SET PACKAGE_VERSION="3.1.4" mkdir .\src\nuget diff --git a/buildTemplatesNuget.cmd b/buildTemplatesNuget.cmd index 98b0dcf6..f76c4884 100644 --- a/buildTemplatesNuget.cmd +++ b/buildTemplatesNuget.cmd @@ -1,4 +1,4 @@ -SET PACKAGE_VERSION=3.1.2 +SET PACKAGE_VERSION=3.1.4 cd .\src\Templates diff --git a/src/GeneticSharp.Domain/Properties/SolutionInfo.cs b/src/GeneticSharp.Domain/Properties/SolutionInfo.cs index 0ea6587c..b6d7f888 100644 --- a/src/GeneticSharp.Domain/Properties/SolutionInfo.cs +++ b/src/GeneticSharp.Domain/Properties/SolutionInfo.cs @@ -8,5 +8,5 @@ [assembly: AssemblyConfiguration("Release")] #endif -[assembly: AssemblyVersion("3.1.2")] -[assembly: AssemblyFileVersion("3.1.2.0")] +[assembly: AssemblyVersion("3.1.4")] +[assembly: AssemblyFileVersion("3.1.4.0")] diff --git a/src/Templates/content/ConsoleApp/ConsoleApp.csproj b/src/Templates/content/ConsoleApp/ConsoleApp.csproj index 4c1a8fe1..40b94015 100644 --- a/src/Templates/content/ConsoleApp/ConsoleApp.csproj +++ b/src/Templates/content/ConsoleApp/ConsoleApp.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/Templates/content/TspBlazorApp/TspBlazorApp.csproj b/src/Templates/content/TspBlazorApp/TspBlazorApp.csproj index 48b88251..650613d7 100644 --- a/src/Templates/content/TspBlazorApp/TspBlazorApp.csproj +++ b/src/Templates/content/TspBlazorApp/TspBlazorApp.csproj @@ -7,7 +7,7 @@ - +