Skip to content

Commit 91a90f2

Browse files
committed
Release 6.2.0
1 parent e0ca945 commit 91a90f2

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The `Unreleased` section name is replaced by the expected version of next releas
88

99
## [Unreleased]
1010

11+
### Added
12+
### Changed
13+
### Removed
14+
### Fixed
15+
16+
<a name="6.2.0"></a>
17+
## [6.2.0] - 2023-01-23
18+
1119
### Added
1220

1321
- `proHotel`: Process Manager based Reactor with Unit and Integration tests wired for MemoryStore, DynamoStore and MessageDb [#127](https://github.com/jet/dotnet-templates/pull/127)
@@ -16,9 +24,6 @@ The `Unreleased` section name is replaced by the expected version of next releas
1624

1725
- Target `Propulsion` v `3.0.0-rc.2` [#129](https://github.com/jet/dotnet-templates/pull/129)
1826

19-
### Removed
20-
### Fixed
21-
2227
<a name="6.1.0"></a>
2328
## [6.1.0] - 2022-12-23
2429

@@ -611,7 +616,8 @@ The `Unreleased` section name is replaced by the expected version of next releas
611616

612617
(For information pertaining to earlier releases, see release notes in https://github.com/jet/dotnet-templates/releases and/or can someone please add it!)
613618

614-
[Unreleased]: https://github.com/jet/dotnet-templates/compare/6.1.0...HEAD
619+
[Unreleased]: https://github.com/jet/dotnet-templates/compare/6.2.0...HEAD
620+
[6.2.0]: https://github.com/jet/dotnet-templates/compare/6.1.0...6.2.0
615621
[6.1.0]: https://github.com/jet/dotnet-templates/compare/6.0.0...6.1.0
616622
[6.0.0]: https://github.com/jet/dotnet-templates/compare/5.3.0...6.0.0
617623
[5.3.0]: https://github.com/jet/dotnet-templates/compare/5.2.1...5.3.0

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageProjectUrl>https://github.com/jet/dotnet-templates</PackageProjectUrl>
77
<PackageTags>fsharp eventsourcing cosmosdb eventstore changefeedprocessor kafka</PackageTags>
88
<PackageLicense>Apache-2.0</PackageLicense>
9-
<Copyright>Copyright © 2018-22</Copyright>
9+
<Copyright>Copyright © 2018-23</Copyright>
1010
<!-- suppress false positive warning FS2003 about invalid version of AssemblyInformationalVersionAttribute -->
1111
<!-- Supress NU5105 triggered by trailing dotted elements such as .43 and .2 in e.g.: pr.43-rc1.2: The package version '<X>' uses SemVer 2.0.0 or components of SemVer 1.0.0 that are not supported on legacy clients. Change the package version to a SemVer 1.0.0 string. If the version contains a release label it must start with a letter. This message can be ignored if the package is not intended for older clients. -->
1212
<NoWarn>$(NoWarn);FS2003;NU5105</NoWarn>

0 commit comments

Comments
 (0)