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

Commit 23a8e91

Browse files
committed
Bump version to 3.0.0
1 parent b9174db commit 23a8e91

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

CHANGELOG.md

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

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

5+
## 3.0.0 (2021-08-03)
6+
7+
- Bump Spring.Core from 2.0.1 to 3.0.0
8+
59
## 2.1.0 (2021-06-12)
610

711
- Bump Microsoft.Extensions.DependencyInjection.Abstractions from 2.0.0 to 2.2.0

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ Install-Package Spring.Extensions.DependencyInjection
2222
dotnet add package Spring.Extensions.DependencyInjection
2323
```
2424

25-
## Known issues
26-
27-
- currently, Spring.NET 2.0 still required full .NET Framework, but [Spring.NET 3.0 will support .NET Core 2.0](https://github.com/spring-projects/spring-net/issues/133)
28-
- the same service type in CodeConfigApplicationContext or XmlApplicationContext was preferred for SpringServiceProvider in SpringServiceScope
29-
3025
## Getting Started
3126

3227
building ServiceProviderFactory from exists ApplicationContext
@@ -95,3 +90,7 @@ using Spring.Extensions.DependencyInjection;
9590
```
9691

9792
finally, you can integrate `Spring.NET` application with `Microsoft.Extensions.DependencyInjection`.
93+
94+
## Known issues
95+
96+
- the same service type in CodeConfigApplicationContext or XmlApplicationContext was preferred for SpringServiceProvider in SpringServiceScope

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
<TargetFramework>netstandard2.0</TargetFramework>
55
<Description>integrate Spring.NET with Microsoft.Extensions.DependencyInjection</Description>
66
<NoWarn>$(NoWarn);NU1701</NoWarn>
7-
<Version>2.1.0</Version>
7+
<Version>3.0.0</Version>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)