We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34fa4e commit 92ada68Copy full SHA for 92ada68
Directory.Build.props
@@ -11,6 +11,7 @@
11
<Description>The dotnet tools to assist in editing or reading the Office document files</Description>
12
13
<RepositoryType>git</RepositoryType>
14
- <Copyright>Copyright © 2020-$([System.DateTime]::Now.ToString(`yyyy`)) dotnet campus, All Rights Reserved.</Copyright>
+ <Copyright>Copyright © 2020-$([System.DateTime]::Now.ToString(`yyyy`)) dotnet campus, All Rights Reserved.</Copyright>
15
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
16
</PropertyGroup>
17
</Project>
0 commit comments