0.9.9.16
This commit is contained in:
AiiR
2020-06-16 03:35:27 -04:00
parent 6c225b895e
commit 58a6be7283
7 changed files with 561 additions and 194 deletions

View File

@@ -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.15")]
[assembly: AssemblyFileVersion("0.9.9.15")]
[assembly: AssemblyVersion("0.9.9.16")]
[assembly: AssemblyFileVersion("0.9.9.16")]

View File

@@ -430,5 +430,17 @@ namespace QobuzDownloaderX.Properties {
this["savedArtSize"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool typeTag {
get {
return ((bool)(this["typeTag"]));
}
set {
this["typeTag"] = value;
}
}
}
}

View File

@@ -104,5 +104,8 @@
<Setting Name="savedArtSize" Type="System.Int32" Scope="User">
<Value Profile="(Default)">1</Value>
</Setting>
<Setting Name="typeTag" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>