Skip to content

Commit

Permalink
Release 3.8.1038 [nolog]
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Sep 5, 2020
1 parent 567fd08 commit 8359a81
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ shadowtouch: better filename sanitizing code
Mohas: fix nullref in online manifests

<size=24>Version</size>
This is version 3.7.1037, for RimWorld 1.2.2723.
This is version 3.8.1038, for RimWorld 1.2.2723.

</description>
<supportedVersions>
Expand Down
4 changes: 2 additions & 2 deletions About/Manifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Manifest>
<version>3.7.1004</version>
<version>3.8.1038</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/ModManager/1.2/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/ModManager/releases/v3.7.1004</downloadUri>
<downloadUri>https://github.com/fluffy-mods/ModManager/releases/v3.8.1038</downloadUri>
</Manifest>
Binary file modified Assemblies/FluffyUI.dll
Binary file not shown.
Binary file modified Assemblies/ModManager.dll
Binary file not shown.
Binary file removed Assemblies/Tests.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ Become a supporter and show your appreciation by buying me a coffee (or contribu


![Version](https://banners.karel-kroeze.nl/title/Version.png)
This is version 3.7.1037, for RimWorld 1.2.2723.
This is version 3.8.1038, for RimWorld 1.2.2723.
13 changes: 10 additions & 3 deletions Source/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": {
"alpha": 18,
"major": 3,
"minor": 7,
"build": 1037
"minor": 8,
"build": 1038
},
"visibility": 0,
"git_repo": "ModManager",
Expand All @@ -25,14 +25,21 @@
"shadowtouch": "better filename sanitizing code",
"Mohas": "fix nullref in online manifests"
},
"changenote": "2020-09-05 22:09 :: Fluffy :: fix requirements showing as unment when mod manager was closed and re-opened\n2020-09-05 21:09 :: Fluffy :: remove survey popup\n2020-09-05 21:09 :: Fluffy :: fix error on non-xml files in modlist dir\n2020-08-31 09:08 :: Han Yaodong :: Update Chinese translation for v3.7.1004 (1.2.2723) (#128)\n2020-08-30 23:08 :: Proxyer :: Update Japanese Translation for v3.5.996 (#127)",
"changenote": "2020-09-05 22:09 :: Fluffy :: fix warning about static texture loading in FluffyUI\n2020-09-05 22:09 :: Fluffy :: fix requirements showing as unment when mod manager was closed and re-opened\n2020-09-05 21:09 :: Fluffy :: remove survey popup\n2020-09-05 21:09 :: Fluffy :: fix error on non-xml files in modlist dir\n2020-08-31 09:08 :: Han Yaodong :: Update Chinese translation for v3.7.1004 (1.2.2723) (#128)\n2020-08-30 23:08 :: Proxyer :: Update Japanese Translation for v3.5.996 (#127)",
"tags": [
"1.0",
"1.1",
"1.2"
],
"publishedfileid": "1507748539",
"changenotes": [
{
"repo": "ModManager",
"hash": "567fd0887383fdc3a28f8be4e2344c7fd025a430",
"date": "2020-09-05 22:09",
"author": "Fluffy",
"message": "fix warning about static texture loading in FluffyUI"
},
{
"repo": "ModManager",
"hash": "aee82d9c33f663e8ee45acb092b02b6b6e9c25a9",
Expand Down
1 change: 0 additions & 1 deletion Source/ModManager/ModButton/ModButtonManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public static void TryRemove( ModButton mod )

internal static void InitializeModButtons()
{
Debug.Log( "Recaching ModButtons" );
_allButtons = new List<ModButton>();
_activeButtons = new List<ModButton>();
_availableButtons = new List<ModButton>();
Expand Down
2 changes: 1 addition & 1 deletion Source/ModManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.7.1037")]
[assembly: AssemblyFileVersion("3.8.1038")]
1 change: 0 additions & 1 deletion Source/ModManager/Utilities/Debug.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Debug.cs
// Copyright Karel Kroeze, 2018-2018

using System.Diagnostics;

namespace ModManager
Expand Down

0 comments on commit 8359a81

Please sign in to comment.