mirror of
https://github.com/ZuneDev/ZuneModdingHelper.git
synced 2026-07-27 13:12:21 -07:00
Correct versions and descriptions
This commit is contained in:
@@ -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.",
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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.",
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user