Skip to content

Releases: devlooped/GitInfo

v3.3.5

13 May 04:35
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Do not emit ThisAssembly.Git.IsDirty when GitThisAssembly is false by @kzu in #338

Full Changelog: v3.3.4...v3.3.5

v3.3.4

15 Feb 22:15
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🔨 Other

New Contributors

Full Changelog: v3.3.3...v3.3.4

v3.3.3

30 Aug 20:08
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Shield from invalid git version by @kzu in #313

Full Changelog: v3.3.2...v3.3.3

v3.3.2

30 Aug 19:40
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🐛 Fixed bugs

  • Bump ThisAssembly to get fix for C#11 raw strings by @kzu in #312

Full Changelog: v3.3.1...v3.3.2

v3.3.1

11 Aug 16:41
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🔨 Other

  • Bump to downstream ThisAssembly without SponsorLink by @kzu in #305

Full Changelog: v3.3.0...v3.3.1

v3.3.0

11 Aug 15:44
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🔨 Other

  • Remove current implementation of SponsorLink for now by @kzu in #302

Full Changelog: v3.2.0...v3.3.0

v3.2.0

11 Aug 05:44
@kzu kzu
Compare
Choose a tag to compare

Bump to OSS SponsorLink

Full Changelog: v3.1.2...v3.2.0

v3.1.2

02 Aug 10:47
@kzu kzu
Compare
Choose a tag to compare

What's Changed

🔨 Other

  • replace all invalid chars in semver string with "-" by @smorokin in #295

New Contributors

Full Changelog: v3.1.1...v3.1.2

v3.1.1

07 Jul 14:34
@kzu kzu
Compare
Choose a tag to compare

Fixes SponsorLink issues for some users

Full Changelog: v3.1.0...v3.1.1

v3.1.0

05 Jun 20:40
@kzu kzu
Compare
Choose a tag to compare
Ensure IsDirty is a constant

Fixes the regression reported in #287.
Fixes #285.