diff --git a/README.md b/README.md index d947d0d9..1cba0fb1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ This project aims to provide the full functionality of the Disruptor to CLR proj ## What's new? +02/11/2017 (v3.3.7): + +* All features available in Java Disruptor **3.3.7** have been ported +* Drop .NET Core 1.1 +* Add .NET Standard 2.0 + 02/05/2017 (v3.3.6): * Support .NET Core 1.1 diff --git a/appveyor.yml b/appveyor.yml index 5930eb0b..4b0e53ca 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 3.3.6.{build} +version: 3.3.7.{build} image: Visual Studio 2017 build_script: - ps: build\build.ps1 -Script build\build.cake -Target Build-Assembly diff --git a/src/Disruptor/Disruptor.csproj b/src/Disruptor/Disruptor.csproj index 54f198f8..173044d6 100644 --- a/src/Disruptor/Disruptor.csproj +++ b/src/Disruptor/Disruptor.csproj @@ -6,10 +6,10 @@ Disruptor Disruptor A High Performance Inter-Thread Messaging Library - 3.3.6 - 3.3.6.0 - 3.3.6 - b1e425ea7d5f0e4c48af75876e2a50231e8e69eb + 3.3.7 + 3.3.7.0 + 3.3.7 + 1c72f8d7191cc352333c7d5d89503f59c116e6bf net45;netstandard2.0 true bin\$(Configuration)\$(TargetFramework)\Disruptor.xml