Skip to content

Commit ee3718b

Browse files
committed
Version 0.2.0 release
1 parent 7e7a7f6 commit ee3718b

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '0.1.0+{build}'
1+
version: '0.2.0+{build}'
22
image: Visual Studio 2017
33
skip_branch_with_pr: true
44
branches:

src/Directory.build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>0.1.0</VersionPrefix>
3+
<VersionPrefix>0.2.0</VersionPrefix>
44

55
<RootNamespace>TurnerSoftware.SitemapTools</RootNamespace>
66

@@ -10,7 +10,7 @@
1010
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
1111
<PackageLicenseUrl>https://github.com/TurnerSoftware/SitemapTools/blob/master/LICENSE</PackageLicenseUrl>
1212
<PackageProjectUrl>https://github.com/TurnerSoftware/SitemapTools</PackageProjectUrl>
13-
<PackageBaseTags>utilities;robots</PackageBaseTags>
13+
<PackageBaseTags>utilities;sitemap;sitemap.xml;sitemap.txt</PackageBaseTags>
1414

1515
<RepositoryUrl>https://github.com/TurnerSoftware/SitemapTools.git</RepositoryUrl>
1616
<RepositoryType>git</RepositoryType>

src/TurnerSoftware.SitemapTools/TurnerSoftware.SitemapTools.csproj

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<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>
69
<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>
1510
</PropertyGroup>
1611

1712
<ItemGroup>

0 commit comments

Comments
 (0)