Skip to content

Commit 6e867e9

Browse files
committed
Release 2.3.2
1 parent d1f04bb commit 6e867e9

3 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,24 @@ 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="2.3.2"></a>
17+
## [2.3.2] - 2022-03-10
18+
1119
### Added
1220

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

1523
### Changed
1624

17-
- `SystemTextJson`: Replace `autoUnion=true` with individually controllable `autoTypeSafeEnumToJsonString` and `autoUnionToJsonObject` settings re [#71](https://github.com/jet/FsCodec/pull/71) [#73](https://github.com/jet/FsCodec/pull/73)
18-
19-
### Removed
20-
### Fixed
25+
- `SystemTextJson`: Replace `autoUnion=true` with individually controllable `autoTypeSafeEnumToJsonString` and `autoUnionToJsonObject` settings re [#71](https://github.com/jet/FsCodec/issues/71) [#73](https://github.com/jet/FsCodec/pull/73)
2126

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

2530
### Fixed
2631

@@ -236,8 +241,9 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com
236241

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

239-
[Unreleased]: https://github.com/jet/FsCodec/compare/2.3.1...HEAD
240-
[2.3.1~~~~]: https://github.com/jet/FsCodec/compare/2.3.0...2.3.1
244+
[Unreleased]: https://github.com/jet/FsCodec/compare/2.3.2...HEAD
245+
[2.3.2]: https://github.com/jet/FsCodec/compare/2.3.1...2.3.2
246+
[2.3.1]: https://github.com/jet/FsCodec/compare/2.3.0...2.3.1
241247
[2.3.0]: https://github.com/jet/FsCodec/compare/2.3.0-rc.2...2.3.0
242248
[2.3.0-rc.2]: https://github.com/jet/FsCodec/compare/2.3.0-rc.1...2.3.0-rc.2
243249
[2.3.0-rc.1]: https://github.com/jet/FsCodec/compare/2.2.2...2.3.0-rc.1

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828

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

3333
<ItemGroup> <!-- Avoid NRE on mono etc net461 -->

FsCodec.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".project", ".project", "{1D
1818
README.md = README.md
1919
SECURITY.md = SECURITY.md
2020
CHANGELOG.md = CHANGELOG.md
21-
FsCodec.sln.DotSettings.user = FsCodec.sln.DotSettings.user
2221
EndProjectSection
2322
EndProject
2423
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "FsCodec", "src\FsCodec\FsCodec.fsproj", "{9D2A9566-9C80-4AF3-A487-76A9FE8CBE64}"

0 commit comments

Comments
 (0)