Skip to content

Commit

Permalink
2.6.2: upgrade jotunn to 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpw1991 committed May 14, 2024
1 parent a24042c commit 4dfe657
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ChebsValheimLibrary/Base.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace ChebsValheimLibrary
{
public class Base
{
public static readonly System.Version CurrentVersion = new("2.6.1");
public static readonly System.Version CurrentVersion = new("2.6.2");

public static bool VersionCheck(System.Version version, out string message)
{
Expand Down
6 changes: 3 additions & 3 deletions ChebsValheimLibrary/ChebsValheimLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<Guid>e3243d22-4307-4008-ba36-9f326008cde5</Guid>

<!-- Version Information -->
<Version>2.6.1.0</Version>
<FileVersion>2.6.1.0</FileVersion>
<Version>2.6.2.0</Version>
<FileVersion>2.6.2.0</FileVersion>

<!-- Custom IgnoresAccessChecksToAttribute -->
<IgnoresAccessChecksToAttributes>
Expand All @@ -45,7 +45,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="JotunnLib" Version="2.19.3" />
<PackageReference Include="JotunnLib" Version="2.20.0" />
<!-- <PackageReference Include="System.ValueTuple" Version="4.5.0"/>-->

<None Include="..\LICENSE" Pack="true" PackagePath=""/>
Expand Down

0 comments on commit 4dfe657

Please sign in to comment.