Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,22 @@ Why use codecs?

## Install

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

```bash
dotnet add package Thoth.Json.Codec

# For reflection-based automatic codecs
dotnet add package Thoth.Json.Codec.Auto
```

Or using Paket:

```bash
paket add Thoth.Json.Codec

# For reflection-based automatic codecs
paket add Thoth.Json.Codec.Auto
```

## Instructions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type project
id Thoth.Json.Codec.Auto
version 0.0.1
version 0.0.6
authors github.com/njlr
title Thoth.Json.Codec.Auto
tags fable fsharp json thoth codec
Expand Down
2 changes: 1 addition & 1 deletion thoth-json-codec/thoth-json-codec.fsproj.paket.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
type project
id Thoth.Json.Codec
version 0.0.5
version 0.0.6
authors github.com/njlr
title Thoth.Json.Codec
tags fable fsharp json thoth codec
Expand Down
Loading