Skip to content

Commit 63732e6

Browse files
committed
[edit] version/cnagelog
1 parent a515ab1 commit 63732e6

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

src/Simplify.DI/CHANGELOG.md

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

3+
## [4.1.4] - 2022-01-03
4+
5+
### Dependencies
6+
7+
- Internal DryIoc bump to 4.8.5 (PR#333)
8+
39
## [4.1.3] - 2021-11-03
410

511
### Changed

src/Simplify.DI/Simplify.DI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111

12-
<Version>4.1.3</Version>
12+
<Version>4.1.4</Version>
1313

1414
<Authors>Alexander Krylkov</Authors>
1515
<Product>Simplify</Product>

src/Simplify.IO/CHANGELOG.md

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

3+
## [1.2.4] - 2022-01-03
4+
5+
### Dependencies
6+
7+
- System.IO.Abstractions bump to 16.0.1 (PR#331)
8+
39
## [1.2.3] - 2021-12-18
410

511
### Dependencies

src/Simplify.IO/Simplify.IO.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>1.2.3</Version>
10+
<Version>1.2.4</Version>
1111

1212
<Authors>Alexander Krylkov</Authors>
1313
<Product>Simplify</Product>

src/Simplify.Log/CHANGELOG.md

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

3+
## [2.0.2] - 2022-01-03
4+
5+
### Dependencies
6+
7+
- System.IO.Abstractions bump to 16.0.1 (PR#331)
8+
39
## [2.0.1] - 2021-12-18
410

511
### Dependencies

src/Simplify.Log/Simplify.Log.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>2.0.1</Version>
11+
<Version>2.0.2</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>

0 commit comments

Comments
 (0)