mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-24 15:57:19 -04:00
Use curse displayname over filename
This commit is contained in:
@@ -218,7 +218,7 @@ namespace WowUp.WPF.AddonProviders
|
||||
var searchResultFiles = latestFiles.Select(lf => new AddonSearchResultFile
|
||||
{
|
||||
ChannelType = GetChannelType(lf.ReleaseType),
|
||||
Version = lf.FileName,
|
||||
Version = lf.DisplayName,
|
||||
DownloadUrl = lf.DownloadUrl,
|
||||
Folders = GetFolderNames(lf),
|
||||
GameVersion = GetGameVersion(lf)
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
{
|
||||
"ChangeLogs": [
|
||||
"ChangeLogs": [
|
||||
{
|
||||
"Version": "1.14.11",
|
||||
"Description": "Change the value used for current version for Curse addons.\nThis will require you to re-update all Curse addons."
|
||||
},
|
||||
{
|
||||
"Version": "1.14.10",
|
||||
"Description": "Bind the client type dropdown on 'My Addons' and 'Get Addons' to the same value to reduce confusion."
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<PackageId>WowUp</PackageId>
|
||||
<Authors>Jliddev</Authors>
|
||||
<Product>WowUp</Product>
|
||||
<Version>1.14.10</Version>
|
||||
<Version>1.14.11</Version>
|
||||
<ApplicationIcon>wowup_logo_512np_RRT_icon.ico</ApplicationIcon>
|
||||
<Copyright>jliddev</Copyright>
|
||||
<PackageProjectUrl>https://wowup.io</PackageProjectUrl>
|
||||
|
||||
Reference in New Issue
Block a user