File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
AdditionalTextConstantGenerator Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3030 </PropertyGroup >
3131
3232 <ItemGroup >
33- <PackageReference Include =" Datacute.IncrementalGeneratorExtensions" Version =" 1.0.4 " >
33+ <PackageReference Include =" Datacute.IncrementalGeneratorExtensions" Version =" 1.0.5 " >
3434 <PrivateAssets >all</PrivateAssets >
3535 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
3636 </PackageReference >
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.2] - 2025-08-03
11+
12+ ### Changed
13+
14+ - Bump Datacute.IncrementalGeneratorExtensions again and use its AutoGeneratedComment
15+
1016## [ 1.0.1] - 2025-08-03
1117
1218### Changed
@@ -28,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2834### Added
2935- EmbeddedResourcePropertyGenerator code, converted to generate string constants for additional text files in a project
3036
31- [ Unreleased ] : https://github.com/datacute/AdditionalTextConstantGenerator/compare/1.0.1...develop
37+ [ Unreleased ] : https://github.com/datacute/AdditionalTextConstantGenerator/compare/1.0.2...develop
38+ [ 1.0.2 ] : https://github.com/datacute/AdditionalTextConstantGenerator/releases/tag/1.0.2
3239[ 1.0.1 ] : https://github.com/datacute/AdditionalTextConstantGenerator/releases/tag/1.0.1
3340[ 1.0.0 ] : https://github.com/datacute/AdditionalTextConstantGenerator/releases/tag/1.0.0
3441[ 0.0.2-alpha ] : https://github.com/datacute/AdditionalTextConstantGenerator/releases/tag/0.0.2-alpha
Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <VersionPrefix >1.0.1 </VersionPrefix >
3+ <VersionPrefix >1.0.2 </VersionPrefix >
44 </PropertyGroup >
55
66 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments