Skip to content

Releases: devlooped/nugetizer

v0.9.1

16 Nov 03:22
@kzu kzu
Compare
Choose a tag to compare

Changelog

v0.9.1 (2022-11-16)

Full Changelog

✨ Implemented enhancements:

  • When include in readme fails, log a warning #232

🐛 Fixed bugs:

  • NuGetizer is incompatible with SDK Pack DevelopmentDependency property #253

🔨 Other:

  • Allow nugetize (non-build) tool for dotnet-tool projects #247

🔀 Merged:

  • ?? Bump files with dotnet-file sync #258 (@kzu)
  • Bump ThisAssembly #257 (@kzu)
  • Remove redundant files from upstream #256 (@kzu)
  • Make IsDevelopmentDependency legacy #254 (@kzu)
  • Don't fail nugetize for tools #248 (@kzu)
  • When include in readme fails, log a warning #233 (@kzu)

v0.9.0

03 Sep 23:06
@kzu kzu
Compare
Choose a tag to compare

Changelog

v0.9.0 (2022-09-03)

Full Changelog

✨ Implemented enhancements:

  • Allow including content in the package readme from a URL #216
  • Support markdown includes in package readme files #210
  • Support transitive package dependency from P2P #202 (@kzu)

🐛 Fixed bugs:

  • If readme isn't already a @(None) item, it's not automatically added to package #213
  • Support transitive package dependency of referenced (non-packing) project #199
  • Packaging when using Nerdbank.Gitversioning fails #198
  • Yellow triangle on Nugetizer nuget package reference under project dependencies -> packages #196
  • running nugetize fails - unable to find framework #189

🔀 Merged:

  • Generate and upload binlogs, don't version test build/run #230 (@kzu)
  • Latest agents with .net48 fail to run tests due to missing method #227 (@kzu)
  • +M? includes #217 (@devlooped-bot)
  • Package readme improvements #214 (@kzu)
  • +M? includes #204 (@github-actions[bot])

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)