File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/GeneticSharp.Domain/Properties Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
5050test_script :
5151- cmd : dotnet clean src/GeneticSharp.Domain.UnitTests
Original file line number Diff line number Diff line change 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" ) ]
You can’t perform that action at this time.
0 commit comments