polymc.nuspec 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  3. <metadata>
  4. <id>polymc</id>
  5. <version>1.4.2</version>
  6. <title>PolyMC</title>
  7. <authors>https://github.com/PolyMC/PolyMC/graphs/contributors</authors>
  8. <owners>txtsd</owners>
  9. <licenseUrl>https://rawcdn.githack.com/PolyMC/PolyMC/bd60c5491109711c7812bc28b5edef61d0e1210b/LICENSE</licenseUrl>
  10. <projectUrl>https://polymc.org</projectUrl>
  11. <iconUrl>https://rawcdn.githack.com/PolyMC/chocolatey/810744152d0904b8d5993959f8e8512607c88747/images/polymc.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <description>PolyMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.
  14. ### Legacy version ([Windows 7 and 8.1](https://polymc.org/wiki/getting-started/installing-polymc/#windows-7-and-8.1))
  15. To install the legacy version of PolyMC from 1.4.0 onwards, use the /legacy parameter like so:
  16. choco install polymc --params='/legacy'
  17. </description>
  18. <summary>PolyMC is a custom launcher for Minecraft that focuses on predictability, long term stability and simplicity.</summary>
  19. <tags>polymc minecraft launcher mod fabric forge pack</tags>
  20. <projectSourceUrl>https://github.com/PolyMC/PolyMC</projectSourceUrl>
  21. <packageSourceUrl>https://github.com/PolyMC/chocolatey</packageSourceUrl>
  22. <docsUrl>https://polymc.org/wiki/</docsUrl>
  23. <bugTrackerUrl>https://github.com/PolyMC/PolyMC/issues</bugTrackerUrl>
  24. <dependencies>
  25. <dependency id="temurin8jre" version="8.312.7"/>
  26. <dependency id="temurin17jre" version="17.0.4.101"/>
  27. </dependencies>
  28. <releaseNotes>
  29. ### Added
  30. - [OpenBSD] Add root path detection
  31. ### Changed
  32. - Bump to C++17
  33. - Hide 'More news...' button if the news aren't loaded yet
  34. - Make 'About' dialog smaller
  35. - Make Coremods / Mods seperation more clear
  36. - Update copyright notices
  37. - [macOS] Downgrade to Qt 6.3.0
  38. ### Fixed
  39. - Allow user to interrupt launch after 3 tries
  40. - Cleanup old mod metadata
  41. - Disable "Check for Updates" while the game is running or if all mods are removed
  42. - Fix crashes in mod updater
  43. - Fix errors when extracting some modpacks
  44. - Fix major version filter in mod downloader
  45. - Fix some icon cache problems
  46. - Fix UTF-8 decoding in log
  47. - Make world safety nag popup title text match the action
  48. - Make URLs in the FTB Legacy browser clickable
  49. - [Linux] Implement workaround for Ubuntu 22.04 OpenSSL issues
  50. - [Linux] Update AppStream info
  51. **Full Changelog**: https://github.com/PolyMC/PolyMC/compare/1.4.1...1.4.2
  52. </releaseNotes>
  53. </metadata>
  54. <files>
  55. <file src="**" exclude=".git\**;.gitignore"/>
  56. </files>
  57. </package>