Skip to content

Commit f87d348

Browse files
author
FluffyFishGames
committed
Added support for 2.0.5
1 parent ad570b6 commit f87d348

File tree

8 files changed

+816
-815
lines changed

8 files changed

+816
-815
lines changed

Assembly-CSharp-firstpass.csproj

Lines changed: 204 additions & 204 deletions
Large diffs are not rendered by default.

Assembly-CSharp.csproj

Lines changed: 204 additions & 204 deletions
Large diffs are not rendered by default.

Assets/Plugins/Savegame/SavegameInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ public class SavegameInfo
3434
new Header(0x80009, 0x80085, 2, 0, 2, 23, "2.0.1", 11),
3535
new Header(0x80009, 0x80085, 2, 0, 2, 24, "2.0.2", 11),
3636
new Header(0x80009, 0x80085, 2, 0, 2, 25, "2.0.3", 11),
37-
new Header(0x80009, 0x80085, 2, 0, 2, 26, "2.0.4", 11)
37+
new Header(0x80009, 0x80085, 2, 0, 2, 26, "2.0.4", 11),
38+
new Header(0x80009, 0x80085, 2, 0, 2, 27, "2.0.5", 11)
3839
};
3940

4041
private static List<Info> Infos = new List<Info>()

Coffee.SoftMaskForUGUI.Editor.csproj

Lines changed: 202 additions & 202 deletions
Large diffs are not rendered by default.

Coffee.SoftMaskForUGUI.csproj

Lines changed: 199 additions & 199 deletions
Large diffs are not rendered by default.

Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.ext.nunit": "1.0.6",
55
"com.unity.ide.rider": "1.2.1",
6-
"com.unity.ide.visualstudio": "2.0.11",
6+
"com.unity.ide.visualstudio": "2.0.14",
77
"com.unity.ide.vscode": "1.2.4",
8-
"com.unity.test-framework": "1.1.29",
8+
"com.unity.test-framework": "1.1.30",
99
"com.unity.textmeshpro": "2.1.4",
1010
"com.unity.timeline": "1.2.18",
1111
"com.unity.ugui": "1.0.0",

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ PlayerSettings:
130130
16:10: 0
131131
16:9: 1
132132
Others: 0
133-
bundleVersion: 0.9.5p14
133+
bundleVersion: 0.9.5p15
134134
preloadedAssets: []
135135
metroInputSource: 0
136136
wsaTransparentSwapchain: 0

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.4.32f1
2-
m_EditorVersionWithRevision: 2019.4.32f1 (f88bf0bee961)
1+
m_EditorVersion: 2019.4.36f1
2+
m_EditorVersionWithRevision: 2019.4.36f1 (660c164b2fc5)

0 commit comments

Comments
 (0)