Skip to content

Commit

Permalink
Merge pull request #175 from nats-io/version-0.8.0
Browse files Browse the repository at this point in the history
Bump to version 0.8.0
  • Loading branch information
Colin Sullivan authored Aug 7, 2017
2 parents de52749 + 8e51fb9 commit 2a9f8b1
Show file tree
Hide file tree
Showing 134 changed files with 1,760 additions and 1,226 deletions.
9 changes: 4 additions & 5 deletions NATS.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright 2015 Apcera Inc. All rights reserved.
// Copyright 2015-2017 Apcera Inc. All rights reserved.

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand All @@ -12,7 +11,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Apcera, Inc.")]
[assembly: AssemblyProduct("NATS")]
[assembly: AssemblyCopyright("Copyright © Apcera 2016")]
[assembly: AssemblyCopyright("Copyright © Apcera 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -34,5 +33,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("0.7.1.0")]
[assembly: AssemblyFileVersion("0.7.1.0")]
[assembly: AssemblyVersion("0.8.0.0")]
[assembly: AssemblyFileVersion("0.8.0.0")]
4 changes: 2 additions & 2 deletions NATS.Client/project.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"description": "NATS Client API",
"copyright": "Copyright © Apcera 2016",
"copyright": "Copyright © Apcera 2017",
"title": "NATS Client",
"version": "0.7.1-*",
"version": "0.8.0-*",
"dependencies": {
"NETStandard.Library": "1.6.0",
"System.Net.Security": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion documentation/DoxyFile.NATS.Client
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "NATS .NET Client"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 0.7.0
PROJECT_NUMBER = 0.8.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
63 changes: 34 additions & 29 deletions documentation/NATS.Client/html/annotated.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">NATS .NET Client
&#160;<span id="projectnumber">0.7.0</span>
&#160;<span id="projectnumber">0.8.0</span>
</div>
<div id="projectbrief">The nats.io .NET C# Client, Supported by Apcera</div>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">NATS .NET Client
&#160;<span id="projectnumber">0.7.0</span>
&#160;<span id="projectnumber">0.8.0</span>
</div>
<div id="projectbrief">The nats.io .NET C# Client, Supported by Apcera</div>
</td>
Expand Down Expand Up @@ -119,11 +119,11 @@
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="properties"></a>
Properties</h2></td></tr>
<tr class="memitem:a11345de0669fdcfe2fae5fccf96acf29"><td class="memItemLeft" align="right" valign="top">Connection&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_n_a_t_s_1_1_client_1_1_conn_event_args.html#a11345de0669fdcfe2fae5fccf96acf29">Conn</a><code> [get]</code></td></tr>
<tr class="memitem:a11345de0669fdcfe2fae5fccf96acf29"><td class="memItemLeft" align="right" valign="top"><a class="el" href="class_n_a_t_s_1_1_client_1_1_connection.html">Connection</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_n_a_t_s_1_1_client_1_1_conn_event_args.html#a11345de0669fdcfe2fae5fccf96acf29">Conn</a><code> [get]</code></td></tr>
<tr class="separator:a11345de0669fdcfe2fae5fccf96acf29"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Event arguments for the ConnEventHandler type delegate. </p>
<div class="textblock"><p>Provides the details when the state of a <a class="el" href="class_n_a_t_s_1_1_client_1_1_connection.html" title="Connection represents a bare connection to a NATS server. Users should create an IConnection instance...">Connection</a> changes. </p>
</div><h2 class="groupheader">Property Documentation</h2>
<a class="anchor" id="a11345de0669fdcfe2fae5fccf96acf29"></a>
<div class="memitem">
Expand All @@ -133,7 +133,7 @@
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">Connection NATS.Client.ConnEventArgs.Conn</td>
<td class="memname"><a class="el" href="class_n_a_t_s_1_1_client_1_1_connection.html">Connection</a> NATS.Client.ConnEventArgs.Conn</td>
</tr>
</table>
</td>
Expand All @@ -143,7 +143,7 @@
</table>
</div><div class="memdoc">

<p>Gets the connection associated with the event. </p>
<p>Gets the <a class="el" href="class_n_a_t_s_1_1_client_1_1_connection.html" title="Connection represents a bare connection to a NATS server. Users should create an IConnection instance...">Connection</a> associated with the event. </p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">NATS .NET Client
&#160;<span id="projectnumber">0.7.0</span>
&#160;<span id="projectnumber">0.8.0</span>
</div>
<div id="projectbrief">The nats.io .NET C# Client, Supported by Apcera</div>
</td>
Expand Down
Loading

0 comments on commit 2a9f8b1

Please sign in to comment.