Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JPWatson committed Aug 17, 2017
1 parent 18da561 commit cea6db3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.0.0</version>
<version>1.3.1.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>Initial Release.</releaseNotes>
<releaseNotes>Make less CPU intensive by default.</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>aeron driver messaging networking transport udp ipc</tags>
</metadata>
Expand Down
6 changes: 3 additions & 3 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.0.0</version>
<version>1.3.1.0</version>
<title>Aeron Client</title>
<authors>Adaptive Financial Consulting Ltd.</authors>
<owners>Adaptive Financial Consulting Ltd.</owners>
Expand All @@ -11,8 +11,8 @@
<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>Initial Release.</releaseNotes>
<copyright>Copyright 2016</copyright>
<releaseNotes>Fix bug with driver communication. Add NoopLock &amp; CompositeAgent</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>aeron client messaging networking transport udp ipc</tags>
</metadata>
</package>
6 changes: 3 additions & 3 deletions src/Adaptive.Aeron/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Adaptive.Aeron")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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")]
6 changes: 3 additions & 3 deletions src/Adaptive.Agrona/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Adaptive.Agrona")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -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")]

0 comments on commit cea6db3

Please sign in to comment.