Skip to content

Commit

Permalink
<Version>1.9.0</Version>
Browse files Browse the repository at this point in the history
  • Loading branch information
manuc66 committed May 9, 2022
1 parent e3e7bd1 commit 54f5227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion JsonSubTypes.Tests/JsonSubTypes.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<TestProjectType>UnitTest</TestProjectType>
<AssemblyTitle>JsonSubTypes.Tests</AssemblyTitle>
<Product>JsonSubTypes.Tests</Product>
<Copyright>Copyright © 2017</Copyright>
<Copyright>Copyright © 2022</Copyright>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<LangVersion>7</LangVersion>
Expand Down
6 changes: 3 additions & 3 deletions JsonSubTypes/JsonSubTypes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
<PackageProjectUrl>https://github.com/manuc66/JsonSubTypes</PackageProjectUrl>
<Authors>Emmanuel Counasse</Authors>
<PackageLicenseUrl></PackageLicenseUrl>
<Version>1.8.0</Version>
<Version>1.9.0</Version>
<PackageTags>json converter subtype inheritance deserializeobject polymorphism</PackageTags>
<AssemblyVersion>1.8.0.0</AssemblyVersion>
<AssemblyVersion>1.9.0.0</AssemblyVersion>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>See in https://github.com/manuc66/JsonSubTypes/releases</PackageReleaseNotes>
<LangVersion>7</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>JsonSubTypes.Key.snk</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<FileVersion>1.8.0.0</FileVersion>
<FileVersion>1.9.0.0</FileVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 54f5227

Please sign in to comment.