Skip to content

Latest commit

 

History

History
293 lines (164 loc) · 14 KB

changelog.md

File metadata and controls

293 lines (164 loc) · 14 KB

Changelog

v1.2.1 (2023-01-28)

Full Changelog

✨ Implemented enhancements:

  • Bump to more optimal sponsorlink checks #180 (@kzu)

🐛 Fixed bugs:

  • Duplicate ProjectProperty items cause build failure #172

v1.2.0 (2023-01-28)

Full Changelog

✨ Implemented enhancements:

  • Deduplicate project properties before generation #178 (@kzu)
  • Don't generate duplicate code for localized resources #177 (@kzu)
  • When building locally, default branch to HEAD #176 (@kzu)
  • Add ThisAssembly.Git to ThisAssembly meta-package #174 (@kzu)

🐛 Fixed bugs:

  • ThisAssembly.Strings doesn't cope well with localized resx #173
  • Fix missing source link information in ThisAssembly.Git #175 (@kzu)

v1.2.0-rc.1 (2023-01-28)

Full Changelog

v1.2.0-rc (2023-01-25)

Full Changelog

✨ Implemented enhancements:

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

🐛 Fixed bugs:

  • Compilation fails when resource file is name Resources.resx #167

v1.2.0-beta (2023-01-24)

Full Changelog

✨ Implemented enhancements:

  • Add SponsorLink #166 (@kzu)

v1.1.3 (2023-01-10)

Full Changelog

✨ Implemented enhancements:

  • Additional sanitizing at template rendering time #160 (@kzu)

🐛 Fixed bugs:

  • Problems with Resources generator generated code #155

v1.1.2 (2023-01-10)

Full Changelog

🐛 Fixed bugs:

  • Coverlet doesn't collect coverage for modules referencing ThisAssembly.* #159
  • Embedded resources with the same filename but different extensions will create collisions #156
  • ThisAssembly.Resources Improvements #157 (@viceroypenguin)

v1.1.1 (2023-01-06)

Full Changelog

✨ Implemented enhancements:

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

🐛 Fixed bugs:

  • Do not test LangVersion #101
  • Fix ThisAssembly.Resources assembly name for analyzer #149 (@kzu)
  • Fix logic for determining default text resources #148 (@kzu)

v1.1.0 (2022-12-31)

Full Changelog

✨ Implemented enhancements:

  • Add ThisAssembly.Resources #45
  • Add ThisAssembly.Resources #134 (@viceroypenguin)
  • Modernize to Incremental Source Generators #132 (@viceroypenguin)

🐛 Fixed bugs:

  • Conflicts with ThisAssembly produced by Nerdbank.GitVersioning #124

🔀 Merged:

  • ⛙ ⬆️ Bump dependencies #145 (@github-actions[bot])
  • Remove unused files and shared ones #138 (@kzu)
  • Build on all supported OSes #136 (@kzu)

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 (2021-10-21)

Full Changelog

🐛 Fixed bugs:

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

v1.0.8 (2021-04-29)

Full Changelog

🐛 Fixed bugs:

  • Emitting Description can easily break compilation #55

v1.0.7 (2021-03-16)

Full Changelog

✨ Implemented enhancements:

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

v1.0.6 (2021-03-08)

Full Changelog

🐛 Fixed bugs:

  • ThisAssembly.Prerequisites fails with VS 16.10 preview #50

v1.0.5 (2021-01-30)

Full Changelog

✨ Implemented enhancements:

  • Add automatic release notes to releases and changelog link to packages #41

v1.0.4 (2021-01-27)

Full Changelog

✨ Implemented enhancements:

  • Embed Scriban for reduced size and improved isolation #39
  • Use analyzers/dotnet/cs as recommended in the cookbok #36

🐛 Fixed bugs:

  • Build fails if FileConstant has absolute path instead of relative dir #38

🔀 Merged:

  • Linked files, embedded scriban and unit tests #40 (@kzu)
  • Use analyzers/dotnet/cs as recommended in the cookbok #37 (@kzu)
  • Fix ThisAssembly.Project documentation #33 (@0xced)
  • ⭮ devlooped/oss + ♡ sponsors #29 (@kzu)
  • 🖆 Apply kzu/oss template #27 (@kzu)

v1.0.3 (2020-12-15)

Full Changelog

✨ Implemented enhancements:

  • Improve LangVersion detection now that C# 9.0 is stable #26

v1.0.2 (2020-12-10)

Full Changelog

🐛 Fixed bugs:

  • 🗄 Repository link to source is broken in package description #25
  • When project uses the unsafe compiler option, generation fails #21

v1.0.1 (2020-12-10)

Full Changelog

✨ Implemented enhancements:

  • Provide changelog information in releases #19

🔀 Merged:

  • ☝ Bump NuGetizer from 0.5.0 to 0.6.0 #24 (@kzu)
  • 🖆 Apply kzu/oss template via dotnet-file #23 (@kzu)
  • Create draft releases when tags are pushed, with changelog #20 (@kzu)
  • No need to shout FILENAMES #18 (@kzu)

v1.0.0 (2020-11-21)

Full Changelog

🔨 Other:

  • Included in reference list - add 'csharp-sourcegenerator' repo topic? #5

🔀 Merged:

  • Bump dependencies to latest stable .net5 #6 (@kzu)

v1.0.0-rc.1 (2020-10-28)

Full Changelog

v1.0.0-rc (2020-10-23)

Full Changelog

🔀 Merged:

  • Remove design-time fix, share DebugSourceGenerators property #3 (@kzu)
  • Add ThisAssembly.Constants #2 (@kzu)

v1.0.0-beta (2020-10-15)

Full Changelog

v1.0.0-alpha.3 (2020-10-08)

Full Changelog

v1.0.0-alpha.2 (2020-10-08)

Full Changelog

v1.0.0-alpha.1 (2020-10-08)

Full Changelog

🔨 Other:

  • It is working for .NET Core 3.1 ? #1

v1.0.0-alpha (2020-10-03)

Full Changelog

v0.10.6 (2020-09-21)

Full Changelog

v0.10.5 (2020-09-21)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator