From cea6db357f52655439af16b4f236af62cf50243e Mon Sep 17 00:00:00 2001 From: James Watson Date: Thu, 17 Aug 2017 12:49:36 +0100 Subject: [PATCH] Release 1.3.1 --- driver/Aeron.Driver.nuspec | 4 ++-- src/Adaptive.Aeron/Adaptive.Aeron.nuspec | 6 +++--- src/Adaptive.Aeron/Properties/AssemblyInfo.cs | 6 +++--- src/Adaptive.Agrona/Properties/AssemblyInfo.cs | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/driver/Aeron.Driver.nuspec b/driver/Aeron.Driver.nuspec index 30f9045f..3464ebfc 100644 --- a/driver/Aeron.Driver.nuspec +++ b/driver/Aeron.Driver.nuspec @@ -2,7 +2,7 @@ Aeron.Driver - 1.3.0.0 + 1.3.1.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. - Initial Release. + Make less CPU intensive by default. 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 dc54457a..39d294ba 100644 --- a/src/Adaptive.Aeron/Adaptive.Aeron.nuspec +++ b/src/Adaptive.Aeron/Adaptive.Aeron.nuspec @@ -2,7 +2,7 @@ Aeron.Client - 1.3.0.0 + 1.3.1.0 Aeron Client Adaptive Financial Consulting Ltd. Adaptive Financial Consulting Ltd. @@ -11,8 +11,8 @@ https://raw.githubusercontent.com/AdaptiveConsulting/Aeron.NET/master/images/adaptive.png false Efficient reliable UDP unicast, UDP multicast, and IPC transport protocol. - Initial Release. - Copyright 2016 + Fix bug with driver communication. Add NoopLock & CompositeAgent + Copyright 2017 aeron client messaging networking transport udp ipc \ No newline at end of file diff --git a/src/Adaptive.Aeron/Properties/AssemblyInfo.cs b/src/Adaptive.Aeron/Properties/AssemblyInfo.cs index c2cb372d..1bd8ddcd 100644 --- a/src/Adaptive.Aeron/Properties/AssemblyInfo.cs +++ b/src/Adaptive.Aeron/Properties/AssemblyInfo.cs @@ -26,7 +26,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Adaptive.Aeron")] -[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.3.1.0")] +[assembly: AssemblyFileVersion("1.3.1.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 db8b7f95..b8f0167b 100644 --- a/src/Adaptive.Agrona/Properties/AssemblyInfo.cs +++ b/src/Adaptive.Agrona/Properties/AssemblyInfo.cs @@ -26,7 +26,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("Adaptive.Agrona")] -[assembly: AssemblyCopyright("Copyright © 2016")] +[assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -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.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyVersion("1.3.1.0")] +[assembly: AssemblyFileVersion("1.3.1.0")]