Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Mar 31, 2016
1 parent 4874c9a commit e16d973
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/IdentityServer3.EntityFramework.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<tags>IdentityServer OpenID Connect OpenIDConnect OAuth2 OWIN ASP.NET Katana WebApi SSO Federation Claims Identity EF EntityFramework</tags>

<dependencies>
<dependency id="IdentityServer3" version="2.4.0" />
<dependency id="IdentityServer3" version="2.5.0" />
<dependency id="AutoMapper" version="4.2.0" />
<dependency id="EntityFramework" version="6.1.3" />
<dependency id="Newtonsoft.Json" version="7.0.1" />
Expand Down
Binary file modified Source/VersionAssemblyInfo.cs
Binary file not shown.
2 changes: 1 addition & 1 deletion default.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ properties {
$nuget_path = "$src_directory\.nuget\nuget.exe"

$buildNumber = 0;
$version = "2.4.2.0"
$version = "2.5.0.0"
$preRelease = $null
}

Expand Down

0 comments on commit e16d973

Please sign in to comment.