Skip to content

Releases: devlooped/nugetizer

v0.6.0

10 Dec 05:07

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

25 Nov 07:00
@kzu kzu

Choose a tag to compare

v0.4.12

20 Nov 04:44
@kzu kzu

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

Choose a tag to compare

Minor fix to pack cleanup.

v0.4.10

29 Oct 04:44
@kzu kzu

Choose a tag to compare

Fixes cleanup issue

v0.4.9

26 Oct 03:45
@kzu kzu

Choose a tag to compare

Improvements on transitive package content with relative paths

v0.4.8

25 Oct 16:03
@kzu kzu

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

Choose a tag to compare

Minor improvements to TargetPath and Compile packing

v0.4.6

21 Oct 01:38
@kzu kzu

Choose a tag to compare

Inner devloop improvements

v0.4.5

08 Oct 05:02
@kzu kzu
6c8ffda

Choose a tag to compare

Merge pull request #16 from kzu/dev

Add support for Microsoft.Build.NoTargets SDK