Skip to content

Commit

Permalink
Release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Jan 23, 2023
1 parent e0ca945 commit 91a90f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

### Added
### Changed
### Removed
### Fixed

<a name="6.2.0"></a>
## [6.2.0] - 2023-01-23

### Added

- `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)
Expand All @@ -16,9 +24,6 @@ The `Unreleased` section name is replaced by the expected version of next releas

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

### Removed
### Fixed

<a name="6.1.0"></a>
## [6.1.0] - 2022-12-23

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

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

[Unreleased]: https://github.com/jet/dotnet-templates/compare/6.1.0...HEAD
[Unreleased]: https://github.com/jet/dotnet-templates/compare/6.2.0...HEAD
[6.2.0]: https://github.com/jet/dotnet-templates/compare/6.1.0...6.2.0
[6.1.0]: https://github.com/jet/dotnet-templates/compare/6.0.0...6.1.0
[6.0.0]: https://github.com/jet/dotnet-templates/compare/5.3.0...6.0.0
[5.3.0]: https://github.com/jet/dotnet-templates/compare/5.2.1...5.3.0
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PackageProjectUrl>https://github.com/jet/dotnet-templates</PackageProjectUrl>
<PackageTags>fsharp eventsourcing cosmosdb eventstore changefeedprocessor kafka</PackageTags>
<PackageLicense>Apache-2.0</PackageLicense>
<Copyright>Copyright © 2018-22</Copyright>
<Copyright>Copyright © 2018-23</Copyright>
<!-- suppress false positive warning FS2003 about invalid version of AssemblyInformationalVersionAttribute -->
<!-- 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. -->
<NoWarn>$(NoWarn);FS2003;NU5105</NoWarn>
Expand Down

0 comments on commit 91a90f2

Please sign in to comment.