Skip to content

Commit

Permalink
Version 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Turnerj committed Dec 28, 2018
1 parent 7e7a7f6 commit ee3718b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '0.1.0+{build}'
version: '0.2.0+{build}'
image: Visual Studio 2017
skip_branch_with_pr: true
branches:
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionPrefix>0.2.0</VersionPrefix>

<RootNamespace>TurnerSoftware.SitemapTools</RootNamespace>

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

<RepositoryUrl>https://github.com/TurnerSoftware/SitemapTools.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
15 changes: 5 additions & 10 deletions src/TurnerSoftware.SitemapTools/TurnerSoftware.SitemapTools.csproj
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>0.1.0</Version>

<AssemblyName>TurnerSoftware.SitemapTools</AssemblyName>
<Description>A sitemap (sitemap.xml) parsing and querying library in C#</Description>
<PackageTags>$(PackageBaseTags)</PackageTags>
<Authors>James Turner</Authors>
<Company>Turner Software</Company>
<Description>A collection of tools for fetching and processing sitemap files</Description>
<Copyright>Copyright 2018</Copyright>
<PackageLicenseUrl>https://github.com/TurnerSoftware/SitemapTools/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/TurnerSoftware/SitemapTools</PackageProjectUrl>
<PackageTags>sitemap sitemap.xml</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit ee3718b

Please sign in to comment.