We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba91a33 commit c31103aCopy full SHA for c31103a
src/GeneticSharp.Domain/Properties/SolutionInfo.cs
@@ -8,5 +8,5 @@
8
[assembly: AssemblyConfiguration("Release")]
9
#endif
10
11
-[assembly: AssemblyVersion("2.5.2")]
12
-[assembly: AssemblyFileVersion("2.5.2.0")]
+[assembly: AssemblyVersion("2.6.0")]
+[assembly: AssemblyFileVersion("2.6.0.0")]
tools/buildLibrariesNuget.cmd
@@ -1,4 +1,4 @@
1
-SET PACKAGE_VERSION="2.5.2"
+SET PACKAGE_VERSION="2.6.0"
2
3
mkdir .\src\nuget
4
dotnet pack src/GeneticSharp.Domain/GeneticSharp.Domain.csproj -c release --no-build --output ../nuget /p:PackageVersion=%PACKAGE_VERSION%
0 commit comments