Skip to content

Commit

Permalink
5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
6bee committed Sep 26, 2018
1 parent c3ce8b1 commit 373b29f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pack.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
set configuration=Debug
set version-suffix="beta-004"
set configuration=Release
set version-suffix=""
clean ^
&& dotnet restore ^
&& dotnet build src\Remote.Linq --configuration %configuration% ^
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="aqua-core" Version="4.5.0-beta-001" />
<PackageReference Include="aqua-core-newtonsoft-json" Version="4.5.0-beta-001" />
<PackageReference Include="aqua-core" Version="4.5.0" />
<PackageReference Include="aqua-core-newtonsoft-json" Version="4.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Remote.Linq/Remote.Linq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="aqua-core" Version="4.5.0-beta-001" />
<PackageReference Include="aqua-core" Version="4.5.0" />
<PackageReference Include="System.Linq.Expressions" Version="4.3.0" />
</ItemGroup>

Expand Down

0 comments on commit 373b29f

Please sign in to comment.