From 1c060cbf7b85d7928284413f128309d4a8a0cf8c Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sat, 7 May 2022 10:21:56 +0200 Subject: [PATCH] Added support for OwnCloud music servers, upgraded to .NET 4.8 --- MB_SubSonic/Plugin.cs | 2 +- MB_SubSonic/Properties/AssemblyInfo.cs | 6 +++--- MB_SubSonic/Properties/Resources.Designer.cs | 2 +- MB_SubSonic/SubSonic.csproj | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MB_SubSonic/Plugin.cs b/MB_SubSonic/Plugin.cs index b3095e3..975638a 100644 --- a/MB_SubSonic/Plugin.cs +++ b/MB_SubSonic/Plugin.cs @@ -36,7 +36,7 @@ public Interfaces.Plugin.PluginInfo Initialise(IntPtr apiInterfacePtr) // current only applies to artwork, lyrics or instant messenger name that appears in the provider drop down selector or target Instant Messenger _about.Type = Interfaces.Plugin.PluginType.Storage; _about.VersionMajor = 2; // your plugin version - _about.VersionMinor = 33; + _about.VersionMinor = 4; _about.Revision = 0; _about.MinInterfaceVersion = Interfaces.Plugin.MinInterfaceVersion; _about.MinApiRevision = Interfaces.Plugin.MinApiRevision; diff --git a/MB_SubSonic/Properties/AssemblyInfo.cs b/MB_SubSonic/Properties/AssemblyInfo.cs index f3aafe4..dc38e21 100644 --- a/MB_SubSonic/Properties/AssemblyInfo.cs +++ b/MB_SubSonic/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Blitter Studio")] [assembly: AssemblyProduct("MB_SubSonic")] -[assembly: AssemblyCopyright("Copyright © Dimitris Panokostas 2016-2021")] +[assembly: AssemblyCopyright("Copyright © Dimitris Panokostas 2016-2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ // 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("2.33.0.0")] -[assembly: AssemblyFileVersion("2.33.0.0")] +[assembly: AssemblyVersion("2.4.0.0")] +[assembly: AssemblyFileVersion("2.4.0.0")] diff --git a/MB_SubSonic/Properties/Resources.Designer.cs b/MB_SubSonic/Properties/Resources.Designer.cs index ec80212..362e266 100644 --- a/MB_SubSonic/Properties/Resources.Designer.cs +++ b/MB_SubSonic/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace MusicBeePlugin.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/MB_SubSonic/SubSonic.csproj b/MB_SubSonic/SubSonic.csproj index 4df3dde..8f93dda 100644 --- a/MB_SubSonic/SubSonic.csproj +++ b/MB_SubSonic/SubSonic.csproj @@ -9,7 +9,7 @@ Properties MusicBeePlugin mb_Subsonic - v4.6.1 + v4.8 512