Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
manuc66 committed Sep 23, 2020
1 parent 8f09d72 commit 8d230a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [1.8.0] - 2020-09-24

### Added
- Add version of builder methods with generic types for cleaner syntax. #115

### Fixed
- Newtonsoft.Json dependency version should be lowest supported, not latest available #101
- Multiple type discriminators in JSON silently passes. #100
- Incorrect handling of datetime field in a sub-type #114

## [1.7.0] - 2020-03-28

### Added
Expand Down
6 changes: 3 additions & 3 deletions JsonSubTypes/JsonSubTypes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
<PackageProjectUrl>https://github.com/manuc66/JsonSubTypes</PackageProjectUrl>
<Authors>Emmanuel Counasse</Authors>
<PackageLicenseUrl></PackageLicenseUrl>
<Version>1.7.0</Version>
<Version>1.8.0</Version>
<PackageTags>json converter subtype inheritance deserializeobject polymorphism</PackageTags>
<AssemblyVersion>1.7.0.0</AssemblyVersion>
<AssemblyVersion>1.8.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.7.0.0</FileVersion>
<FileVersion>1.8.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.1" />
Expand Down

0 comments on commit 8d230a5

Please sign in to comment.