Skip to content

Releases: devlooped/nugetizer

v0.8.0

09 Jun 22:05
@kzu kzu
Compare
Choose a tag to compare

Changelog

v0.8.0 (2022-06-01)

Full Changelog

v0.8.0-beta

01 Jun 17:57
@kzu kzu
Compare
Choose a tag to compare
v0.8.0-beta Pre-release
Pre-release
Fix nuget publish path

v0.7.6

26 May 13:31
@kzu kzu
Compare
Choose a tag to compare

Changelog

v0.7.6 (2022-05-26)

Full Changelog

🐛 Fixed bugs:

  • Packing with Microsoft.Build.NoTargets doesn't put dependency under proper target framework group when reference other Microsoft.Build.NoTargets project #155
  • Cannot use PackageRequireLicenseAcceptance = true with Microsoft.Build.NoTargets sdk #149
  • Do BuildAction and CopyToOutput work? #143

🔀 Merged:

  • Bump test dependencies #177 (@kzu)
  • Allow specifying that packaging projects are framework specific #176 (@kzu)
  • Fix contentFiles relative path in manifest #175 (@kzu)
  • A few fixes for cleanup targets #166 (@gpwen)
  • Fixed a few typos in the readme #161 (@AntonC9018)

New Contributors

v0.7.5

13 Oct 14:48
@kzu kzu
Compare
Choose a tag to compare

v0.7.5 (2021-10-13)

Full Changelog

✨ Implemented enhancements:

  • Normalize all paths for consistency, use SDK Pack format #135
  • PackAsTool from SDK Pack should cause PackFolder=tool #131

🐛 Fixed bugs:

  • SDK Pack always packs tools as framework-specific #132
  • dotnet.exe nugetize My.sln errors if one project doesn't PackageReference Nugetizer #107
  • Fixes using of license file. #150 (@denjmpr)

🔀 Merged:

  • Minor improvements and improved compatibility with SDK pack #137 (@kzu)

v0.7.4

20 Jul 00:46
@kzu kzu
Compare
Choose a tag to compare

v0.7.4 (2021-07-20)

Full Changelog

✨ Implemented enhancements:

  • Skip non-nugetized projects when nugetizer runs for solution #130 (@kzu)

v0.7.3

19 Jul 22:12
@kzu kzu
Compare
Choose a tag to compare

v0.7.3 (2021-07-19)

Full Changelog

✨ Implemented enhancements:

  • Include readme in package #126

🐛 Fixed bugs:

  • When inferring content, PackInference.PackExclude isn't properly evaluated #128

🔀 Merged:

  • Properly evaluate PackInference.PackExclude #129 (@kzu)

v0.7.2

16 Jul 17:31
@kzu kzu
Compare
Choose a tag to compare

v0.7.2 (2021-07-16)

Full Changelog

✨ Implemented enhancements:

  • Allow specifying PackFolder in ProjectReference #124
  • Include readme in package #127 (@kzu)

🔀 Merged:

  • Allow specifying PackFolder in ProjectReference #125 (@kzu)

v0.7.1

17 Jun 16:03
@kzu kzu
Compare
Choose a tag to compare

v0.7.1 (2021-06-17)

Full Changelog

✨ Implemented enhancements:

  • Hide --debug option from nugetize tool #108
  • Parity: add support for PackageReadmeFile property #85

🔀 Merged:

  • Add support for PackageReadmeFile #111 (@kzu)

v0.7.0

10 May 18:56
@kzu kzu
Compare
Choose a tag to compare

v0.7.0 (2021-05-10)

Full Changelog

✨ Implemented enhancements:

  • If short sha is available, use it for package metadata #94
  • Automatically default PackageProjectUrl to RepositoryUrl from source control info #91
  • Rename PackProjectReference to PackProjectReferences for consistency #90
  • Populatate RepositoryBranch, ensure we pack it as expected #57
  • Populate RepositoryUrl/RepositoryCommit early #56

🔀 Merged:

  • If short SHA is available, use it for package metadata #95 (@kzu)
  • Populate RepositoryBranch automatically #93 (@kzu)
  • Improve integration with source link #92 (@kzu)
  • Bump files with dotnet-file sync #86 (@kzu)
  • Bump files with dotnet-file sync #78 (@kzu)

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)