Skip to content

Commit

Permalink
Release version 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Mangel committed Oct 25, 2019
1 parent ab09083 commit 89b8005
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 3.4.1 - 2019-10-25

### Changed

* Fix #27: Add a note to the package description about runtime support

## 3.4.0 - 2019-10-24

### Added
Expand Down
7 changes: 5 additions & 2 deletions src/Thoth.Json.fsproj
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Elm-inspired encoder and decoder for JSON</Description>
<Description>Elm-inspired encoder and decoder for JSON, this package is intended to be use on Fable side only.

If you are interested on using it against .NET Core or .NET Framework, please use Thoth.Json.Net.
</Description>
<PackageProjectUrl>https://github.com/thoth-org/Thoth.Json</PackageProjectUrl>
<Packagelicense>https://github.com/thoth-org/Thoth.Json/blob/master/LICENSE.md</Packagelicense>
<RepositoryUrl>https://github.com/thoth-org/Thoth.Json</RepositoryUrl>
<PackageTags>fable;fsharp;json</PackageTags>
<Authors>Maxime Mangel</Authors>
<Version>3.4.0</Version>
<Version>3.4.1</Version>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
Expand Down

0 comments on commit 89b8005

Please sign in to comment.