Skip to content

Commit

Permalink
update nuget version
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinfactory committed Dec 26, 2020
1 parent 8cd2da3 commit c1dd497
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>0.2.0</Version>
<Version>0.3.0</Version>
<Description>Cross platform .net core Pretty print Json files to console.</Description>
<Copyright>Goblinfactory Ltd (C) 2020</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -13,8 +13,10 @@
<RepositoryType>GIT</RepositoryType>
<Title>Goblinfactory.PrettyJson</Title>
<RepositoryTitle>Goblinfactory.PrettyJson</RepositoryTitle>
<AssemblyVersion>0.2.0.0</AssemblyVersion>
<FileVersion>0.2.0.0</FileVersion>
<AssemblyVersion>0.3.0.0</AssemblyVersion>
<FileVersion>0.3.0.0</FileVersion>
<PackageReleaseNotes>Added CRLF encoding and default maxLen clipping of long strings to 200 characters with ... elipses.
(Configurable)</PackageReleaseNotes>
</PropertyGroup>

</Project>

0 comments on commit c1dd497

Please sign in to comment.