From 9366feedf8f03dc4a8b19e508e08d0f25cdc83c9 Mon Sep 17 00:00:00 2001 From: Fluffy Date: Tue, 15 Sep 2020 00:21:12 +0200 Subject: [PATCH] Release 1.2.196 [nolog] --- About/About.xml | 2 +- About/Manifest.xml | 4 ++-- Assemblies/MusicManager.dll | Bin 40960 -> 40960 bytes Readme.md | 2 +- Source/ModConfig.json | 16 ++++------------ Source/MusicManager.csproj | 1 + Source/Properties/AssemblyInfo.cs | 2 +- 7 files changed, 10 insertions(+), 17 deletions(-) diff --git a/About/About.xml b/About/About.xml index 9b1944c..40b26d4 100644 --- a/About/About.xml +++ b/About/About.xml @@ -29,7 +29,7 @@ spotify integration None, yet. <size=24>Version</size> -This is version 1.1.193, for RimWorld 1.2.2753. +This is version 1.2.196, for RimWorld 1.2.2753. https://ludeon.com/forums/index.php?topic=16120 diff --git a/About/Manifest.xml b/About/Manifest.xml index 81efc7f..94741c1 100644 --- a/About/Manifest.xml +++ b/About/Manifest.xml @@ -1,6 +1,6 @@ - 1.1.193 + 1.2.196 https://raw.githubusercontent.com/fluffy-mods/MusicManager/1.2/About/Manifest.xml - https://github.com/fluffy-mods/MusicManager/releases/v1.1.193 + https://github.com/fluffy-mods/MusicManager/releases/v1.2.196 \ No newline at end of file diff --git a/Assemblies/MusicManager.dll b/Assemblies/MusicManager.dll index 4d4b111d4f0fba8631bf7a40b9fa0049640fb80c..1f5d7aad02fd9d24a4775c24f003773b6347613d 100644 GIT binary patch delta 132 zcmZoTz|?SnX+j5!bCAlyjXg450-tJy*RvFJIBpOTV4GTT-)ZxXuBqItMtX*pW}Abi zB{8zB5ty`h@{Z{y0$HrCY0cTj9t*YE3!k2r6xsY|dJhvn69Xdy1H%ypD7|_5tWZWy YBL+PNLk3F*v&~;;wnc69A+;E@}V( diff --git a/Readme.md b/Readme.md index 16921ba..fb2ef69 100644 --- a/Readme.md +++ b/Readme.md @@ -51,4 +51,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 1.1.193, for RimWorld 1.2.2753. \ No newline at end of file +This is version 1.2.196, for RimWorld 1.2.2753. \ No newline at end of file diff --git a/Source/ModConfig.json b/Source/ModConfig.json index 8e2c587..294dcb5 100644 --- a/Source/ModConfig.json +++ b/Source/ModConfig.json @@ -2,23 +2,15 @@ "name": "Music Manager", "version": { "major": 1, - "minor": 1, - "build": 193 + "minor": 2, + "build": 196 }, "git_user": "fluffy-mods", "git_repo": "MusicManager", "visibility": 0, "packageId": "fluffy.musicmanager", - "changenote": "2020-09-15 00:09 :: Fluffy :: add manifest", - "changenotes": [ - { - "repo": "MusicManager", - "hash": "a67811371ed4cea901e4dffb02f58c448f8e7229", - "date": "2020-09-15 00:09", - "author": "Fluffy", - "message": "add manifest" - } - ], + "changenote": "", + "changenotes": [], "contributors": {}, "tags": [ "1.1", diff --git a/Source/MusicManager.csproj b/Source/MusicManager.csproj index a9cfaf4..c00563b 100644 --- a/Source/MusicManager.csproj +++ b/Source/MusicManager.csproj @@ -39,6 +39,7 @@ ..\packages\Lib.Harmony.2.0.2\lib\net472\0Harmony.dll + False C:\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\Assembly-CSharp.dll diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index e011c4f..b821634 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyFileVersion("1.1.193")] +[assembly: AssemblyFileVersion("1.2.196")]