Skip to content

Commit a128c3f

Browse files
committed
[edit] versions/changelogs
1 parent 9659b37 commit a128c3f

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

src/Simplify.Scheduler/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.3] - 2021-11-18
4+
5+
### Added
6+
7+
- Async run method support (#326)
8+
39
## [1.2] - 2021-05-25
410

511
### Added

src/Simplify.Scheduler/Simplify.Scheduler.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>1.2</Version>
12+
<Version>1.3</Version>
1313

1414
<Authors>Alexander Krylkov</Authors>
1515
<Product>Simplify</Product>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## [2.14] - 2021-11-18
4+
5+
### Added
6+
7+
- Async run method support (#327)

src/Simplify.WindowsServices/Simplify.WindowsServices.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@
99
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
1010
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1111

12-
<Version>2.13.1</Version>
13-
<PackageReleaseNotes>
14-
Updates
15-
* Simplify.DI bump to 4.0.14
16-
* Simplify.System bump to 1.6
17-
* Code refactoring
18-
</PackageReleaseNotes>
12+
<Version>2.14</Version>
1913

2014
<Authors>Alexander Krylkov</Authors>
2115
<Product>Simplify</Product>
@@ -26,6 +20,8 @@
2620
<RepositoryUrl>https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.WindowsServices</RepositoryUrl>
2721
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2822
<PackageTags>.NET windows-service DI</PackageTags>
23+
24+
<PackageReleaseNotes>See https://github.com/SimplifyNet/Simplify/tree/master/src/Simplify.WindowsServices/CHANGELOG.md for details</PackageReleaseNotes>
2925
</PropertyGroup>
3026
<ItemGroup>
3127
<PackageReference Include="ncrontab" Version="3.3.*" />
@@ -40,5 +36,6 @@
4036
</ItemGroup>
4137
<ItemGroup>
4238
<None Include="..\..\images\icon.png" Pack="true" Visible="false" PackagePath="" />
39+
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
4340
</ItemGroup>
4441
</Project>

0 commit comments

Comments
 (0)