Skip to content

v0.7.6

Compare
Choose a tag to compare
@kzu kzu released this 26 May 13:31
· 337 commits to main since this release

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