Skip to content

Releases: devlooped/ThisAssembly

v1.0.0-rc.1

28 Oct 22:20
@kzu kzu
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

Minor fix that accounts for multiline string resources.

v1.0.0-rc

23 Oct 15:27
@kzu kzu
Compare
Choose a tag to compare
v1.0.0-rc Pre-release
Pre-release

This release bumps to latest Roslyn versions (RC2) removes temporary workarounds for design-time builds that were needed in the past, and introduces a new generator: ThisAssembly.Constants.

v1.0.0-beta

15 Oct 04:43
@kzu kzu
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release
Bump build and release .NET5 to RC2

More XML doc fixes

08 Oct 23:30
@kzu kzu
Compare
Choose a tag to compare
More XML doc fixes Pre-release
Pre-release
v1.0.0-alpha.3

Fix XML doc missing in Strings

v1.0.0-alpha.2

08 Oct 17:13
@kzu kzu
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Minor additional fix to XML doc

v1.0.0-alpha.1

08 Oct 17:01
@kzu kzu
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Minor fixes including XML docs.

v1.0.0-alpha

03 Oct 19:39
@kzu kzu
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

Pretty much done for v1.0 👍

v0.10.6

22 Sep 23:25
@kzu kzu
Compare
Choose a tag to compare
v0.10.6 Pre-release
Pre-release
Fix resource name area prefix

v0.10.5

21 Sep 21:16
@kzu kzu
Compare
Choose a tag to compare
v0.10.5 Pre-release
Pre-release
Inject resx additional files using full path

Since they can be linked resource files, we need to use the full path since that's what the generated .editorconfig for them will use.