File tree Expand file tree Collapse file tree 4 files changed +10
-29
lines changed
Expand file tree Collapse file tree 4 files changed +10
-29
lines changed Original file line number Diff line number Diff line change 11#### Port
22Aeron.NET has been ported against Java version:
3- - Agrona: 1.0.7
4- - Aeron: 1.28.2
3+ - Agrona: 1.14.0
4+ - Aeron: 1.37.0
Original file line number Diff line number Diff line change 11@ echo off
22pushd %~dp0 ..
3- call dotnet pack src\Adaptive.Aeron\Adaptive.Aeron.csproj -c Release --output ..\..\ nupkgs
4- call dotnet pack src\Adaptive.Agrona\Adaptive.Agrona.csproj -c Release --output ..\..\ nupkgs
5- call dotnet pack src\Adaptive.Cluster\Adaptive.Cluster.csproj -c Release --output ..\..\ nupkgs
6- call dotnet pack src\Adaptive.Archiver\Adaptive.Archiver.csproj -c Release --output ..\..\ nupkgs
3+ call dotnet pack src\Adaptive.Aeron\Adaptive.Aeron.csproj -c Release --output nupkgs
4+ call dotnet pack src\Adaptive.Agrona\Adaptive.Agrona.csproj -c Release --output nupkgs
5+ call dotnet pack src\Adaptive.Cluster\Adaptive.Cluster.csproj -c Release --output nupkgs
6+ call dotnet pack src\Adaptive.Archiver\Adaptive.Archiver.csproj -c Release --output nupkgs
77call .\scripts\nuget pack .\driver\Aeron.Driver.nuspec -OutputDirectory nupkgs
88popd
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ SET nuget_source=https://api.nuget.org/v3/index.json
44
55del nupkgs\*.nupkg
66
7- call dotnet pack src\Adaptive.Aeron\Adaptive.Aeron.csproj -c Release --output ..\..\ nupkgs
8- call dotnet pack src\Adaptive.Agrona\Adaptive.Agrona.csproj -c Release --output ..\..\ nupkgs
9- call dotnet pack src\Adaptive.Cluster\Adaptive.Cluster.csproj -c Release --output ..\..\ nupkgs
10- call dotnet pack src\Adaptive.Archiver\Adaptive.Archiver.csproj -c Release --output ..\..\ nupkgs
7+ call dotnet pack src\Adaptive.Aeron\Adaptive.Aeron.csproj -c Release --output nupkgs
8+ call dotnet pack src\Adaptive.Agrona\Adaptive.Agrona.csproj -c Release --output nupkgs
9+ call dotnet pack src\Adaptive.Cluster\Adaptive.Cluster.csproj -c Release --output nupkgs
10+ call dotnet pack src\Adaptive.Archiver\Adaptive.Archiver.csproj -c Release --output nupkgs
1111call .\scripts\nuget pack .\driver\Aeron.Driver.nuspec -OutputDirectory nupkgs
1212
1313call dotnet nuget push nupkgs\Agrona.*.nupkg -s %nuget_source%
You can’t perform that action at this time.
0 commit comments