|
1 | | -Changelog |
2 | | ---- |
| 1 | +# Changelog |
3 | 2 |
|
4 | | -## v1.1.0 |
5 | | -Release Date: 2025-06-29 |
| 3 | +All notable changes to this project will be documented in this file. |
6 | 4 |
|
7 | | -### Features |
8 | | -- Rewrote the generator pipeline to improve performance, and only regenerate when additional texts are changed (resolves #4) |
9 | | -- Added support for nested classes and generics (resolves #3) |
10 | | -- Made integration easier by automatically including EmbeddedResources as Additional Text Files |
11 | | -- Lowered the minimum version of Microsoft.CodeAnalysis.CSharp required to support older .NET versions |
12 | | - |
13 | | -**Full Changelog**: https://github.com/datacute/EmbeddedResourcePropertyGenerator/compare/1.0.0...1.1.0 |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
14 | 7 |
|
15 | | -## v1.0.0 |
16 | | -Release Date: 2024-10-28 |
| 8 | +## [Unreleased] |
17 | 9 |
|
18 | | -### Features |
| 10 | +## [[1.1.0]] - 2025-06-29 |
19 | 11 |
|
20 | | -* First stable release |
| 12 | +### Added |
| 13 | +- Support for nested classes and generics |
| 14 | +- Automatic inclusion of EmbeddedResources as Additional Text Files to make integration easier |
21 | 15 |
|
22 | | -## v0.0.1-alpha.6b |
23 | | -Release Date: 2024-09-24 |
| 16 | +### Changed |
| 17 | +- Rewrote the generator pipeline to improve performance and only regenerate when additional texts are changed |
| 18 | +- Lowered the minimum version of Microsoft.CodeAnalysis.CSharp required to support older .NET versions |
24 | 19 |
|
25 | | -### Fixes |
26 | | -* Corrected the published package (but the new version broke the doc links) |
| 20 | +### Fixed |
| 21 | +- Resolves issue #4 (performance improvements) |
| 22 | +- Resolves issue #3 (nested classes and generics support) |
27 | 23 |
|
28 | | -## v0.0.1-alpha.6 |
29 | | -Release Date: 2024-09-24 |
| 24 | +## [[1.0.0]] - 2024-10-28 |
30 | 25 |
|
31 | | -### Features |
| 26 | +### Added |
| 27 | +- First stable release |
32 | 28 |
|
33 | | -* Removed windows specific paths from tests |
34 | | -* More documentation |
| 29 | +## [[0.0.1-alpha.6b]] - 2024-09-24 |
35 | 30 |
|
36 | | -## v0.0.1-alpha.5 |
37 | | -Release Date: 2024-09-22 |
| 31 | +### Fixed |
| 32 | +- Corrected the published package (but the new version broke the doc links) |
38 | 33 |
|
39 | | -### Fixes |
| 34 | +## [[0.0.1-alpha.6]] - 2024-09-24 |
40 | 35 |
|
41 | | -* Included doc-comments of the EmbeddedResourceProperties attribute in the package |
| 36 | +### Added |
| 37 | +- More documentation |
42 | 38 |
|
43 | | -## v0.0.1-alpha.4 |
44 | | -Release Date: 2024-09-15 |
| 39 | +### Changed |
| 40 | +- Removed windows specific paths from tests |
45 | 41 |
|
46 | | -### Features |
| 42 | +## [[0.0.1-alpha.5]] - 2024-09-22 |
47 | 43 |
|
48 | | -* Moved the attribute to its own dll |
49 | | -* Include Read method in each class |
50 | | -* The Read method, backing fields, and resource names are available to the class |
| 44 | +### Fixed |
| 45 | +- Included doc-comments of the EmbeddedResourceProperties attribute in the package |
51 | 46 |
|
52 | | -## v0.0.1-alpha.3 |
53 | | -Release Date: 2024-09-14 |
| 47 | +## [[0.0.1-alpha.4]] - 2024-09-15 |
54 | 48 |
|
55 | | -### Features |
| 49 | +### Added |
| 50 | +- Read method in each class |
| 51 | +- The Read method, backing fields, and resource names are now available to the class |
56 | 52 |
|
57 | | -* Included `EmbeddedResourcePropertyExample` project in github repository |
| 53 | +### Changed |
| 54 | +- Moved the attribute to its own dll |
58 | 55 |
|
59 | | -### Fixes |
| 56 | +## [[0.0.1-alpha.3]] - 2024-09-14 |
60 | 57 |
|
61 | | -* Removing doc duplication |
| 58 | +### Added |
| 59 | +- Included `EmbeddedResourcePropertyExample` project in github repository |
62 | 60 |
|
63 | | -## v0.0.1-alpha.2 |
64 | | -Release Date: 2024-09-13 |
| 61 | +### Fixed |
| 62 | +- Removing doc duplication |
65 | 63 |
|
66 | | -### Features |
| 64 | +## [[0.0.1-alpha.2]] - 2024-09-13 |
67 | 65 |
|
68 | | -* Add `[Conditional]` attribute to restrict inclusion of the usage of |
69 | | - the `EmbeddedResourcePropertiesAttribute` in the output. |
| 66 | +### Added |
| 67 | +- `[Conditional]` attribute to restrict inclusion of the usage of the `EmbeddedResourcePropertiesAttribute` in the output |
70 | 68 |
|
71 | | -## v0.0.1-alpha |
72 | | -Release Date: 2024-09-09 |
| 69 | +## [[0.0.1-alpha]] - 2024-09-09 |
73 | 70 |
|
74 | | -### Features |
| 71 | +### Added |
| 72 | +- Support for overriding `ReadEmbeddedResourceValue` partial method |
75 | 73 |
|
76 | | -* Add support for overriding `ReadEmbeddedResourceValue` partial method |
| 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 |
0 commit comments