Skip to content

Commit

Permalink
release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed May 2, 2017
1 parent 80d6171 commit 6a7d770
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi

## Unreleased

## 3.0.0 2017-05-02

### Added

- Full parity between code and JSON configuration of sink by introducing [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration) support for extension method `Udp(IPAddress remoteAddress, int remotePort, ITextFormatter formatter, int localPort, LogEventLevel restrictedToMinimumLevel)`.
Expand Down
2 changes: 1 addition & 1 deletion src/Serilog.Sinks.Udp/Serilog.Sinks.Udp.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.3.1</Version>
<Version>3.0.0</Version>
<AssemblyName>Serilog.Sinks.Udp</AssemblyName>
<Description>Serilog event sink that sends UDP packages over the network.</Description>
<TargetFrameworks>net45;netstandard1.3</TargetFrameworks>
Expand Down

0 comments on commit 6a7d770

Please sign in to comment.