Skip to content

Commit

Permalink
Version 3.1.4 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomelli authored Jan 29, 2023
1 parent 106b03c commit e15ee82
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.1.2.{build}
version: 3.1.4.{build}
os: Visual Studio 2022
configuration: Release
environment:
Expand Down
2 changes: 1 addition & 1 deletion buildLibrariesNuget.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET PACKAGE_VERSION="3.1.2"
SET PACKAGE_VERSION="3.1.4"

mkdir .\src\nuget

Expand Down
2 changes: 1 addition & 1 deletion buildTemplatesNuget.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SET PACKAGE_VERSION=3.1.2
SET PACKAGE_VERSION=3.1.4

cd .\src\Templates

Expand Down
4 changes: 2 additions & 2 deletions src/GeneticSharp.Domain/Properties/SolutionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion src/Templates/content/ConsoleApp/ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GeneticSharp" Version="3.1.2" />
<PackageReference Include="GeneticSharp" Version="3.1.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Templates/content/TspBlazorApp/TspBlazorApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="geneticsharp.extensions" Version="3.1.2" />
<PackageReference Include="geneticsharp.extensions" Version="3.1.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.8" PrivateAssets="all" />
</ItemGroup>
Expand Down

0 comments on commit e15ee82

Please sign in to comment.