Skip to content

Commit 917d366

Browse files
committed
Updated changelog.
1 parent dd282cd commit 917d366

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Change history
22
--------------
33

4+
* **Version 4.1.0.0 (2024-07-02)** : Added support for netstandard2.1 again (https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/74), fixed periodic batching (https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/71), updated NuGet packages.
45
* **Version 4.0.4.0 (2024-05-16)** : Removed support for Net7.0.
56
* **Version 4.0.3.0 (2024-03-03)**: Updated NuGet packages.
67
* **Version 4.0.2.0 (2023-11-27)**: Added callback handlers for create table and create schema actions (https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/53).

src/Serilog.Sinks.Postgresql.Alternative/Serilog.Sinks.Postgresql.Alternative.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<RepositoryUrl>https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative</RepositoryUrl>
1717
<PackageIcon>Icon.png</PackageIcon>
1818
<RepositoryType>Github</RepositoryType>
19-
<PackageReleaseNotes>Version 4.0.4.0 (2024-05-16): Removed support for Net7.0.</PackageReleaseNotes>
19+
<PackageReleaseNotes>Version 4.1.0.0 (2024-07-02): Added support for netstandard2.1 again (https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/74), fixed periodic batching (https://github.com/serilog-contrib/Serilog.Sinks.Postgresql.Alternative/issues/71), updated NuGet packages.</PackageReleaseNotes>
2020
<PackageLicenseFile>License.txt</PackageLicenseFile>
2121
<LangVersion>latest</LangVersion>
2222
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)