Release 3.1.0
Biggest New Features
- Support installation using UPM
- Add Roslyn analyzer package support
- add support for netstandard2.1 and net48 target frameworks
- Add .NET Core Global Tool to restore packages
What's Changed
- Use long for 'DownloadCount' instead of int. by @jvbsl in #464
- Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /Assets by @dependabot in #471
- add github action by @JoC0de in #474
- github action for pull requests by @JoC0de in #475
- add test project by @JoC0de in #476
- Add Roslyn analyzer package support by @nowsprinting in #393
- Add formatting script + run auto formatter on all files by @JoC0de in #478
- add support for netstandard2.1 and net48 target frameworks by @JoC0de in #479
- Usability: Added a "Preferences" button to "Manage Nuget Packages" window. by @UnquotidianVi in #317
- fix: use reflection to find already imported libs #395 by @robin-moss in #431
- restructure repository and support UPM by @JoC0de in #480
- remove code required for Unity < 2018.4 + use async UnityWebRequest by @JoC0de in #483
- Move DisableWSAPExportSetting to NugetPackageAssetPostprocessor by @JoC0de in #484
- Add .NET Core Global Tool to restore packages by @JoC0de in #487
- Resolve deprecated code warnings by @JoC0de in #488
- Local hierarchical NuGet repositories support by @JoC0de in #489
- handle image download errors by @JoC0de in #493
- Skip .svn subdirectory by @doctaweeks in #491
- Add netstandard to already imported libraries list by @JoC0de in #490
- improve dependency with version range handling by @JoC0de in #498
- change version number to 3.1.0 by @JoC0de in #499
New Contributors
- @jvbsl made their first contribution in #464
- @JoC0de made their first contribution in #474
- @nowsprinting made their first contribution in #393
- @doctaweeks made their first contribution in #491
Full Changelog: v3.0.5...v3.1.0