Skip to content

Commit bf818bb

Browse files
committed
Updated nuget-config
1 parent 3f25bbd commit bf818bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ScreenCapture.NET/ScreenCapture.NET.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageCopyright>Copyright © Darth Affe 2021</PackageCopyright>
2121
<PackageIcon>icon.png</PackageIcon>
2222
<PackageProjectUrl>https://github.com/DarthAffe/ScreenCapture.NET</PackageProjectUrl>
23-
<PackageLicenseUrl>LGPL-2.1-only</PackageLicenseUrl>
23+
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
2424
<RepositoryType>Github</RepositoryType>
2525
<RepositoryUrl>https://github.com/DarthAffe/ScreenCapture.NET</RepositoryUrl>
2626
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
@@ -35,6 +35,7 @@
3535
<GenerateDocumentationFile>true</GenerateDocumentationFile>
3636
<IncludeSource>True</IncludeSource>
3737
<IncludeSymbols>True</IncludeSymbols>
38+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3839
</PropertyGroup>
3940

4041
<PropertyGroup Condition="'$(Configuration)'=='Debug'">

0 commit comments

Comments
 (0)