Skip to content

Commit 6cb0e42

Browse files
Release 3.5.996 [nolog]
1 parent de9ad0d commit 6cb0e42

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

About/About.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ shadowtouch: better filename sanitizing code
9999
Mohas: fix nullref in online manifests
100100

101101
<size=24>Version</size>
102-
This is version 3.4.995, for RimWorld 1.2.2723.
102+
This is version 3.5.996, for RimWorld 1.2.2723.
103103

104104
</description>
105105
<supportedVersions>

About/Manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<Manifest>
3-
<version>3.4.966</version>
3+
<version>3.5.996</version>
44
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/ModManager/1.2/About/Manifest.xml</manifestUri>
5-
<downloadUri>https://github.com/fluffy-mods/ModManager/releases/v3.4.966</downloadUri>
5+
<downloadUri>https://github.com/fluffy-mods/ModManager/releases/v3.5.996</downloadUri>
66
</Manifest>

Assemblies/FluffyUI.dll

-512 Bytes
Binary file not shown.

Assemblies/ModManager.dll

-10 KB
Binary file not shown.

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ Become a supporter and show your appreciation by buying me a coffee (or contribu
106106

107107

108108
![Version](https://banners.karel-kroeze.nl/title/Version.png)
109-
This is version 3.4.995, for RimWorld 1.2.2723.
109+
This is version 3.5.996, for RimWorld 1.2.2723.

Source/ModConfig.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": {
44
"alpha": 18,
55
"major": 3,
6-
"minor": 4,
7-
"build": 995
6+
"minor": 5,
7+
"build": 996
88
},
99
"visibility": 0,
1010
"git_repo": "ModManager",
@@ -33,6 +33,13 @@
3333
],
3434
"publishedfileid": "1507748539",
3535
"changenotes": [
36+
{
37+
"repo": "ModManager",
38+
"hash": "de9ad0d21db95e45988f85c6dc77ac97c8109b5a",
39+
"date": "2020-08-24 22:08",
40+
"author": "Fluffy",
41+
"message": "add survey notification [nolog]"
42+
},
3643
{
3744
"repo": "ModManager",
3845
"hash": "2ee14025cf53c0f499a44efd71e87fa71e33f486",

Source/ModManager/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
3434
[assembly: AssemblyVersion("3.0.0")]
35-
[assembly: AssemblyFileVersion("3.4.995")]
35+
[assembly: AssemblyFileVersion("3.5.996")]

0 commit comments

Comments
 (0)