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

Commit c98ae56

Browse files
committed
🔖 v3.6.2
1 parent 471c88e commit c98ae56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.1</Version>
7+
<Version>3.6.2</Version>
88

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

‎RogueLibsCore/RogueLibs.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ static RogueLibs()
3131
/// </summary>
3232
public const string Name = "RogueLibsCore";
3333

34-
internal const string AssemblyVersion = "3.6.1.0";
34+
internal const string AssemblyVersion = "3.6.2.0";
3535
/// <summary>
3636
/// <para>Version of RogueLibs that the current assembly is compiled with.</para>
3737
/// </summary>
38-
public const string CompiledVersion = "3.6.1";
38+
public const string CompiledVersion = "3.6.2";
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.1";
42+
public const string CompiledSemanticVersion = "3.6.2";
4343
/// <summary>
4444
/// <para>Currently installed and running version of RogueLibs.</para>
4545
/// </summary>

0 commit comments

Comments
 (0)