This repository was archived by the owner on Dec 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<TargetFramework >net471</TargetFramework >
6
6
7
- <Version >3.6.1 </Version >
7
+ <Version >3.6.2 </Version >
8
8
9
9
<!-- Project Properties -->
10
10
<Nullable >enable</Nullable >
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ static RogueLibs()
31
31
/// </summary>
32
32
public const string Name = "RogueLibsCore" ;
33
33
34
- internal const string AssemblyVersion = "3.6.1 .0" ;
34
+ internal const string AssemblyVersion = "3.6.2 .0" ;
35
35
/// <summary>
36
36
/// <para>Version of RogueLibs that the current assembly is compiled with.</para>
37
37
/// </summary>
38
- public const string CompiledVersion = "3.6.1 " ;
38
+ public const string CompiledVersion = "3.6.2 " ;
39
39
/// <summary>
40
40
/// <para>Semantic version of RogueLibs that the current assembly is compiled with. Don't use it in BepInPlugin.</para>
41
41
/// </summary>
42
- public const string CompiledSemanticVersion = "3.6.1 " ;
42
+ public const string CompiledSemanticVersion = "3.6.2 " ;
43
43
/// <summary>
44
44
/// <para>Currently installed and running version of RogueLibs.</para>
45
45
/// </summary>
You can’t perform that action at this time.
0 commit comments