Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed May 5, 2021
1 parent 1db3880 commit ce7ecac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

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

<a name="2.2.0"></a>
## [2.2.0] - 2021-05-05

### Added

- `NewtonsoftJson.Serdes.DefaultSettings`: Exposes default settings (for use with ASP.NET Core `.AddNewtonsoftJson`) [#63](https:/jet/FsCodec/pull/63)
- `SystemTextJson.Serdes.DefaultOptions`: Exposes default options (for use with ASP.NET Core `.AddJsonOptions`) [#63](https:/jet/FsCodec/pull/63)

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

- Clarify `StreamName.parse` exception message [#58](https:/jet/FsCodec/pull/58) :pray: [@dharmaturtle](https:/dharmaturtle)
Expand Down Expand Up @@ -167,7 +173,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https:

Final release of Jet.JsonNet.Converters archived on [v0 branch](https:/jet/FsCodec/tree/v0)

[Unreleased]: https:/jet/FsCodec/compare/2.1.1...HEAD
[Unreleased]: https:/jet/FsCodec/compare/2.2.0...HEAD
[2.2.0]: https:/jet/FsCodec/compare/2.1.1...2.2.0
[2.1.1]: https:/jet/FsCodec/compare/2.1.0...2.1.1
[2.1.0]: https:/jet/FsCodec/compare/2.0.1...2.1.0
[2.0.1]: https:/jet/FsCodec/compare/2.0.0...2.0.1
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:/jet/FsCodec</PackageProjectUrl>
<PackageTags>fsharp unionconverter eventcodec JsonPickler JsonIsomorphism json converters typeshape</PackageTags>
<PackageLicense>Apache-2.0</PackageLicense>
<Copyright>Copyright © 2016-20</Copyright>
<Copyright>Copyright © 2016-21</Copyright>

<TestTargetFrameworks>netcoreapp3.1;net461</TestTargetFrameworks>
<!-- avoid fighting with CI images about getting mono to run on MacOSX-->
Expand Down

0 comments on commit ce7ecac

Please sign in to comment.