From 6c0eec380076f23186b899b4350eededd43e3376 Mon Sep 17 00:00:00 2001 From: Yoshi Askharoun Date: Mon, 8 Sep 2025 15:52:53 -0400 Subject: [PATCH] Correct versions and descriptions --- ZuneModCore/Mods/MbidLocatorMod.cs | 5 ++--- ZuneModCore/Mods/WebservicesMod.cs | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ZuneModCore/Mods/MbidLocatorMod.cs b/ZuneModCore/Mods/MbidLocatorMod.cs index 6205e57..9520f66 100644 --- a/ZuneModCore/Mods/MbidLocatorMod.cs +++ b/ZuneModCore/Mods/MbidLocatorMod.cs @@ -16,9 +16,8 @@ public class MbidLocatorModFactory : DIModFactoryBase Author = "Joshua \"Yoshi\" Askharoun", Version = new(2, 0), Description = "Fixes music tags to improve Zune compatibility and enable Marketplace features.", - ExtendedDescription = "• If your library is tagged with MusicBrainz Picard, " + - "this places MBIDs where Zune can use them for Marketplace features.\r\n" + - "• Converts ID3v2.4 to ID3v2.3.", + ExtendedDescription = "If your library is tagged with MusicBrainz Picard, " + + "this places MBIDs where Zune can use them for Marketplace features.", }; } diff --git a/ZuneModCore/Mods/WebservicesMod.cs b/ZuneModCore/Mods/WebservicesMod.cs index 20da00d..3cd9679 100644 --- a/ZuneModCore/Mods/WebservicesMod.cs +++ b/ZuneModCore/Mods/WebservicesMod.cs @@ -25,7 +25,7 @@ public class WebservicesModFactory : DIModFactoryBase Id = nameof(WebservicesMod), Title = "Community Webservices", 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 " + "to use the community's recreation of the original Zune servers.", };