diff --git a/driver/Aeron.Driver.nuspec b/driver/Aeron.Driver.nuspec index 3464ebfc..e0e52630 100644 --- a/driver/Aeron.Driver.nuspec +++ b/driver/Aeron.Driver.nuspec @@ -2,7 +2,7 @@ Aeron.Driver - 1.3.1.0 + 1.4.0.0 Aeron Driver Adaptive Financial Consulting Ltd. Adaptive Financial Consulting Ltd. @@ -11,7 +11,7 @@ https://raw.githubusercontent.com/AdaptiveConsulting/Aeron.NET/master/images/adaptive.png false Aeron Media Driver for use with Aeron.Client. - Make less CPU intensive by default. + update aeron driver to 1.4.0. Copyright 2017 aeron driver messaging networking transport udp ipc diff --git a/src/Adaptive.Aeron/Adaptive.Aeron.nuspec b/src/Adaptive.Aeron/Adaptive.Aeron.nuspec index 39d294ba..d05ebe07 100644 --- a/src/Adaptive.Aeron/Adaptive.Aeron.nuspec +++ b/src/Adaptive.Aeron/Adaptive.Aeron.nuspec @@ -2,7 +2,7 @@ Aeron.Client - 1.3.1.0 + 1.4.0.0 Aeron Client Adaptive Financial Consulting Ltd. Adaptive Financial Consulting Ltd. @@ -11,7 +11,7 @@ https://raw.githubusercontent.com/AdaptiveConsulting/Aeron.NET/master/images/adaptive.png false Efficient reliable UDP unicast, UDP multicast, and IPC transport protocol. - Fix bug with driver communication. Add NoopLock & CompositeAgent + https://github.com/real-logic/aeron/wiki/Change-Log Copyright 2017 aeron client messaging networking transport udp ipc diff --git a/src/Adaptive.Aeron/Properties/AssemblyInfo.cs b/src/Adaptive.Aeron/Properties/AssemblyInfo.cs index 1bd8ddcd..8fa111d7 100644 --- a/src/Adaptive.Aeron/Properties/AssemblyInfo.cs +++ b/src/Adaptive.Aeron/Properties/AssemblyInfo.cs @@ -48,8 +48,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] [assembly: InternalsVisibleTo("Adaptive.Aeron.Tests")] [assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] diff --git a/src/Adaptive.Agrona/Properties/AssemblyInfo.cs b/src/Adaptive.Agrona/Properties/AssemblyInfo.cs index b8f0167b..126764be 100644 --- a/src/Adaptive.Agrona/Properties/AssemblyInfo.cs +++ b/src/Adaptive.Agrona/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")]