Skip to content

Commit

Permalink
Merge branch 'fix/dependencies' of https://github.com/Aguafrommars/Th…
Browse files Browse the repository at this point in the history
…eIdServer into fix/dependencies
  • Loading branch information
github-actions committed Mar 22, 2022
2 parents 9fc358b + f794d6f commit 9b5599a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.5.2](https://github.com/Aguafrommars/TheIdServer/compare/4.5.1...4.5.2) (2022-03-19)


### Bug Fixes

* confirm change email ([ed5ab50](https://github.com/Aguafrommars/TheIdServer/commit/ed5ab50860160af30cbae311cdb0bec044e54def))
* update packages ([ac65237](https://github.com/Aguafrommars/TheIdServer/commit/ac6523714d76e943420b24a615873975d6b7c028))

## [4.5.1](https://github.com/Aguafrommars/TheIdServer/compare/4.5.0...4.5.1) (2022-03-17)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<NoWarn>1701;1702;NU1603</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aguacongas.IdentityServer.Admin.IS4" Version="4.5.1" />
<PackageReference Include="Aguacongas.IdentityServer.EntityFramework.Store.IS4" Version="4.5.1" />
<PackageReference Include="Aguacongas.IdentityServer.Admin.IS4" Version="4.5.2" />
<PackageReference Include="Aguacongas.IdentityServer.EntityFramework.Store.IS4" Version="4.5.2" />
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<NoWarn>1701;1702;NU1603</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Aguacongas.IdentityServer.Admin.IS4" Version="4.5.1" />
<PackageReference Include="Aguacongas.IdentityServer.EntityFramework.Store.IS4" Version="4.5.1" />
<PackageReference Include="Aguacongas.IdentityServer.Admin.IS4" Version="4.5.2" />
<PackageReference Include="Aguacongas.IdentityServer.EntityFramework.Store.IS4" Version="4.5.2" />
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="6.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="6.0.3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<AdditionalFiles Include="..\..\..\.sonarlint\aguacongas_theidserver\CSharp\SonarLint.xml" Link="SonarLint.xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Aguacongas.IdentityServer.Admin.IS4" Version="4.5.1" />
<PackageReference Include="Aguacongas.TheIdServer.Authentication" Version="4.5.1" />
<PackageReference Include="Aguacongas.TheIdServer.Identity" Version="4.5.1" />
<PackageReference Include="Aguacongas.IdentityServer.Http.Store" Version="4.5.1" />
<PackageReference Include="Aguacongas.IdentityServer.Admin.IS4" Version="4.5.2" />
<PackageReference Include="Aguacongas.TheIdServer.Authentication" Version="4.5.2" />
<PackageReference Include="Aguacongas.TheIdServer.Identity" Version="4.5.2" />
<PackageReference Include="Aguacongas.IdentityServer.Http.Store" Version="4.5.2" />
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="6.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.3" />
Expand Down

0 comments on commit 9b5599a

Please sign in to comment.