File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 6
6
<VersionPrefix >0.5.0</VersionPrefix >
7
7
<PackageProjectUrl >https://github.com/MarkPflug/MSBuildGitHash</PackageProjectUrl >
8
8
<PackageIconUrl >https://markpflug.github.io/MarkPflug.png</PackageIconUrl >
9
- <PackageLicenseUrl >https://github.com/MarkPflug/MSBuildGitHash/blob/master/LICENSE</PackageLicenseUrl >
10
9
<PackageTags >MSBuild Git</PackageTags >
11
10
<RepositoryType >git</RepositoryType >
12
11
<RepositoryUrl >https://github.com/MarkPflug/MSBuildGitHash</RepositoryUrl >
13
12
<Authors >Mark Pflug</Authors >
14
13
<Title >MSBuildGitHash</Title >
15
14
<Summary >Embeds the git repository hash in your assembly.</Summary >
16
15
<Description >MSBuild targets for compiling a Git repository hash into .NET assemblies.</Description >
16
+ <PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
17
17
<NoPackageAnalysis >true</NoPackageAnalysis >
18
18
<BuildOutputTargetFolder >build</BuildOutputTargetFolder >
19
19
<Copyright >Copyright © Mark Pflug $([System.DateTime]::UtcNow.Year)</Copyright >
26
26
<Content Include =" build\*" PackagePath =" build\" >
27
27
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
28
28
</Content >
29
+ <None Include =" ..\LICENSE.txt" Pack =" true" PackagePath =" " />
29
30
</ItemGroup >
30
31
</Project >
You can’t perform that action at this time.
0 commit comments