Skip to content

Commit

Permalink
Merge pull request #20 from nats-io/update_version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
Colin Sullivan committed Dec 10, 2015
2 parents 8a40038 + eb6e344 commit 1affb68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NATS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,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.2.1.1")]
[assembly: AssemblyFileVersion("0.2.1.1")]
[assembly: AssemblyVersion("0.3.0.0")]
[assembly: AssemblyFileVersion("0.3.0.0")]
4 changes: 2 additions & 2 deletions nuget/NATS.Client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>NATS.Client</id>
<version>0.2.1.1</version>
<version>0.3.0.0</version>
<title>NATS .NET Client</title>
<authors>Apcera,Inc.</authors>
<owners>Apcera,Inc.</owners>
Expand All @@ -20,4 +20,4 @@
<file src="lib\net45\NATS.Client.DLL" target="lib\net45\NATS.Client.DLL" />
<file src="lib\net45\NATS.Client.XML" target="lib\net45\NATS.Client.XML" />
</files>
</package>
</package>

0 comments on commit 1affb68

Please sign in to comment.