Skip to content

Commit

Permalink
Release 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Mar 10, 2022
1 parent d1f04bb commit 6e867e9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
20 changes: 13 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,24 @@ The `Unreleased` section name is replaced by the expected version of next releas

## [Unreleased]

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

<a name="2.3.2"></a>
## [2.3.2] - 2022-03-10

### Added

- `SystemTextJson`: Add `Options.Default` to match [`JsonSerializerSettings.Default`](https:/dotnet/runtime/pull/61434) [#73](https:/jet/FsCodec/pull/73)

### Changed

- `SystemTextJson`: Replace `autoUnion=true` with individually controllable `autoTypeSafeEnumToJsonString` and `autoUnionToJsonObject` settings re [#71](https:/jet/FsCodec/pull/71) [#73](https:/jet/FsCodec/pull/73)

### Removed
### Fixed
- `SystemTextJson`: Replace `autoUnion=true` with individually controllable `autoTypeSafeEnumToJsonString` and `autoUnionToJsonObject` settings re [#71](https:/jet/FsCodec/issues/71) [#73](https:/jet/FsCodec/pull/73)

<a name="2.3.1"></a>
## [2.3.1] - 2022-03-02
## [2.3.1] - 2022-03-02 **Unlisted in favor of changed API in 2.3.2**

### Fixed

Expand Down Expand Up @@ -236,8 +241,9 @@ 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.3.1...HEAD
[2.3.1~~~~]: https:/jet/FsCodec/compare/2.3.0...2.3.1
[Unreleased]: https:/jet/FsCodec/compare/2.3.2...HEAD
[2.3.2]: https:/jet/FsCodec/compare/2.3.1...2.3.2
[2.3.1]: https:/jet/FsCodec/compare/2.3.0...2.3.1
[2.3.0]: https:/jet/FsCodec/compare/2.3.0-rc.2...2.3.0
[2.3.0-rc.2]: https:/jet/FsCodec/compare/2.3.0-rc.1...2.3.0-rc.2
[2.3.0-rc.1]: https:/jet/FsCodec/compare/2.2.2...2.3.0-rc.1
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup> <!-- net461 ref assemblies https://stackoverflow.com/a/57384175/11635 -->
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
</ItemGroup>

<ItemGroup> <!-- Avoid NRE on mono etc net461 -->
Expand Down
1 change: 0 additions & 1 deletion FsCodec.sln
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".project", ".project", "{1D
README.md = README.md
SECURITY.md = SECURITY.md
CHANGELOG.md = CHANGELOG.md
FsCodec.sln.DotSettings.user = FsCodec.sln.DotSettings.user
EndProjectSection
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsCodec", "src\FsCodec\FsCodec.fsproj", "{9D2A9566-9C80-4AF3-A487-76A9FE8CBE64}"
Expand Down

0 comments on commit 6e867e9

Please sign in to comment.