Skip to content

Commit 7aeec8f

Browse files
release v8.0.0
1 parent fbca4c4 commit 7aeec8f

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi
66

77
## Unreleased
88

9+
## [8.0.0] - 2022-03-26
10+
911
### :skull: Removed
1012

1113
- [BREAKING CHANGE] Support for .NET Framework 4.5 due to [deprecation as of January 12, 2016](https://docs.microsoft.com/en-us/lifecycle/products/microsoft-net-framework)

Directory.Build.props

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22

33
<PropertyGroup>
4-
<VersionPrefix>7.1.0</VersionPrefix>
4+
<VersionPrefix>8.0.0</VersionPrefix>
5+
<!--
6+
Only increment the assembly version on major version changes to help users reduce binding
7+
redirects, and how often they're updated. For more information, please read
8+
https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/strong-naming#create-strong-named-net-libraries
9+
-->
10+
<AssemblyVersion>8.0.0.0</AssemblyVersion>
511
<Authors>Mattias Kindborg</Authors>
612
<Company />
713
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- omit in toc -->
12
# Serilog.Sinks.Udp - A Serilog sink sending UDP packages over the network
23

34
[![Build status](https://ci.appveyor.com/api/projects/status/p7gx5eltx8u0op7d/branch/master?svg=true)](https://ci.appveyor.com/project/FantasticFiasco/serilog-sinks-udp)
@@ -9,15 +10,17 @@
910
[![Help](https://img.shields.io/badge/stackoverflow-serilog-orange.svg)](http://stackoverflow.com/questions/tagged/serilog)
1011

1112
__Package__ - [Serilog.Sinks.Udp](https://www.nuget.org/packages/serilog.sinks.udp)
12-
| __Platforms__ - .NET Framework 4.5/4.6.1, .NET Standard 1.3/2.0/2.1
13+
| __Platforms__ - .NET Framework 4.6.1, .NET Standard 1.3/2.0/2.1
1314

15+
<!-- omit in toc -->
1416
## Table of contents
1517

1618
- [Super simple to use](#super-simple-to-use)
1719
- [Typical use case](#typical-use-case)
1820
- [Event formatters](#event-formatters)
21+
- [`Log4jTextFormatter`](#log4jtextformatter)
22+
- [`Log4netTextFormatter`](#log4nettextformatter)
1923
- [Sample applications](#sample-applications)
20-
- [Considerations](#considerations)
2124
- [Install via NuGet](#install-via-nuget)
2225
- [Donations](#donations)
2326
- [Credit](#credit)

0 commit comments

Comments
 (0)