Skip to content

Commit

Permalink
Merge pull request #42 from JackWFinlay/3.0.0
Browse files Browse the repository at this point in the history
Update version number to 3.0.0
  • Loading branch information
JackWFinlay authored Jun 9, 2021
2 parents 02b1cde + 94505f3 commit e644952
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Jsonize.Abstractions/Jsonize.Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>Jsonize.Abstractions</AssemblyName>
<IsPackable>True</IsPackable>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<Version>3.0.0-alpha.1</Version>
<Version>3.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Abstractions package for Jsonize</Description>
<PackageReleaseNotes>Migrated from the package JackWFinlay.Jsonize.Abstractions</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion Jsonize.Parser/Jsonize.Parser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Description>Parser engine for the package Jsonize</Description>
<PackageReleaseNotes>Migrated from the package JackWFinlay.Jsonize.Parser.AngleSharp</PackageReleaseNotes>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<Version>3.0.0-alpha.1</Version>
<Version>3.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/JackWFinlay/jsonize</RepositoryUrl>
<Authors>Jack Witbrock Finlay</Authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>Jsonize.Serializer.Json.Net</AssemblyName>
<IsPackable>True</IsPackable>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<Version>3.0.0-alpha.1</Version>
<Version>3.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A serializer package for the package Jsonize using Newtonsoft.Json</Description>
<PackageReleaseNotes>Migrated from the package JackWFinlay.Jsonize.Serializer.NewtonsoftJson</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion Jsonize.Serializer/Jsonize.Serializer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>Jsonize.Serializer</PackageId>
<AssemblyName>Jsonize.Serializer</AssemblyName>
<IsPackable>True</IsPackable>
<Version>3.0.0-alpha.1</Version>
<Version>3.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>A serializer package for the package Jsonize using System.Text.Json</Description>
<PackageReleaseNotes>Migrated from the package JackWFinlay.Jsonize.Serializer</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion Jsonize/Jsonize.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Description>Convert HTML to JSON</Description>
<PackageReleaseNotes>Migrated from the package JackWFinlay.Jsonize</PackageReleaseNotes>
<TargetFrameworks>netstandard2.0;net5.0</TargetFrameworks>
<Version>3.0.0-alpha.1</Version>
<Version>3.0.0</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RepositoryUrl>https://github.com/JackWFinlay/jsonize</RepositoryUrl>
<Authors>Jack Witbrock Finlay</Authors>
Expand Down

0 comments on commit e644952

Please sign in to comment.