File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 14
14
<AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
15
15
<SignAssembly >true</SignAssembly >
16
16
<AssemblyOriginatorKeyFile >..\libgit2sharp.snk</AssemblyOriginatorKeyFile >
17
+ <PackageIcon >square-logo.png</PackageIcon >
18
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
17
19
</PropertyGroup >
18
20
19
21
<ItemGroup >
20
22
<CodeAnalysisDictionary Include =" CustomDictionary.xml" />
23
+ <None Include =" ..\square-logo.png" Pack =" true" PackagePath =" " />
21
24
<None Include =" ..\README.md" Pack =" true" PackagePath =" App_Readme\" />
22
25
<None Include =" ..\LICENSE.md" Pack =" true" PackagePath =" App_Readme\" />
23
26
<None Include =" ..\CHANGES.md" Pack =" true" PackagePath =" App_Readme\" />
37
40
38
41
<Target Name =" SetNuSpecProperties" BeforeTargets =" GenerateNuspec" DependsOnTargets =" GetBuildVersion" >
39
42
<PropertyGroup >
40
- <PackageIconUrl >https://github.com/libgit2/libgit2sharp/raw/$(GitCommitIdShort)/square-logo.png</PackageIconUrl >
41
43
<PackageReleaseNotes >https://github.com/libgit2/libgit2sharp/blob/$(GitCommitIdShort)/CHANGES.md#libgit2sharp-changes</PackageReleaseNotes >
42
- <PackageLicenseUrl >https://github.com/libgit2/libgit2sharp/raw/$(GitCommitIdShort)/LICENSE.md</PackageLicenseUrl >
43
44
</PropertyGroup >
44
45
</Target >
45
46
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
- "version" : " 2 .1.802 "
3
+ "version" : " 3 .1.100 "
4
4
}
5
5
}
You can’t perform that action at this time.
0 commit comments