Skip to content

Commit

Permalink
Release 1.2.196 [nolog]
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffierThanThou committed Sep 14, 2020
1 parent bdd2e5f commit 9366fee
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</description>
<url>https://ludeon.com/forums/index.php?topic=16120</url>
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>1.1.193</version>
<version>1.2.196</version>
<manifestUri>https://raw.githubusercontent.com/fluffy-mods/MusicManager/1.2/About/Manifest.xml</manifestUri>
<downloadUri>https://github.com/fluffy-mods/MusicManager/releases/v1.1.193</downloadUri>
<downloadUri>https://github.com/fluffy-mods/MusicManager/releases/v1.2.196</downloadUri>
</Manifest>
Binary file modified Assemblies/MusicManager.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 @@ -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.
This is version 1.2.196, for RimWorld 1.2.2753.
16 changes: 4 additions & 12 deletions Source/ModConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions Source/MusicManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<ItemGroup>
<Reference Include="0Harmony, Version=2.0.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Lib.Harmony.2.0.2\lib\net472\0Harmony.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin64_Data\Managed\Assembly-CSharp.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 9366fee

Please sign in to comment.