Skip to content

Commit 449e29e

Browse files
committed
Update to .NET SDK 3.1.100
1 parent 9676579 commit 449e29e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LibGit2Sharp/LibGit2Sharp.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@
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\" />
@@ -37,9 +40,7 @@
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

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.802"
3+
"version": "3.1.100"
44
}
55
}

0 commit comments

Comments
 (0)