Skip to content

Releases: devlooped/ThisAssembly

v1.2.0-rc

25 Jan 07:07
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Allow constants to request a root area different than Constants by @kzu in #168
  • Improve Path Sanitization by @viceroypenguin in #161
  • Add ThisAssembly.Git, leveraging Microsoft.SourceLink and ThisAssembly.Constants by @kzu in #169

Full Changelog: v1.2.0-beta...v1.2.0-rc

v1.2.0-beta

24 Jan 05:22
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

image

Full Changelog: v1.1.3...v1.2.0-beta

v1.1.3

10 Jan 21:48
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Additional sanitizing at template rendering time by @kzu in #160

Full Changelog: v1.1.2...v1.1.3

v1.1.2

10 Jan 20:50
@kzu kzu
c6e238d
Compare
Choose a tag to compare

What's Changed

🐛 Fixed bugs

Full Changelog: v1.1.1...v1.1.2

v1.1.1

06 Jan 19:29
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

  • Ensure incremental source generators are supported by @kzu in #152
  • Include readme in each package, aggregate on project by @kzu in #153

🐛 Fixed bugs

  • Fix logic for determining default text resources by @kzu in #148
  • Fix ThisAssembly.Resources assembly name for analyzer by @kzu in #149

Full Changelog: v1.1.0...v1.1.1

v1.1.0

31 Dec 17:07
@kzu kzu
Compare
Choose a tag to compare

What's Changed

✨ Implemented enhancements

New Contributors

Full Changelog: v1.0.10...v1.1.0

v1.0.10

18 Oct 15:12
@kzu kzu
Compare
Choose a tag to compare

Changelog

v1.0.10 (2022-10-18)

Full Changelog

✨ Implemented enhancements:

  • If resource name contains an invalid identifier character, replace it with underscore #125

🐛 Fixed bugs:

  • 'New issue' page URL's #108
  • Wrong links in 'New issue' page #102
  • Packages should not be transitive #86
  • Source Generator doesn't work anymore with .NET 6.0.200 SDK #85

🔀 Merged:

  • Fix sample code syntax error in readme.md #127 (@mapolu)
  • Improve support for invalid identifier characters #126 (@kzu)
  • Build with latest .NET6, no particular version #97 (@kzu)
  • Remove workaround for 6.0.202 breakage #95 (@kzu)
  • Add devlooped/.github assets #91 (@kzu)
  • ?? Bump files with dotnet-file sync #90 (@kzu)
  • Packages should not be transitive #89 (@kzu)

v1.0.9

21 Oct 23:38
@kzu kzu
Compare
Choose a tag to compare

v1.0.9 (2021-10-21)

Full Changelog

Fixed bugs:

  • Exception when having a second AssemblyInformationalVersion attribute #78
  • Exception when typing out AssemblyInformationalVersion #77

v1.0.8

29 Apr 18:40
@kzu kzu
Compare
Choose a tag to compare

v1.0.8 (2021-04-29)

Full Changelog

Fixed bugs:

  • Emitting Description can easily break compilation #55

v1.0.7

16 Mar 23:30
@kzu kzu
Compare
Choose a tag to compare

v1.0.7 (2021-03-16)

Full Changelog

Implemented enhancements:

  • Make the C# language check a warning instead of an error #51