Skip to content

Commit b73174a

Browse files
committed
[edit[ changelog/version
1 parent 6ca363f commit b73174a

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

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.5] - 2022-05-02
4+
5+
### Dependencies
6+
7+
- System.IO.Abstractions bump to 17.0.3 (PR#380)
8+
39
## [1.2.4] - 2022-01-03
410

511
### Dependencies

src/Simplify.IO/Simplify.IO.csproj

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

9-
<Version>1.2.4</Version>
9+
<Version>1.2.5</Version>
1010

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

src/Simplify.Log/CHANGELOG.md

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

3+
## [2.0.3] - 2022-05-02
4+
5+
### Dependencies
6+
7+
- System.IO.Abstractions bump to 17.0.3 (PR#380)
8+
39
## [2.0.2] - 2022-01-03
410

511
### Dependencies
@@ -31,4 +37,4 @@
3137
### Added
3238

3339
- .NET Standard 2.0 support
34-
- .NET 5 explicit support
40+
- .NET 5 explicit support

src/Simplify.Log/Simplify.Log.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>2.0.2</Version>
10+
<Version>2.0.3</Version>
1111

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

0 commit comments

Comments
 (0)