Skip to content

Commit

Permalink
Bumped version and added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkXaHTeP committed Dec 6, 2017
1 parent 4c32767 commit 8f3bbee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ConsulConfiguration/ConsulConfiguration.csproj
Expand Up @@ -5,12 +5,12 @@
<Title>Consul Configuration Provider</Title>
<Description>Consul configuration provider implementation for Microsoft.Extensions.Configuration. Allows reading Asp.Net.Core app configuration from Consul Key-Value store</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>DarkXaHTeP</Authors>
<PackageLicenseUrl>https://github.com/DarkXaHTeP/DarkXaHTeP.Extensions.Configuration.Consul/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/DarkXaHTeP/DarkXaHTeP.Extensions.Configuration.Consul</PackageProjectUrl>
<RepositoryUrl>https://github.com/DarkXaHTeP/DarkXaHTeP.Extensions.Configuration.Consul</RepositoryUrl>
<PackageReleaseNotes>First stable release</PackageReleaseNotes>
<PackageReleaseNotes>Fixed .md files being added to target projects</PackageReleaseNotes>
<PackageTags>asp.net;core;config;configuration;microsoft.extensions.configuration;provider;consul;kvstore</PackageTags>
<IncludeSymbols>false</IncludeSymbols>
</PropertyGroup>
Expand Down

0 comments on commit 8f3bbee

Please sign in to comment.