Skip to content

Commit da40b9d

Browse files
committed
update to embedded license file
1 parent ca10d28 commit da40b9d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

LICENSE LICENSE.txt

File renamed without changes.

MSBuildGitHash/MsBuildGitHash.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<VersionPrefix>0.5.0</VersionPrefix>
77
<PackageProjectUrl>https://github.com/MarkPflug/MSBuildGitHash</PackageProjectUrl>
88
<PackageIconUrl>https://markpflug.github.io/MarkPflug.png</PackageIconUrl>
9-
<PackageLicenseUrl>https://github.com/MarkPflug/MSBuildGitHash/blob/master/LICENSE</PackageLicenseUrl>
109
<PackageTags>MSBuild Git</PackageTags>
1110
<RepositoryType>git</RepositoryType>
1211
<RepositoryUrl>https://github.com/MarkPflug/MSBuildGitHash</RepositoryUrl>
1312
<Authors>Mark Pflug</Authors>
1413
<Title>MSBuildGitHash</Title>
1514
<Summary>Embeds the git repository hash in your assembly.</Summary>
1615
<Description>MSBuild targets for compiling a Git repository hash into .NET assemblies.</Description>
16+
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1717
<NoPackageAnalysis>true</NoPackageAnalysis>
1818
<BuildOutputTargetFolder>build</BuildOutputTargetFolder>
1919
<Copyright>Copyright © Mark Pflug $([System.DateTime]::UtcNow.Year)</Copyright>
@@ -26,5 +26,6 @@
2626
<Content Include="build\*" PackagePath="build\">
2727
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2828
</Content>
29+
<None Include="..\LICENSE.txt" Pack="true" PackagePath=""/>
2930
</ItemGroup>
3031
</Project>

0 commit comments

Comments
 (0)