浏览代码

Fix up manifest.
Version bump.

Halsafar 4 年之前
父节点
当前提交
684a7360eb
共有 3 个文件被更改,包括 9 次插入12 次删除
  1. 1 1
      SongBrowserPlugin/Plugin.cs
  2. 2 2
      SongBrowserPlugin/Properties/AssemblyInfo.cs
  3. 6 9
      SongBrowserPlugin/manifest.json

+ 1 - 1
SongBrowserPlugin/Plugin.cs

@@ -10,7 +10,7 @@ namespace SongBrowser
     [Plugin(RuntimeOptions.SingleStartInit)]
     public class Plugin
     {
-        public const string VERSION_NUMBER = "6.0.7";
+        public const string VERSION_NUMBER = "6.1.0";
         public static Plugin Instance;
         public static IPA.Logging.Logger Log;
 

+ 2 - 2
SongBrowserPlugin/Properties/AssemblyInfo.cs

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
 // You can specify all the values or you can default the Build and Revision Numbers 
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("6.0.7")]
-[assembly: AssemblyFileVersion("6.0.7")]
+[assembly: AssemblyVersion("6.1.0")]
+[assembly: AssemblyFileVersion("6.1.0")]

+ 6 - 9
SongBrowserPlugin/manifest.json

@@ -1,19 +1,16 @@
 {
+  "$schema": "https://raw.githubusercontent.com/bsmg/BSIPA-MetadataFileSchema/master/Schema.json",
   "author": "Halsafar",
   "description": "Adds sort and filter features to the level selection UI.",
-  "gameVersion": "1.11.0",
+  "gameVersion": "1.12.1",
   "id": "SongBrowser",
   "name": "Song Browser",
-  "version": "6.0.7",
+  "version": "6.1.0",
   "dependsOn": {
-    "SongCore": "^2.9.10",
-    "SongDataCore": "^1.3.4"
+    "SongCore": "^2.10.0.0",
+    "SongDataCore": "^1.3.4.0",
+    "BSIPA": "^4.1.2"
   },
-  "features": [
-    "print",
-    "debug",
-    "warn"
-  ],
   "misc": {
     "plugin-hint": "SongBrowser.Plugin"
   }