Skip to content

Commit e0d6617

Browse files
committed
Update changelog
1 parent ee62de0 commit e0d6617

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

AdditionalTextConstantGenerator.sln

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1010
LICENSE = LICENSE
1111
README.md = README.md
1212
global.json = global.json
13+
versionsuffix.ci.props = versionsuffix.ci.props
14+
versionsuffix.local.props = versionsuffix.local.props
15+
versionsuffix.release.props = versionsuffix.release.props
1316
EndProjectSection
1417
EndProject
1518
Global

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2025-07-28
11+
12+
### Fixed
13+
- Updated `Datacute.IncrementalGeneratorExtensions` to fix broken embedded attribute usage
14+
1015
## [0.0.2-alpha] - 2025-07-27
1116

1217
### Fixed
@@ -17,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1722
### Added
1823
- EmbeddedResourcePropertyGenerator code, converted to generate string constants for additional text files in a project
1924

20-
[Unreleased]: https://github.com/datacute/AdditionalTextConstantGenerator/compare/0.0.2-alpha...develop
25+
[Unreleased]: https://github.com/datacute/AdditionalTextConstantGenerator/compare/1.0.0...develop
26+
[1.0.0]: https://github.com/datacute/AdditionalTextConstantGenerator/releases/tag/1.0.0
2127
[0.0.2-alpha]: https://github.com/datacute/AdditionalTextConstantGenerator/releases/tag/0.0.2-alpha
2228
[0.0.1-alpha]: https://github.com/datacute/AdditionalTextConstantGenerator/releases/tag/0.0.1-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>0.0.3</VersionPrefix>
3+
<VersionPrefix>1.0.0</VersionPrefix>
44
</PropertyGroup>
55

66
<PropertyGroup>

versionsuffix.release.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionSuffix>alpha</VersionSuffix>
3+
<!-- <VersionSuffix>alpha</VersionSuffix>-->
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)