Releases: devlooped/ThisAssembly
Releases · devlooped/ThisAssembly
v1.2.0-rc
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
v1.1.3
v1.1.2
What's Changed
🐛 Fixed bugs
- ThisAssembly.Resources Improvements by @viceroypenguin in #157, with fixes for #155 and #156
Full Changelog: v1.1.1...v1.1.2
v1.1.1
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
What's Changed
✨ Implemented enhancements
- Modernize to Incremental Source Generators by @viceroypenguin in #132
- Add ThisAssembly.Resources by @viceroypenguin in #134
New Contributors
- @viceroypenguin made their first contribution in #132
Full Changelog: v1.0.10...v1.1.0
v1.0.10
Changelog
v1.0.10 (2022-10-18)
✨ 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)