Skip to content

Commit

Permalink
Updates NuGet metadate for v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tdwright committed Jan 2, 2018
1 parent d042224 commit 9bf4eb2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions ConTabs/ConTabs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.3;netstandard2.0;net45</TargetFrameworks>
<PackageId>ConTabs.tdwright</PackageId>
<PackageVersion>0.3.0</PackageVersion>
<PackageVersion>0.3.1</PackageVersion>
<Authors>tdwright</Authors>
<Description>Simple yet flexible ascii tables for your console output.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageReleaseNotes>This release has a couple of new pieces of functionality. One that may cause changed behaviour is the inclusion of base types when searching for public properties to use as columns.

The addition of a mechanism to change the way long strings are handled is another new feature. Users can specify that long strings should be left alone (old behaviour and the new default), or that they should either be truncated of word-wrapped.</PackageReleaseNotes>
The addition of a mechanism to change the way long strings are handled is another new feature. Users can specify that long strings should be left alone (old behaviour and the new default), or that they should either be truncated of word-wrapped.

UPDATE: In v0.3.1 Output builder is now capable of handling multi-line strings, which fixes the broken word-wrap functionality.</PackageReleaseNotes>
<Copyright>Copyright 2017 (c) tdwright. All rights reserved.</Copyright>
<PackageTags>ascii tables console</PackageTags>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
<PackageProjectUrl>https://github.com/tdwright/contabs</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/tdwright/contabs/blob/master/LICENSE</PackageLicenseUrl>
</PropertyGroup>
Expand Down

0 comments on commit 9bf4eb2

Please sign in to comment.