Skip to content

Commit 452fef1

Browse files
authored
Merge pull request #6 from datacute/release/1.0.2
Release/1.0.2
2 parents 449dd81 + abb1252 commit 452fef1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

AdditionalTextConstantGenerator/AdditionalTextConstantGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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>

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>1.0.1</VersionPrefix>
3+
<VersionPrefix>1.0.2</VersionPrefix>
44
</PropertyGroup>
55

66
<PropertyGroup>

0 commit comments

Comments
 (0)