Skip to content

Commit 50c3088

Browse files
committed
Merge branch 'release/1.0.6' into develop
2 parents 0e7726a + 6d2a970 commit 50c3088

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.0.6] - 2025-08-16
11+
12+
### Added
13+
14+
- Lots more documentation.
15+
16+
### Changed
17+
18+
- Include version in auto-generated comments added by this generator.
19+
1020
## [1.0.5] - 2025-08-03
1121

1222
### Fixed
@@ -96,7 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
96106

97107
---
98108

99-
[Unreleased]: https://github.com/datacute/IncrementalGeneratorExtensions/compare/1.0.5...develop
109+
[Unreleased]: https://github.com/datacute/IncrementalGeneratorExtensions/compare/1.0.6...develop
110+
[1.0.6]: https://github.com/datacute/IncrementalGeneratorExtensions/releases/tag/1.0.6
100111
[1.0.5]: https://github.com/datacute/IncrementalGeneratorExtensions/releases/tag/1.0.5
101112
[1.0.4]: https://github.com/datacute/IncrementalGeneratorExtensions/releases/tag/1.0.4
102113
[1.0.3]: https://github.com/datacute/IncrementalGeneratorExtensions/releases/tag/1.0.3

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)