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

Commit 34abcd4

Browse files
committed
🔖 v3.5.0
1 parent 31d6e4e commit 34abcd4

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.5.0-rc.4</Version>
7+
<Version>3.5.0</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.5.0-rc.4";
42+
public const string CompiledSemanticVersion = "3.5.0";
4343
/// <summary>
4444
/// <para>Currently installed and running version of RogueLibs.</para>
4545
/// </summary>

0 commit comments

Comments
 (0)