Skip to content

Commit

Permalink
Bump package version and description
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyVignelles committed May 13, 2021
1 parent c38f1c3 commit 1b5254a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Ooak.NewtonsoftJson/Ooak.NewtonsoftJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
<Version>0.0.1</Version>
<Version>0.0.2</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>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
3 changes: 2 additions & 1 deletion Ooak.SystemTextJson/Ooak.SystemTextJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
<Version>0.0.1</Version>
<Version>0.0.2</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>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
3 changes: 2 additions & 1 deletion Ooak/Ooak.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
<PropertyGroup>
<Version>0.0.1</Version>
<Version>0.0.2</Version>
<Description>Ooak - The TypeUnion implementation</Description>
<Authors>Jérémy VIGNELLES</Authors>
<PackageReadmeFile>ooak.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 1b5254a

Please sign in to comment.