File tree 1 file changed +7
-0
lines changed 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 18
18
<PackageLicenseUrl >https://github.com/pythonnet/pythonnet/blob/master/LICENSE</PackageLicenseUrl >
19
19
<RepositoryUrl >https://github.com/pythonnet/pythonnet</RepositoryUrl >
20
20
<RepositoryType >git</RepositoryType >
21
+ <!-- The following is recommended for public projects -->
22
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
23
+ <DebugSymbols >true</DebugSymbols >
24
+ <IncludeSymbols >true</IncludeSymbols >
25
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
21
26
<!-- <PackageReleaseNotes>https://github.com/pythonnet/pythonnet/releases/tag/v2.4.0</PackageReleaseNotes>-->
22
27
<PackageTags >python interop dynamic dlr Mono pinvoke</PackageTags >
23
28
<PackageIconUrl >https://raw.githubusercontent.com/pythonnet/pythonnet/master/src/console/python-clear.ico</PackageIconUrl >
134
139
<PrivateAssets >all</PrivateAssets >
135
140
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
136
141
</PackageReference >
142
+ <!-- The following is recommended for public projects -->
143
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
137
144
</ItemGroup >
138
145
139
146
<Import Project =" Sdk.targets" Sdk =" Microsoft.NET.Sdk" />
You can’t perform that action at this time.
0 commit comments