Commit 7f831c3 1 parent a57efac commit 7f831c3 Copy full SHA for 7f831c3
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ internal class BasePlugin : BaseUnityPlugin
38
38
private const string ConfigFileName = PluginGuid + ".cfg" ;
39
39
private static readonly string ConfigFileFullPath = Path . Combine ( Paths . ConfigPath , ConfigFileName ) ;
40
40
41
- public readonly System . Version ChebsValheimLibraryVersion = new ( "2.6.0 " ) ;
41
+ public readonly System . Version ChebsValheimLibraryVersion = new ( "2.6.1 " ) ;
42
42
43
43
private readonly Harmony harmony = new ( PluginGuid ) ;
44
44
Original file line number Diff line number Diff line change 40
40
<PrivateAssets >all</PrivateAssets >
41
41
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
42
42
</PackageReference >
43
- <PackageReference Include =" ChebsValheimLibrary" Version =" 2.6.0" />
44
- <PackageReference Include =" HarmonyX" Version =" 2.12.0" />
43
+ <PackageReference Include =" ChebsValheimLibrary" Version =" 2.6.1" />
45
44
<PackageReference Include =" JotunnLib" Version =" 2.19.3" />
46
45
<PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.3" >
47
46
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ A special thanks to the people who've helped me along the way:
154
154
155
155
Date | Version | Notes
156
156
--- | --- | ---
157
+ 25/04/2024 | 4.10.0 | Prepare for ashlands; upgrade CVL
157
158
28/01/2024 | 4.9.1 | Reduce logging in case of missing bone color data
158
159
27/01/2024 | 4.9.0 | Add different healing levels & spells to the priests; fix a bug that erased some default equipment set in Unity
159
160
25/01/2024 | 4.8.0 | Add skeleton priest to heal other minions
You can’t perform that action at this time.
0 commit comments