Skip to content

Releases: devlooped/nugetizer

v0.6.2

30 Mar 21:47
@kzu kzu
Compare
Choose a tag to compare

v0.6.2 (2021-03-30)

Full Changelog

✨ Implemented enhancements:

  • Add PackDependencies property to opt-out of dependencies packing easily #73
  • Add support for SuppressDependenciesWhenPacking for compatibility with SDK pack #67

🔀 Merged:

  • 📦 Fix packing on build and release #72 (@kzu)
  • Apply kzu/oss template via dotnet-file #71 and #69 (@kzu)
  • Minor CI and dependencies bumps #70 (@kzu)
  • 🗑️ Add support for compatibility SuppressDependenciesWhenPacking property #68 (@kzu)

v0.6.0

10 Dec 05:07
Compare
Choose a tag to compare

v0.6.0 (2020-12-10)

Full Changelog

Implemented enhancements:

  • Allow opting out of transitive private assets package reference packing #37
  • When packing transitive dependencies for PrivateAssets=all, pack lib, not ref #36
  • Add more common GetTargetPath to multi-targeting #43 (@kzu)

Fixed bugs:

  • Multitargeting => No auto nuget package creation #34
  • Multitarget Issues #27

* This Changelog was automatically generated by github_changelog_generator

v0.5.0

v0.4.12

20 Nov 04:44
@kzu kzu
Compare
Choose a tag to compare

Minor fix to pack inference when package reference is packed directly and indirectly (transitively)

v0.4.11

04 Nov 19:58
@kzu kzu
Compare
Choose a tag to compare

Minor fix to pack cleanup.

v0.4.10

29 Oct 04:44
@kzu kzu
Compare
Choose a tag to compare

Fixes cleanup issue

v0.4.9

26 Oct 03:45
@kzu kzu
Compare
Choose a tag to compare

Improvements on transitive package content with relative paths

v0.4.8

25 Oct 16:03
@kzu kzu
Compare
Choose a tag to compare

Add support to nugetize to render contents for projects that don't generate packages.

v0.4.7

21 Oct 21:53
@kzu kzu
Compare
Choose a tag to compare

Minor improvements to TargetPath and Compile packing

v0.4.6

21 Oct 01:38
@kzu kzu
Compare
Choose a tag to compare

Inner devloop improvements