Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JPWatson committed Aug 23, 2017
1 parent e834ded commit 698e8c3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions driver/Aeron.Driver.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Aeron.Driver</id>
<version>1.3.1.0</version>
<version>1.4.0.0</version>
<title>Aeron Driver</title>
<authors>Adaptive Financial Consulting Ltd.</authors>
<owners>Adaptive Financial Consulting Ltd.</owners>
Expand All @@ -11,7 +11,7 @@
<iconUrl>https://raw.githubusercontent.com/AdaptiveConsulting/Aeron.NET/master/images/adaptive.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Aeron Media Driver for use with Aeron.Client.</description>
<releaseNotes>Make less CPU intensive by default.</releaseNotes>
<releaseNotes>update aeron driver to 1.4.0.</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>aeron driver messaging networking transport udp ipc</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/Adaptive.Aeron/Adaptive.Aeron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Aeron.Client</id>
<version>1.3.1.0</version>
<version>1.4.0.0</version>
<title>Aeron Client</title>
<authors>Adaptive Financial Consulting Ltd.</authors>
<owners>Adaptive Financial Consulting Ltd.</owners>
Expand All @@ -11,7 +11,7 @@
<iconUrl>https://raw.githubusercontent.com/AdaptiveConsulting/Aeron.NET/master/images/adaptive.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Efficient reliable UDP unicast, UDP multicast, and IPC transport protocol.</description>
<releaseNotes>Fix bug with driver communication. Add NoopLock &amp; CompositeAgent</releaseNotes>
<releaseNotes>https://github.com/real-logic/aeron/wiki/Change-Log</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>aeron client messaging networking transport udp ipc</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/Adaptive.Aeron/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
4 changes: 2 additions & 2 deletions src/Adaptive.Agrona/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 698e8c3

Please sign in to comment.