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

Commit 4fd9c7c

Browse files
committed
🔖 v3.6.0-rc.2
1 parent 48c7e39 commit 4fd9c7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<TargetFramework>net471</TargetFramework>
66

7-
<Version>3.6.0-rc.1</Version>
7+
<Version>3.6.0-rc.2</Version>
88

99
<!-- Project Properties -->
1010
<Nullable>enable</Nullable>

‎RogueLibsCore/RogueLibs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static RogueLibs()
3939
/// <summary>
4040
/// <para>Semantic version of RogueLibs that the current assembly is compiled with. Don't use it in BepInPlugin.</para>
4141
/// </summary>
42-
public const string CompiledSemanticVersion = "3.6.0-rc.1";
42+
public const string CompiledSemanticVersion = "3.6.0-rc.2";
4343
/// <summary>
4444
/// <para>Currently installed and running version of RogueLibs.</para>
4545
/// </summary>

0 commit comments

Comments
 (0)