Skip to content

Commit

Permalink
<Version>1.6.0</Version>
Browse files Browse the repository at this point in the history
  • Loading branch information
manuc66 committed Jun 24, 2019
1 parent bfb0cc0 commit 1278a1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.6.0] - 2019-06-25
### Added
- Support for multiple discriminators on single type #66
- Support for per inheritance level discriminators #60
- Support specifying a falback sub type if none matched #63
- Provide NuGet package with strong name #75
- Changelog history and documentation arround versionning

## [1.5.2] - 2019-01-19
Expand Down
5 changes: 3 additions & 2 deletions JsonSubTypes/JsonSubTypes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@
<PackageProjectUrl>https://github.com/manuc66/JsonSubTypes</PackageProjectUrl>
<Authors>Emmanuel Counasse</Authors>
<PackageLicenseUrl></PackageLicenseUrl>
<Version>1.5.2</Version>
<Version>1.6.0</Version>
<PackageTags>json converter subtype inheritance deserializeobject polymorphism</PackageTags>
<AssemblyVersion>1.5.2.0</AssemblyVersion>
<AssemblyVersion>1.6.0.0</AssemblyVersion>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>See in https://github.com/manuc66/JsonSubTypes/releases</PackageReleaseNotes>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<LangVersion>7</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JsonSubTypes.Key.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<FileVersion>1.6.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
Expand Down

0 comments on commit 1278a1f

Please sign in to comment.