Correct versions and descriptions

This commit is contained in:
Yoshi Askharoun
2025-09-08 15:52:53 -04:00
parent ba8494fa94
commit 6c0eec3800
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -16,9 +16,8 @@ public class MbidLocatorModFactory : DIModFactoryBase<MbidLocatorMod>
Author = "Joshua \"Yoshi\" Askharoun", Author = "Joshua \"Yoshi\" Askharoun",
Version = new(2, 0), Version = new(2, 0),
Description = "Fixes music tags to improve Zune compatibility and enable Marketplace features.", Description = "Fixes music tags to improve Zune compatibility and enable Marketplace features.",
ExtendedDescription = "If your library is tagged with MusicBrainz Picard, " + ExtendedDescription = "If your library is tagged with MusicBrainz Picard, " +
"this places MBIDs where Zune can use them for Marketplace features.\r\n" + "this places MBIDs where Zune can use them for Marketplace features.",
"• Converts ID3v2.4 to ID3v2.3.",
}; };
} }
+1 -1
View File
@@ -25,7 +25,7 @@ public class WebservicesModFactory : DIModFactoryBase<WebservicesMod>
Id = nameof(WebservicesMod), Id = nameof(WebservicesMod),
Title = "Community Webservices", Title = "Community Webservices",
Author = "Joshua \"Yoshi\" Askharoun", Author = "Joshua \"Yoshi\" Askharoun",
Version = new(1, 2), Version = new(1, 3),
Description = "Partially restores online features such as the Marketplace by patching the Zune desktop software " + Description = "Partially restores online features such as the Marketplace by patching the Zune desktop software " +
"to use the community's recreation of the original Zune servers.", "to use the community's recreation of the original Zune servers.",
}; };