v3.0.5
What's Changed
✨ Implemented enhancements
- Switch to built-in .NET SDK AssemblyMetadata support by @kzu in #218
- Improve targets organization by moving ThisAssembly to another targets by @kzu in #219
- Change GitDefaultBranch to
main
instead ofmaster
by @kzu in #225 - Properly detect HEAD changes for incremental builds by @kzu in #226
- Switch to ThisAssembly.Constants for C# by @kzu in #229
- Set Version and PackageVersion to a default value by @kzu in #232
- Make sure we don't surface SponsorLink as an API by @kzu in #241
- 💜 Bump SponsorLink for better privacy by @kzu in #242
🐛 Fixed bugs
- Replace / and \ in branches with dashes when setting default Version by @kzu in #248
- Reintroduce IsDirty boolean property from 2.3 by @kzu in #249
- Fix backs-compat generation when custom namespace in use by @kzu in #266
- Fix IsDirty generator when using a custom namespace by @kzu in #267
- Bump to ThisAssembly version that doesn't run so early by @kzu in #268
🔨 Other
- Delete removed define for assembly metadata by @kzu in #220
- Rename Analyzer > GitInfo.CodeAnalysis by @kzu in #233
- Set AzureDevOps branch name also for PR by @trejjam in #256
- fix typo 'alwas' with 'always' by @codingdave in #257
New Contributors
- @dependabot made their first contribution in #231
- @trejjam made their first contribution in #256
- @codingdave made their first contribution in #257
Full Changelog: v2.3.0...v3.0.5