What's Changed
- Fix typo in the Cake extension documentation comment by @kapsiR in #939
- Retarget from net462 to net472 by @AArnott in #941
- Add option to include package version in
ThisAssembly
class by @AArnott in #976 - Make GitPackCache include ObjectType by @georg-jung in #942
- Add git-based detection of tags at HEAD to improve PublicRelease detection by @georg-jung in #876
- Remove package reference to Moq by @AArnott in #1003
- Allow customizing commit message pattern in
prepare-release
command by @fmacavilca in #996 - AssemblyVersionInfo: Use
global::
for all references to types inSystem.*
namespaces. by @alexrp in #1012 - Invert
Language
special-casing to handle supported programming languages. by @alexrp in #1021 - Fix lookup of tags in the presence of lightweight tags by @Rob-Hague in #1029
- ReleaseManager: do not reset VersionHeightOffset if it equals to -1 by @DmitryZhelnin in #1100
- fix GitCommitDate being author date rather than commit date by @DmitryZhelnin in #1103
- Ensure GetBuildVersion runs before Clean by @MattKotsenas in #1107
- Avoid inexact stream reads by @AArnott in #1127
- Introduce
NBGV_UseAssemblyVersionInNativeVersion
msbuild property by @vitezslav-popovsky-solarwinds in #1125
New Contributors
- @fmacavilca made their first contribution in #996
- @Rob-Hague made their first contribution in #1029
- @DmitryZhelnin made their first contribution in #1100
- @MattKotsenas made their first contribution in #1107
- @github-actions made their first contribution in #1135
- @vitezslav-popovsky-solarwinds made their first contribution in #1125
Full Changelog: v3.6.146...v3.7.112