Skip to content

Commit 5716a7f

Browse files
committed
[edit] version/CHANGELOG
[r] package meta info
1 parent 918f550 commit 5716a7f

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

src/Simplify.IO/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [1.2.3] - 2021-12-18
4+
5+
### Dependencies
6+
7+
- System.IO.Abstractions bump to 14.0.13

src/Simplify.IO/Simplify.IO.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
88
<GenerateDocumentationFile>true</GenerateDocumentationFile>
99

10-
<Version>1.2.2</Version>
11-
<PackageReleaseNotes>
12-
Updates
13-
* Upgrade to System.IO.Abstractions 13.2.*
14-
</PackageReleaseNotes>
10+
<Version>1.2.3</Version>
1511

1612
<Authors>Alexander Krylkov</Authors>
1713
<Product>Simplify</Product>
@@ -21,11 +17,14 @@
2117
<PackageIcon>icon.png</PackageIcon>
2218
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2319
<PackageTags>.NET IO</PackageTags>
20+
21+
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.IO/CHANGELOG.md for details</PackageReleaseNotes>
2422
</PropertyGroup>
2523
<ItemGroup>
26-
<PackageReference Include="System.IO.Abstractions" Version="14.0.*" />
24+
<PackageReference Include="System.IO.Abstractions" Version="14.0.13" />
2725
</ItemGroup>
2826
<ItemGroup>
2927
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
28+
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
3029
</ItemGroup>
3130
</Project>

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.1] - 2021-12-18
4+
5+
### Dependencies
6+
7+
- System.IO.Abstractions bump to 14.0.13
8+
39
## [2.0.0] - 2021-10-26
410

511
### Removed

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</Version>
11+
<Version>2.0.1</Version>
1212

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

0 commit comments

Comments
 (0)