File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed
TurnerSoftware.SitemapTools Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 1
- version : ' 0.1 .0+{build}'
1
+ version : ' 0.2 .0+{build}'
2
2
image : Visual Studio 2017
3
3
skip_branch_with_pr : true
4
4
branches :
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >0.1 .0</VersionPrefix >
3
+ <VersionPrefix >0.2 .0</VersionPrefix >
4
4
5
5
<RootNamespace >TurnerSoftware.SitemapTools</RootNamespace >
6
6
10
10
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
11
11
<PackageLicenseUrl >https://github.com/TurnerSoftware/SitemapTools/blob/master/LICENSE</PackageLicenseUrl >
12
12
<PackageProjectUrl >https://github.com/TurnerSoftware/SitemapTools</PackageProjectUrl >
13
- <PackageBaseTags >utilities;robots </PackageBaseTags >
13
+ <PackageBaseTags >utilities;sitemap;sitemap.xml;sitemap.txt </PackageBaseTags >
14
14
15
15
<RepositoryUrl >https://github.com/TurnerSoftware/SitemapTools.git</RepositoryUrl >
16
16
<RepositoryType >git</RepositoryType >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >0.1.0</Version >
5
+
6
+ <AssemblyName >TurnerSoftware.SitemapTools</AssemblyName >
7
+ <Description >A sitemap (sitemap.xml) parsing and querying library in C#</Description >
8
+ <PackageTags >$(PackageBaseTags)</PackageTags >
6
9
<Authors >James Turner</Authors >
7
- <Company >Turner Software</Company >
8
- <Description >A collection of tools for fetching and processing sitemap files</Description >
9
- <Copyright >Copyright 2018</Copyright >
10
- <PackageLicenseUrl >https://github.com/TurnerSoftware/SitemapTools/blob/master/LICENSE</PackageLicenseUrl >
11
- <PackageProjectUrl >https://github.com/TurnerSoftware/SitemapTools</PackageProjectUrl >
12
- <PackageTags >sitemap sitemap.xml</PackageTags >
13
- <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
14
- <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
15
10
</PropertyGroup >
16
11
17
12
<ItemGroup >
You can’t perform that action at this time.
0 commit comments