Skip to content

Commit

Permalink
Update Dependencies Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Jan 1, 2020
1 parent fffb333 commit f3fe477
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions HeroesPowerPlant/HeroesPowerPlant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -366,12 +366,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AssimpNet" Version="4.1.0" />
<PackageReference Include="csharp-prs" Version="2.1.2" />
<PackageReference Include="HeroesONE_R" Version="1.0.5">
<PackageReference Include="csharp-prs" Version="2.1.3" />
<PackageReference Include="HeroesONE_R" Version="1.0.6">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Reloaded.Memory" Version="2.5.1" />
<PackageReference Include="Reloaded.Memory" Version="2.6.0" />
<PackageReference Include="Reloaded.Memory.Buffers" Version="1.3.4" />
<PackageReference Include="SharpDX.D3DCompiler" Version="4.2.0" />
<PackageReference Include="SharpDX.Desktop" Version="4.2.0" />
Expand Down
4 changes: 2 additions & 2 deletions HeroesPowerPlant/Resources/hpp_version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "v0.8.5",
"versionName": "v0.8.5"
"version": "v0.8.6",
"versionName": "v0.8.6"
}
4 changes: 2 additions & 2 deletions HeroesPowerPlant/Shared/IO/Config/HPPVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
public class HPPVersion
{
public string version = "v0.8.5";
public string versionName = "v0.8.5";
public string version = "v0.8.6";
public string versionName = "v0.8.6";
}
}

0 comments on commit f3fe477

Please sign in to comment.