22
33All notable changes to this project will be documented in this file.
44
5- The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0 .0/ ) ,
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1 .0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
88## [ Unreleased]
99
10- ## [[ 1.1.0]] - 2025-06-29
10+ ## [ 1.1.1] - 2025-08-03
11+
12+ ### Added
13+ - Included a count of the matching embedded resources in the generated class doc-comments
14+
15+ ### Changed
16+ - Converted to use Datacute.IncrementalGeneratorExtensions and Datacute.AdditionalTextConstantGenerator
17+
18+ ### Fixed
19+ - Fixed nullable reference type support for older .NET versions that don't support nullable annotations
20+ - Removed file-scoped namespace from attribute for better compatibility with older C# versions
21+
22+ ## [ 1.1.0] - 2025-06-29
1123
1224### Added
1325- Support for nested classes and generics
@@ -21,30 +33,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2133- Resolves issue #4 (performance improvements)
2234- Resolves issue #3 (nested classes and generics support)
2335
24- ## [[ 1.0.0] ] - 2024-10-28
36+ ## [ 1.0.0] - 2024-10-28
2537
2638### Added
2739- First stable release
2840
29- ## [[ 0.0.1-alpha.6b] ] - 2024-09-24
41+ ## [ 0.0.1-alpha.6b] - 2024-09-24
3042
3143### Fixed
3244- Corrected the published package (but the new version broke the doc links)
3345
34- ## [[ 0.0.1-alpha.6] ] - 2024-09-24
46+ ## [ 0.0.1-alpha.6] - 2024-09-24
3547
3648### Added
3749- More documentation
3850
3951### Changed
4052- Removed windows specific paths from tests
4153
42- ## [[ 0.0.1-alpha.5] ] - 2024-09-22
54+ ## [ 0.0.1-alpha.5] - 2024-09-22
4355
4456### Fixed
4557- Included doc-comments of the EmbeddedResourceProperties attribute in the package
4658
47- ## [[ 0.0.1-alpha.4] ] - 2024-09-15
59+ ## [ 0.0.1-alpha.4] - 2024-09-15
4860
4961### Added
5062- Read method in each class
@@ -53,31 +65,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5365### Changed
5466- Moved the attribute to its own dll
5567
56- ## [[ 0.0.1-alpha.3] ] - 2024-09-14
68+ ## [ 0.0.1-alpha.3] - 2024-09-14
5769
5870### Added
5971- Included ` EmbeddedResourcePropertyExample ` project in github repository
6072
6173### Fixed
6274- Removing doc duplication
6375
64- ## [[ 0.0.1-alpha.2] ] - 2024-09-13
76+ ## [ 0.0.1-alpha.2] - 2024-09-13
6577
6678### Added
6779- ` [Conditional] ` attribute to restrict inclusion of the usage of the ` EmbeddedResourcePropertiesAttribute ` in the output
6880
69- ## [[ 0.0.1-alpha] ] - 2024-09-09
81+ ## [ 0.0.1-alpha] - 2024-09-09
7082
7183### Added
7284- Support for overriding ` ReadEmbeddedResourceValue ` partial method
7385
74- [ Unreleased ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/1.1.0...HEAD
75- [ 1.1.0 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/1.0.0...1.1.0
76- [ 1.0.0 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/0.0.1-alpha.6b...1.0.0
77- [ 0.0.1-alpha.6b ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/0.0.1-alpha.6...0.0.1-alpha.6b
78- [ 0.0.1-alpha.6 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/0.0.1-alpha.5...0.0.1-alpha.6
79- [ 0.0.1-alpha.5 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/0.0.1-alpha.4...0.0.1-alpha.5
80- [ 0.0.1-alpha.4 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/0.0.1-alpha.3...0.0.1-alpha.4
81- [ 0.0.1-alpha.3 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/0.0.1-alpha.2...0.0.1-alpha.3
82- [ 0.0.1-alpha.2 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/0.0.1-alpha...0.0.1-alpha.2
83- [ 0.0.1-alpha ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/releases/tag/0.0.1-alpha
86+ [ Unreleased ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/1.1.1...HEAD
87+ [ 1.1.1 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/releases/tag/1.1.1
88+ [ 1.1.0 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/releases/tag/1.1.0
89+ [ 1.0.0 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/releases/tag/1.0.0
90+ [ 0.0.1-alpha.6b ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/releases/tag/0.0.1-alpha.6b
91+ [ 0.0.1-alpha.6 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/releases/tag/0.0.1-alpha.6
92+ [ 0.0.1-alpha.5 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/releases/tag/0.0.1-alpha.5
93+ [ 0.0.1-alpha.4 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/releases/tag/0.0.1-alpha.4
94+ [ 0.0.1-alpha.3 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/releases/tag/0.0.1-alpha.3
95+ [ 0.0.1-alpha.2 ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/releases/tag/0.0.1-alpha.2
96+ [ 0.0.1-alpha ] : https://github.com/datacute/EmbeddedResourcePropertyGenerator/releases/tag/0.0.1-alpha
0 commit comments