Skip to content

Releases: devlooped/nugetizer

v1.2.2

17 May 20:07
@kzu kzu
b99fa63
Compare
Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Don't fail with SDK trying to validate package on nugetize by @kzu in #483

🔨 Other

  • Fix warnings from xunit analyzer by @kzu in #488

Full Changelog: v1.2.1...v1.2.2

v1.2.1

30 Nov 05:29
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Remove SponsorLink code and bring back analyzers by @kzu in #463

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Oct 19:21
@kzu kzu
97ac862
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Rename BuildOutputFrameworkSpecific > PackFrameworkSpecific for consistency by @kzu in #439

🐛 Fixed bugs

  • Fix copy error in inference targets for package icon by @kzu in #437
  • Don't fail for multiple readme files in content by @kzu in #446

Full Changelog: v1.1.1...v1.2.0

v1.1.1

28 Aug 20:59
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Remove obsolete SL v1 implementation CLI check by @kzu in #426

Full Changelog: v1.1.0...v1.1.1

v1.1.0

11 Aug 16:17
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Fix pack with --no-build by @kzu in #413

🔨 Other

  • Remove current implementation of SponsorLink for now by @kzu in #420

Full Changelog: v1.0.5...v1.1.0

v1.0.5

06 Jul 21:52
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🔨 Other

  • Bump to latest version of SponsorLink by @kzu in #400

Full Changelog: v1.0.4...v1.0.5

v1.0.4

05 May 14:51
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Make sure we can explicitly pack a privateassets/development dependency by @kzu in #388
  • Missing part of the previous fix to pack private assets by @kzu in #390

Full Changelog: v1.0.2...v1.0.4

v1.0.3

05 May 13:10
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Make sure we can explicitly pack a privateassets/development dependency by @kzu in #388

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 Apr 06:55
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • NuGetizer should always be Pack=false by @kzu in #377
  • Add more clear descriptions to SL usage by nugetizer by @kzu in #380

🐛 Fixed bugs

  • Clean package cache only after packing by @kzu in #379
  • Bump SponsorLink to get fixes by @kzu in #381

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Mar 18:01
@kzu kzu
Compare
Choose a tag to compare

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
  • Revert changes to make build targets transitive by @kzu in #360

🔨 Other

  • Address minor style issues, bump SponsorLink by @kzu in #347

Full Changelog: v0.9.5...v1.0.1