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

Commit a9a0f4c

Browse files
committed
Bump version
1 parent b0d9a8e commit a9a0f4c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

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

5+
## 2019-10-29
6+
7+
### Spring.Extensions.DependencyInjection 2.0.0
8+
9+
- Perfect type matched service is preferred
10+
- Remove net461 target
11+
512
## 2019-02-26
613

714
### Spring.Extensions.DependencyInjection 1.1.0

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>1.1.0</Version>
7+
<Version>2.0.0</Version>
88
</PropertyGroup>
99

1010
<ItemGroup>

0 commit comments

Comments
 (0)