diff --git a/App.config b/App.config index a7c7588..0609275 100644 --- a/App.config +++ b/App.config @@ -23,7 +23,7 @@ False - snapclient_0.26.0-1_win64 + snapcast_0.27 1704 diff --git a/Installer/unison.iss b/Installer/unison.iss index 5602b73..50daedc 100644 --- a/Installer/unison.iss +++ b/Installer/unison.iss @@ -1,6 +1,6 @@ #define Name "unison" #define Version "1.4" -#define Snapcast "snapclient_0.26.0-1_win64" +#define Snapcast "snapcast_0.27" #define Publisher "Théo Marchal" #define URL "https://github.com/ZetaKebab/unison" #define ExeName "unison.exe" diff --git a/LICENSE b/LICENSE index ac62a4f..b4887d3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -MIT License Copyright (c) 2022 Théo Marchal +MIT License Copyright (c) 2023 Théo Marchal Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index 4fe7802..7024775 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace unison.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.5.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); @@ -85,7 +85,7 @@ namespace unison.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("snapclient_0.26.0-1_win64")] + [global::System.Configuration.DefaultSettingValueAttribute("snapcast_0.27")] public string snapcast_path { get { return ((string)(this["snapcast_path"])); diff --git a/Properties/Settings.settings b/Properties/Settings.settings index 9666626..0c27602 100644 --- a/Properties/Settings.settings +++ b/Properties/Settings.settings @@ -18,7 +18,7 @@ False - snapclient_0.26.0-1_win64 + snapcast_0.27 1704 diff --git a/Resources/Resources.xaml b/Resources/Resources.xaml index 925671d..bf5fe90 100644 --- a/Resources/Resources.xaml +++ b/Resources/Resources.xaml @@ -2,7 +2,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib" xmlns:sys="clr-namespace:System;assembly=System.Runtime"> - snapclient_0.26.0-1_win64 + snapcast_0.27 1704 diff --git a/snapclient_0.26.0-1_win64/FLAC.dll b/snapcast_0.27/FLAC.dll similarity index 59% rename from snapclient_0.26.0-1_win64/FLAC.dll rename to snapcast_0.27/FLAC.dll index 283c99f..e34c291 100644 Binary files a/snapclient_0.26.0-1_win64/FLAC.dll and b/snapcast_0.27/FLAC.dll differ diff --git a/snapclient_0.26.0-1_win64/README.txt b/snapcast_0.27/README.txt similarity index 100% rename from snapclient_0.26.0-1_win64/README.txt rename to snapcast_0.27/README.txt diff --git a/snapclient_0.26.0-1_win64/ogg.dll b/snapcast_0.27/ogg.dll similarity index 92% rename from snapclient_0.26.0-1_win64/ogg.dll rename to snapcast_0.27/ogg.dll index 626b392..bcfbb06 100644 Binary files a/snapclient_0.26.0-1_win64/ogg.dll and b/snapcast_0.27/ogg.dll differ diff --git a/snapclient_0.26.0-1_win64/opus.dll b/snapcast_0.27/opus.dll similarity index 98% rename from snapclient_0.26.0-1_win64/opus.dll rename to snapcast_0.27/opus.dll index 6f1350b..1ca1e71 100644 Binary files a/snapclient_0.26.0-1_win64/opus.dll and b/snapcast_0.27/opus.dll differ diff --git a/snapcast_0.27/snapclient.exe b/snapcast_0.27/snapclient.exe new file mode 100644 index 0000000..a95b19e Binary files /dev/null and b/snapcast_0.27/snapclient.exe differ diff --git a/snapclient_0.26.0-1_win64/soxr.dll b/snapcast_0.27/soxr.dll similarity index 99% rename from snapclient_0.26.0-1_win64/soxr.dll rename to snapcast_0.27/soxr.dll index 96e3752..5d688af 100644 Binary files a/snapclient_0.26.0-1_win64/soxr.dll and b/snapcast_0.27/soxr.dll differ diff --git a/snapclient_0.26.0-1_win64/vorbis.dll b/snapcast_0.27/vorbis.dll similarity index 99% rename from snapclient_0.26.0-1_win64/vorbis.dll rename to snapcast_0.27/vorbis.dll index 1652faf..192089d 100644 Binary files a/snapclient_0.26.0-1_win64/vorbis.dll and b/snapcast_0.27/vorbis.dll differ diff --git a/snapclient_0.26.0-1_win64/snapclient.exe b/snapclient_0.26.0-1_win64/snapclient.exe deleted file mode 100644 index 615e22d..0000000 Binary files a/snapclient_0.26.0-1_win64/snapclient.exe and /dev/null differ diff --git a/unison.csproj b/unison.csproj index 3a23586..a363a2c 100644 --- a/unison.csproj +++ b/unison.csproj @@ -52,10 +52,10 @@ - + - + @@ -90,25 +90,25 @@ SettingsSingleFileGenerator Settings.Designer.cs - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest - + PreserveNewest