Skip to content

Commit 2a9847f

Browse files
committed
Bump the version to 2.5.2
1 parent b2f98f0 commit 2a9847f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ after_build:
4343
- cmd: >-
4444
mkdir .\src\nuget
4545
46-
dotnet pack src/GeneticSharp.Domain/GeneticSharp.Domain.csproj -c release --no-build --output ../nuget /p:PackageVersion=2.5.1
46+
dotnet pack src/GeneticSharp.Domain/GeneticSharp.Domain.csproj -c release --no-build --output ../nuget /p:PackageVersion=2.5.2
4747
48-
dotnet pack src/GeneticSharp.Extensions/GeneticSharp.Extensions.csproj -c release --no-build --output ../nuget /p:PackageVersion=2.5.1
48+
dotnet pack src/GeneticSharp.Extensions/GeneticSharp.Extensions.csproj -c release --no-build --output ../nuget /p:PackageVersion=2.5.2
4949
5050
test_script:
5151
- cmd: dotnet clean src/GeneticSharp.Domain.UnitTests

src/GeneticSharp.Domain/Properties/SolutionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
[assembly: AssemblyConfiguration("Release")]
99
#endif
1010

11-
[assembly: AssemblyVersion("2.5.1")]
12-
[assembly: AssemblyFileVersion("2.5.1.0")]
11+
[assembly: AssemblyVersion("2.5.2")]
12+
[assembly: AssemblyFileVersion("2.5.2.0")]

0 commit comments

Comments
 (0)