Skip to content

Commit

Permalink
Fixed packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyVignelles committed Dec 8, 2021
1 parent a369bd9 commit fb5b731
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Documentation/ooak.NewtonsoftJson.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ooak.NewtonsoftJson - The Newtonsoft.Json-based TypeUnion (de)serializer

This package contains the Newtonsoft.Json serializer for use with [Ooak](https://www.nuget.org/packages/Ooak/)'s TypeUnion type.
3 changes: 3 additions & 0 deletions Documentation/ooak.SystemTextJson.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Ooak.SystemTextJson - The System.Text.Json-based TypeUnion (de)serializer

This package contains the System.Text.Json serializer for use with [Ooak](https://www.nuget.org/packages/Ooak/)'s TypeUnion type.
4 changes: 2 additions & 2 deletions Ooak.NewtonsoftJson/Ooak.NewtonsoftJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<Version>0.0.3</Version>
<Description>Ooak deserializer for Newtonsoft.Json that allows the use of oneOf/anyOf/allOf</Description>
<Authors>Jérémy VIGNELLES</Authors>
<PackageReadmeFile>ooak.md</PackageReadmeFile>
<PackageReadmeFile>ooak.NewtonsoftJson.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/jeremyVignelles/ooak.git</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<None Include="../Documentation/serializers.md" Pack="true" PackagePath="\"/>
<None Include="../Documentation/ooak.NewtonsoftJson.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Expand Down
4 changes: 2 additions & 2 deletions Ooak.SystemTextJson/Ooak.SystemTextJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<Version>0.0.3</Version>
<Description>Ooak deserializer for System.Text.Json that allows the use of oneOf/anyOf/allOf</Description>
<Authors>Jérémy VIGNELLES</Authors>
<PackageReadmeFile>ooak.md</PackageReadmeFile>
<PackageReadmeFile>ooak.SystemTextJson.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/jeremyVignelles/ooak.git</RepositoryUrl>
</PropertyGroup>
<ItemGroup>
<None Include="../Documentation/serializers.md" Pack="true" PackagePath="\"/>
<None Include="../Documentation/ooak.SystemTextJson.md" Pack="true" PackagePath="\"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Text.Json" Version="5.0.2" />
Expand Down

0 comments on commit fb5b731

Please sign in to comment.