v1.0.0
What's Changed
✨ Implemented enhancements
- Fix link for nuspec by using full path in actual link by @kzu in #327
- Render include/exclude attributes in dependencies by @kzu in #328
- Fix nugetize tool for solutions that use project dependencies by @kzu in #329
- Allow running nugetizer on any major .NET version by @kzu in #330
- Add compatibility with SDK package validation by @kzu in #331
- Implement PackageIcon automatic packing by @kzu in #332
- Add best-practice analyzers for nuget packaging by @kzu in #334
- For nugetize tool, consider default description as empty by @kzu in #336
- Set diagnostics category to NuGet by @kzu in #337
- Add warning when Authors == AssemblyName by @kzu in #338
- In nugetize tool, skip Authors metadata if it equals AssemblyName by @kzu in #339
- Improve support for recursive dir inclusion by @kzu in #341
- Automatically pack dependencies satellite resources for private packages by @kzu in #342
- Resolve wildcard dependency just like central package versions by @kzu in #351
- Make NuGetizer targets buildTransitive to fix SponsorLink by @kzu in #353
- Never pack NuGetizer transitively by @kzu in #354
- Ensure private assets always for NuGetizer by @kzu in #355
🐛 Fixed bugs
- Don't include Description as compiler metadata unconditionally by @kzu in #344
- Never infer implicit reference for existing direct reference by @kzu in #352
🔨 Other
Full Changelog: v0.9.5...v1.0.0