Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 720bb07

Browse files
committed
Bump version to 3.1.1
1 parent 1799785 commit 720bb07

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## 3.1.1 (2022-12-08)
6+
7+
- Bump Spring.Core from 3.0.0 to 3.0.1
8+
- [The `System.Drawing.Common` before 4.7.2 is vulnerable](https://github.com/advisories/GHSA-rxg9-xrhp-64gj)
9+
510
## 3.1.0 (2022-04-20)
611

712
- [Use the ASP.NET Core shared framework](https://docs.microsoft.com/aspnet/core/fundamentals/target-aspnetcore#use-the-aspnet-core-shared-framework)

src/Spring.Extensions.DependencyInjection/Spring.Extensions.DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
55
<Description>Integrate Spring.NET with Microsoft.Extensions.DependencyInjection</Description>
66
<NoWarn>$(NoWarn);NU1701</NoWarn>
7-
<Version>3.1.0</Version>
7+
<Version>3.1.1</Version>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)