Skip to content

Commit

Permalink
Merge pull request #174 from akunzai/bump-version
Browse files Browse the repository at this point in the history
Bump version to 5.3.2
  • Loading branch information
akunzai authored Aug 30, 2022
2 parents d4047e2 + 194bcbc commit 5ddcf5b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## 5.3.2 (2022-08-31)

- Add net462 target framework to fix assembly reference errors
- Bump Microsoft.Extensions.Primitives from 2.0.0 to 2.2.0
- Bump Microsoft.Extensions.Caching.Abstractions from 2.0.0 to 2.2.0
- Bump Microsoft.Owin.Security.Cookies from 2.0.0 to 2.2.0

## 5.3.1 (2022-08-18)

- Remove the `netstandard2.0` target framework from `GSS.Authentication.CAS.AspNetCore` to fix [CVE-2022-34716](https://github.com/advisories/GHSA-2m65-m22p-9wjw)
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<Nullable>enable</Nullable>
<Version>5.3.1</Version>
<Version>5.3.2</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit 5ddcf5b

Please sign in to comment.