Skip to content

Commit 189552a

Browse files
authored
Add license and repository information to CompilerLog.Util package (#264)
1 parent fc17c15 commit 189552a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Basic.CompilerLog.Util/Basic.CompilerLog.Util.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<Packable>true</Packable>
99
<NoWarn>$(NoWarn);RS2008;CS1591</NoWarn>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>
11+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
12+
<PackageProjectUrl>https://github.com/jaredpar/complog</PackageProjectUrl>
13+
<RepositoryUrl>https://github.com/jaredpar/complog</RepositoryUrl>
1114
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1215
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)..\key.snk</AssemblyOriginatorKeyFile>
1316

0 commit comments

Comments
 (0)