Skip to content

Commit a24f9f9

Browse files
committed
Update release notes
1 parent 92a6230 commit a24f9f9

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Diff for: DataTablePrettyPrinter/DataTablePrettyPrinter.csproj

+4-7
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Authors>Filip Jeremic</Authors>
6-
<Company />
5+
<Authors>Filip Jeremic</Authors>
76
<PackageLicenseFile>LICENSE</PackageLicenseFile>
87
<Description>An extension library of System.Data.DataTable which provides extension methods for fully customizable pretty-printing of DataTable to an ASCII formatted string which can be displayed on the console or any text buffer.</Description>
98
<PackageProjectUrl>https://github.com/fjeremic/DataTablePrettyPrinter</PackageProjectUrl>
109
<RepositoryUrl>https://github.com/fjeremic/DataTablePrettyPrinter</RepositoryUrl>
1110
<RepositoryType>GitHub</RepositoryType>
1211
<PackageTags>DataTable;Print;PrettyPrint;Pretty-Print;Console;SQL</PackageTags>
13-
<Version>0.1.0</Version>
14-
<PackageReleaseNotes>
15-
Release notes:
16-
https://github.com/fjeremic/DataTablePrettyPrinter/releases
17-
</PackageReleaseNotes>
12+
<Version>0.2.0</Version>
13+
<PackageReleaseNotes>Release notes:
14+
https://github.com/fjeremic/DataTablePrettyPrinter/releases</PackageReleaseNotes>
1815
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1916
</PropertyGroup>
2017

0 commit comments

Comments
 (0)