Skip to content

Commit

Permalink
Update table.lib.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiCorbilla committed Apr 2, 2021
1 parent 2c9ee30 commit d159e85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions table.lib/table.lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>table.lib</RootNamespace>
<Version>1.6.3</Version>
<Version>1.6.4</Version>
<Copyright>Jordi Corbilla</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/JordiCorbilla/table.lib</RepositoryUrl>
Expand All @@ -14,8 +14,8 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Description>Simple c# (.NET 5) table library that renders any List&lt;T&gt; and Dictionary&lt;TV,T&gt; into a nicely formatted markdown, csv, html or console table, allowing for extra formats.</Description>
<AssemblyVersion>1.6.3.0</AssemblyVersion>
<FileVersion>1.6.3.0</FileVersion>
<AssemblyVersion>1.6.4.0</AssemblyVersion>
<FileVersion>1.6.4.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d159e85

Please sign in to comment.