Skip to content

Commit 35f404d

Browse files
authored
Merge pull request #13 from njlr/chore/release
Release
2 parents 680f09c + 768fa89 commit 35f404d

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,22 @@ Why use codecs?
1010

1111
## Install
1212

13-
Install from NuGet for [Fable](https://www.nuget.org/packages/Thoth.Json.Codec/) or [.NET](https://www.nuget.org/packages/Thoth.Json.Net.Codec/):
13+
Install from NuGet for [Fable and .NET](https://www.nuget.org/packages/Thoth.Json.Codec):
1414

1515
```bash
1616
dotnet add package Thoth.Json.Codec
17+
18+
# For reflection-based automatic codecs
19+
dotnet add package Thoth.Json.Codec.Auto
1720
```
1821

1922
Or using Paket:
2023

2124
```bash
2225
paket add Thoth.Json.Codec
26+
27+
# For reflection-based automatic codecs
28+
paket add Thoth.Json.Codec.Auto
2329
```
2430

2531
## Instructions

thoth-json-codec-auto/thoth-json-codec-auto.fsproj.paket.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
type project
22
id Thoth.Json.Codec.Auto
3-
version 0.0.1
3+
version 0.0.6
44
authors github.com/njlr
55
title Thoth.Json.Codec.Auto
66
tags fable fsharp json thoth codec

thoth-json-codec/thoth-json-codec.fsproj.paket.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
type project
22
id Thoth.Json.Codec
3-
version 0.0.5
3+
version 0.0.6
44
authors github.com/njlr
55
title Thoth.Json.Codec
66
tags fable fsharp json thoth codec

0 commit comments

Comments
 (0)