Skip to content

Commit

Permalink
release v4.6.1116
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Sep 18, 2022
1 parent 54b2501 commit 2921d4b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
Binary file modified Assemblies/0ColourPicker.dll
Binary file not shown.
Binary file modified Assemblies/FluffyUI.dll
Binary file not shown.
Binary file modified Assemblies/ModManager.dll
Binary file not shown.
Binary file modified Assemblies/YamlDotNet.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions Source/ModManager/ModManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.3.3311-beta" />
<PackageReference Include="Lib.Harmony" Version="2.2.1" ExcludeAssets="runtime" />
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.3.3389" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" ExcludeAssets="runtime" />
<PackageReference Include="SemanticVersioning" Version="2.0.2" />
<PackageReference Include="YamlDotNet" Version="11.2.1" />
<PackageReference Include="YamlDotNet" Version="12.0.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\..\TOOLS\ColourPicker\ColourPicker.csproj" />
Expand Down
11 changes: 10 additions & 1 deletion modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/fluffy-mods/ModManager",
"version": {
"major": 4,
"minor": 5,
"minor": 6,
"build": 1116
},
"author": {
Expand All @@ -19,6 +19,15 @@
"url": "https://github.com/fluffy-mods/ModManager"
},
"changelog": [
{
"date": "2022-09-18T18:00:35.000Z",
"message": "clean up import/export procedures",
"author": {
"name": "FluffierThanThou",
"email": "fluffy.l2032@gmail.com"
},
"hash": "54b2501bacb3b08c11d3dfdb7aa0837936433b2d"
},
{
"date": "2022-09-14T21:42:08.000Z",
"message": "wip on some import/export improvements",
Expand Down

0 comments on commit 2921d4b

Please sign in to comment.