Skip to content

Commit

Permalink
🖉 Update changelog with v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 13, 2021
1 parent 8aff951 commit 6cbc178
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@


## [v0.7.5](https://github.com/devlooped/nugetizer/tree/v0.7.5) (2021-10-13)

[Full Changelog](https://github.com/devlooped/nugetizer/compare/v0.7.4...v0.7.5)

:sparkles: Implemented enhancements:

- Normalize all paths for consistency, use SDK Pack format [\#135](https://github.com/devlooped/nugetizer/issues/135)
- PackAsTool from SDK Pack should cause PackFolder=tool [\#131](https://github.com/devlooped/nugetizer/issues/131)

:bug: Fixed bugs:

- SDK Pack always packs tools as framework-specific [\#132](https://github.com/devlooped/nugetizer/issues/132)
- dotnet.exe nugetize My.sln errors if one project doesn't PackageReference Nugetizer [\#107](https://github.com/devlooped/nugetizer/issues/107)
- Fixes using of license file. [\#150](https://github.com/devlooped/nugetizer/pull/150) (@denjmpr)

:twisted_rightwards_arrows: Merged:

- Minor improvements and improved compatibility with SDK pack [\#137](https://github.com/devlooped/nugetizer/pull/137) (@kzu)

## [v0.7.4](https://github.com/devlooped/nugetizer/tree/v0.7.4) (2021-07-20)

[Full Changelog](https://github.com/devlooped/nugetizer/compare/v0.7.3...v0.7.4)
Expand Down Expand Up @@ -31,6 +50,7 @@
:sparkles: Implemented enhancements:

- Allow specifying PackFolder in ProjectReference [\#124](https://github.com/devlooped/nugetizer/issues/124)
- Include readme in package [\#127](https://github.com/devlooped/nugetizer/pull/127) (@kzu)

:twisted_rightwards_arrows: Merged:

Expand Down Expand Up @@ -76,7 +96,6 @@

- Add PackDependencies property to opt-out of dependencies packing easily [\#73](https://github.com/devlooped/nugetizer/issues/73)
- Add support for SuppressDependenciesWhenPacking for compatibility with SDK pack [\#67](https://github.com/devlooped/nugetizer/issues/67)
- Include readme in package [\#127](https://github.com/devlooped/nugetizer/pull/127) (@kzu)
- Add support for opting out of dependencies packing [\#74](https://github.com/devlooped/nugetizer/pull/74) (@kzu)

:twisted_rightwards_arrows: Merged:
Expand Down

0 comments on commit 6cbc178

Please sign in to comment.