1
1
<Project >
2
2
3
- <PropertyGroup >
4
- <RootNamespace >InfinityCrawler</RootNamespace >
3
+ <PropertyGroup >
4
+ <RootNamespace >InfinityCrawler</RootNamespace >
5
5
6
- <Company >Turner Software</Company >
6
+ <Company >Turner Software</Company >
7
7
8
- <PackageId >$(AssemblyName)</PackageId >
9
- <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
10
- <PackageLicenseExpression >MIT</PackageLicenseExpression >
11
- <PackageIcon >icon.png</PackageIcon >
12
- <PackageProjectUrl >https://github.com/TurnerSoftware/InfinityCrawler</PackageProjectUrl >
13
- <PackageBaseTags >crawler;robot;spider</PackageBaseTags >
8
+ <PackageId >$(AssemblyName)</PackageId >
9
+ <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
10
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
11
+ <PackageIcon >icon.png</PackageIcon >
12
+ <PackageProjectUrl >https://github.com/TurnerSoftware/InfinityCrawler</PackageProjectUrl >
13
+ <PackageBaseTags >crawler;robot;spider</PackageBaseTags >
14
14
15
- <!-- SourceLink Support -->
16
- <PublishRepositoryUrl >true</PublishRepositoryUrl >
17
- <EmbedUntrackedSources >true</EmbedUntrackedSources >
18
- <IncludeSymbols >true</IncludeSymbols >
19
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
15
+ <!-- SourceLink Support -->
16
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
17
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
18
+ <DebugType >embedded</DebugType >
20
19
21
- <LangVersion >Latest</LangVersion >
22
- </PropertyGroup >
23
- <ItemGroup >
24
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
25
- </ItemGroup >
20
+ <LangVersion >Latest</LangVersion >
21
+ </PropertyGroup >
22
+ <ItemGroup >
23
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
24
+ <PackageReference Include =" TurnerSoftware.BuildVersioning" Version =" 0.4.0" PrivateAssets =" All" />
25
+ </ItemGroup >
26
26
27
- <ItemGroup >
28
- <None Include =" ..\..\images\$(PackageIcon)" Pack =" true" PackagePath =" /" />
29
- </ItemGroup >
27
+ <ItemGroup >
28
+ <None Include =" ..\..\images\$(PackageIcon)" Pack =" true" PackagePath =" /" />
29
+ </ItemGroup >
30
30
31
31
</Project >
0 commit comments