From e15ee828db3663bcdd0362b5e18620bedf220384 Mon Sep 17 00:00:00 2001 From: Diego Giacomelli Date: Sun, 29 Jan 2023 09:02:55 -0300 Subject: [PATCH] Version 3.1.4 (#106) --- appveyor.yml | 2 +- buildLibrariesNuget.cmd | 2 +- buildTemplatesNuget.cmd | 2 +- src/GeneticSharp.Domain/Properties/SolutionInfo.cs | 4 ++-- src/Templates/content/ConsoleApp/ConsoleApp.csproj | 2 +- src/Templates/content/TspBlazorApp/TspBlazorApp.csproj | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) 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 @@ - +