Skip to content

Commit 0fd036f

Browse files
authored
Merge pull request #296 from ckadluba/release-5.5.0
Updated changelog and version number for release 5.5.0.
2 parents 7ac3b7e + ee3ddbf commit 0fd036f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 5.5.0
2+
* Implemented enhancement #208: use Microsoft.Data.SqliClient for all platforms except net452 to enable Column Encryption (thanks to @mungk for the contribution).
3+
* Fixed issue #290 MissingMethodException with .NET Standard 2.0.
4+
* Added .NET Standard 2.0 sample program.
5+
* Minor bug fixes.
6+
* Completed overall refactoring and added unit tests for all refactored code.
7+
18
# 5.4.0
29
* Added support for Azure Managed Identities for Resources authentication (thanks to @darrenschwarz for the contribution).
310
* New interface using `SinkOptions` parameter. Marked old interfaces obsolete.

src/Serilog.Sinks.MSSqlServer/Serilog.Sinks.MSSqlServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<PropertyGroup>
44
<Description>A Serilog sink that writes events to Microsoft SQL Server</Description>
5-
<VersionPrefix>5.4.1</VersionPrefix>
6-
<Authors>Michiel van Oudheusden;Serilog Contributors</Authors>
5+
<VersionPrefix>5.5.0</VersionPrefix>
6+
<Authors>Michiel van Oudheusden;Christian Kadluba;Serilog Contributors</Authors>
77
<TargetFrameworks>netstandard2.0;net452;net461;net472;netcoreapp2.0;netcoreapp2.2</TargetFrameworks>
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)