Skip to content

Commit

Permalink
Update to release 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ocoanet committed Feb 5, 2018
1 parent 59ff4c0 commit 75a4ce8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This project aims to provide the full functionality of the Disruptor to CLR proj

## What's new?

05/02/2018 (v3.3.8):

* Add exception free overloads to ISequenced.TryNext
* Revert belt and braces WaitStategy signalling.

02/11/2017 (v3.3.7):

* All features available in Java Disruptor **3.3.7** have been ported
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.3.7.{build}
version: 3.3.8.{build}
image: Visual Studio 2017
build_script:
- ps: build\build.ps1 -Script build\build.cake -Target Build-Assembly
Expand Down
8 changes: 4 additions & 4 deletions src/Disruptor/Disruptor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<Title>Disruptor</Title>
<Product>Disruptor</Product>
<Description>A High Performance Inter-Thread Messaging Library</Description>
<Version>3.3.7</Version>
<FileVersion>3.3.7.0</FileVersion>
<InformationalVersion>3.3.7</InformationalVersion>
<LastPortedJavaRevision>1c72f8d7191cc352333c7d5d89503f59c116e6bf</LastPortedJavaRevision>
<Version>3.3.8</Version>
<InformationalVersion>3.3.8</InformationalVersion>
<FileVersion>3.3.8.0</FileVersion>
<LastPortedJavaRevision>e493637f11a787bc1baed47cd1bfaea534e2d506</LastPortedJavaRevision>
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Disruptor.xml</DocumentationFile>
Expand Down

0 comments on commit 75a4ce8

Please sign in to comment.