Skip to content

Commit 60312be

Browse files
author
maximv
committed
Release v1.0.0
1 parent ccf5fd0 commit 60312be

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CSharpTypePrinter
22

3+
[![NuGet Badge](https://buildstats.info/nuget/CSharpTypePrinter)](https://www.nuget.org/packages/CSharpTypePrinter)[![fuget.org package api diff](https://www.fuget.org/packages/CSharpTypePrinter/badge.svg?v=1.0.0)](https://www.fuget.org/packages/CSharpTypePrinter/1.0.0/)
4+
35
Targets **.NET Standard 2.0**
46

57
Prints a `System.Type` object as a valid C# literal, e.g. prints `typeof(A<X>.B<Y>.C)` as a `"A<X>.B<Y>.C"`

src/CSharpTypePrinter/CSharpTypePrinter.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<PropertyGroup Label="Packaging">
77
<PackageProjectUrl>https://github.com/dadhi/CSharpTypePrinter</PackageProjectUrl>
88
<PackageLicense>https://github.com/dadhi/CSharpTypePrinter/blob/master/LICENSE</PackageLicense>
9+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
910
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1011
<RepositoryUrl>https://github.com/dadhi/CSharpTypePrinter</RepositoryUrl>
1112
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)