Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
drwatson1 committed Feb 12, 2018
1 parent f42652b commit 8dcb8d1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/DrWatson.Adfs.Metadata/DrWatson.Adfs.Metadata.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<BuildForLiveUnitTesting>false</BuildForLiveUnitTesting>
<Version>1.1</Version>
<Version>1.1.1</Version>
<Authors>Sergey Tregub (aka DrWatson)</Authors>
<Company />
<NeutralLanguage />
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<FileVersion>1.1.0.0</FileVersion>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<FileVersion>1.1.1.0</FileVersion>
<Description>Simple utility to load and parse ADFS 3.0 metadata</Description>
<Product>ADFS 3.0 Metadata Parser</Product>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
Expand All @@ -18,7 +18,8 @@
<RepositoryType></RepositoryType>
<PackageLicenseUrl>https://github.com/drwatson1/adfs-metadata/blob/master/LICENSE</PackageLicenseUrl>
<PackageTags>adfs .net-core</PackageTags>
<PackageReleaseNotes>Extension methods are added to simplify register metadata loader as a service in the IServiceCollection</PackageReleaseNotes>
<PackageReleaseNotes>* Extension methods are added to simplify register metadata loader as a service in the IServiceCollection
* Fix the loading metadata</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8dcb8d1

Please sign in to comment.