diff --git a/LICENSE b/LICENSE index 57c212b..ac62a4f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -MIT License Copyright (c) 2021 Théo Marchal +MIT License Copyright (c) 2022 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 fe9e256..35adc82 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -73,7 +73,19 @@ namespace unison.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("snapclient_0.25.0-1_win64")] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool snapcast_window { + get { + return ((bool)(this["snapcast_window"])); + } + set { + this["snapcast_window"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("snapclient_0.26.0-1_win64")] public string snapcast_path { get { return ((string)(this["snapcast_path"])); @@ -106,17 +118,5 @@ namespace unison.Properties { this["volume_offset"] = value; } } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] - public bool snapcast_window { - get { - return ((bool)(this["snapcast_window"])); - } - set { - this["snapcast_window"] = value; - } - } } } diff --git a/Properties/Settings.settings b/Properties/Settings.settings index de18205..4a045b9 100644 --- a/Properties/Settings.settings +++ b/Properties/Settings.settings @@ -18,7 +18,7 @@ False - snapclient_0.25.0-1_win64 + snapclient_0.26.0-1_win64 1704 diff --git a/snapclient_0.25.0-1_win64/snapclient.exe b/snapclient_0.25.0-1_win64/snapclient.exe deleted file mode 100644 index bc33863..0000000 Binary files a/snapclient_0.25.0-1_win64/snapclient.exe and /dev/null differ diff --git a/snapclient_0.25.0-1_win64/FLAC.dll b/snapclient_0.26.0-1_win64/FLAC.dll similarity index 74% rename from snapclient_0.25.0-1_win64/FLAC.dll rename to snapclient_0.26.0-1_win64/FLAC.dll index 710fb87..283c99f 100644 Binary files a/snapclient_0.25.0-1_win64/FLAC.dll and b/snapclient_0.26.0-1_win64/FLAC.dll differ diff --git a/snapclient_0.25.0-1_win64/README.txt b/snapclient_0.26.0-1_win64/README.txt similarity index 100% rename from snapclient_0.25.0-1_win64/README.txt rename to snapclient_0.26.0-1_win64/README.txt diff --git a/snapclient_0.25.0-1_win64/ogg.dll b/snapclient_0.26.0-1_win64/ogg.dll similarity index 56% rename from snapclient_0.25.0-1_win64/ogg.dll rename to snapclient_0.26.0-1_win64/ogg.dll index 49cbb82..626b392 100644 Binary files a/snapclient_0.25.0-1_win64/ogg.dll and b/snapclient_0.26.0-1_win64/ogg.dll differ diff --git a/snapclient_0.25.0-1_win64/opus.dll b/snapclient_0.26.0-1_win64/opus.dll similarity index 69% rename from snapclient_0.25.0-1_win64/opus.dll rename to snapclient_0.26.0-1_win64/opus.dll index 232ecbc..6f1350b 100644 Binary files a/snapclient_0.25.0-1_win64/opus.dll and b/snapclient_0.26.0-1_win64/opus.dll differ diff --git a/snapclient_0.26.0-1_win64/snapclient.exe b/snapclient_0.26.0-1_win64/snapclient.exe new file mode 100644 index 0000000..615e22d Binary files /dev/null and b/snapclient_0.26.0-1_win64/snapclient.exe differ diff --git a/snapclient_0.25.0-1_win64/soxr.dll b/snapclient_0.26.0-1_win64/soxr.dll similarity index 82% rename from snapclient_0.25.0-1_win64/soxr.dll rename to snapclient_0.26.0-1_win64/soxr.dll index 5a7008b..96e3752 100644 Binary files a/snapclient_0.25.0-1_win64/soxr.dll and b/snapclient_0.26.0-1_win64/soxr.dll differ diff --git a/snapclient_0.25.0-1_win64/vorbis.dll b/snapclient_0.26.0-1_win64/vorbis.dll similarity index 79% rename from snapclient_0.25.0-1_win64/vorbis.dll rename to snapclient_0.26.0-1_win64/vorbis.dll index b6b3f4e..1652faf 100644 Binary files a/snapclient_0.25.0-1_win64/vorbis.dll and b/snapclient_0.26.0-1_win64/vorbis.dll differ diff --git a/unison.csproj b/unison.csproj index 5d38352..c85fe0e 100644 --- a/unison.csproj +++ b/unison.csproj @@ -49,25 +49,25 @@ PreserveNewest - PreserveNewest + Never - PreserveNewest + Never - PreserveNewest + Never - PreserveNewest + Never - PreserveNewest + Never - PreserveNewest + Never - PreserveNewest + Never @@ -106,6 +106,27 @@ SettingsSingleFileGenerator Settings.Designer.cs + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest +