Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update NuGet to version 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tparviainen committed Jun 29, 2019
1 parent 6f3bd65 commit 756e641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
$packageVersion = "3.0.3"
$packageVersion = "3.0.4"
$project = "..\src\ClashOfClans\ClashOfClans.csproj"
$configuration = "Release"

dotnet clean -c $configuration $project
dotnet build -c $configuration $project
dotnet pack -p:PackageVersion=$packageVersion -c $configuration $project
dotnet pack -p:PackageVersion=$packageVersion -p:Version=$packageVersion -c $configuration $project
2 changes: 1 addition & 1 deletion src/ClashOfClans.App/ClashOfClans.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ClashOfClans" Version="3.0.3" />
<PackageReference Include="ClashOfClans" Version="3.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="2.2.0" />
</ItemGroup>

Expand Down

0 comments on commit 756e641

Please sign in to comment.