mirror of
https://github.com/NohamR/QobuzDownloaderX.git
synced 2026-05-17 12:27:11 +00:00
0.9.9.12
0.9.9.12
This commit is contained in:
@@ -32,5 +32,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("0.9.9.11")]
|
||||
[assembly: AssemblyFileVersion("0.9.9.11")]
|
||||
[assembly: AssemblyVersion("0.9.9.12")]
|
||||
[assembly: AssemblyFileVersion("0.9.9.12")]
|
||||
|
||||
36
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
36
QobuzDownloaderX/Properties/Settings.Designer.cs
generated
@@ -382,5 +382,41 @@ namespace QobuzDownloaderX.Properties {
|
||||
this["audioType"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string savedUserID {
|
||||
get {
|
||||
return ((string)(this["savedUserID"]));
|
||||
}
|
||||
set {
|
||||
this["savedUserID"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string savedUserAuthToken {
|
||||
get {
|
||||
return ((string)(this["savedUserAuthToken"]));
|
||||
}
|
||||
set {
|
||||
this["savedUserAuthToken"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
||||
public string savedAltLoginValue {
|
||||
get {
|
||||
return ((string)(this["savedAltLoginValue"]));
|
||||
}
|
||||
set {
|
||||
this["savedAltLoginValue"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -92,5 +92,14 @@
|
||||
<Setting Name="audioType" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">.flac</Value>
|
||||
</Setting>
|
||||
<Setting Name="savedUserID" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="savedUserAuthToken" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="savedAltLoginValue" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">0</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user