Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
🔖 v3.6.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Jul 24, 2022
1 parent 6377f34 commit 46032d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<TargetFramework>net471</TargetFramework>

<Version>3.5.2</Version>
<Version>3.6.0-rc.0</Version>

<!-- Project Properties -->
<Nullable>enable</Nullable>
Expand Down
6 changes: 3 additions & 3 deletions RogueLibsCore/RogueLibs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ static RogueLibs()
/// </summary>
public const string Name = "RogueLibsCore";

internal const string AssemblyVersion = "3.5.2.0";
internal const string AssemblyVersion = "3.6.0.0";
/// <summary>
/// <para>Version of RogueLibs that the current assembly is compiled with.</para>
/// </summary>
public const string CompiledVersion = "3.5.2";
public const string CompiledVersion = "3.6.0";
/// <summary>
/// <para>Semantic version of RogueLibs that the current assembly is compiled with. Don't use it in BepInPlugin.</para>
/// </summary>
public const string CompiledSemanticVersion = "3.5.2";
public const string CompiledSemanticVersion = "3.6.0-rc.0";
/// <summary>
/// <para>Currently installed and running version of RogueLibs.</para>
/// </summary>
Expand Down

0 comments on commit 46032d4

Please sign in to comment.