File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
1515 <SignAssembly >true</SignAssembly >
1616 <AssemblyOriginatorKeyFile >..\libgit2sharp.snk</AssemblyOriginatorKeyFile >
17+ <PackageIcon >square-logo.png</PackageIcon >
18+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
1719 </PropertyGroup >
1820
1921 <ItemGroup >
2022 <CodeAnalysisDictionary Include =" CustomDictionary.xml" />
23+ <None Include =" ..\square-logo.png" Pack =" true" PackagePath =" " />
2124 <None Include =" ..\README.md" Pack =" true" PackagePath =" App_Readme\" />
2225 <None Include =" ..\LICENSE.md" Pack =" true" PackagePath =" App_Readme\" />
2326 <None Include =" ..\CHANGES.md" Pack =" true" PackagePath =" App_Readme\" />
3740
3841 <Target Name =" SetNuSpecProperties" BeforeTargets =" GenerateNuspec" DependsOnTargets =" GetBuildVersion" >
3942 <PropertyGroup >
40- <PackageIconUrl >https://github.com/libgit2/libgit2sharp/raw/$(GitCommitIdShort)/square-logo.png</PackageIconUrl >
4143 <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 >
4344 </PropertyGroup >
4445 </Target >
4546
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 2 .1.802 "
3+ "version" : " 3 .1.100 "
44 }
55}
You can’t perform that action at this time.
0 commit comments