Skip to content

Commit

Permalink
update the version and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gaochundong committed Dec 7, 2016
1 parent 41882ca commit 4cadcd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cowboy/Cowboy.Sockets/Cowboy.Sockets.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Cowboy.Sockets</id>
<version>1.3.7.0</version>
<version>1.3.8.0</version>
<title>Cowboy.Sockets</title>
<authors>Dennis Gao</authors>
<owners>Dennis Gao</owners>
Expand All @@ -12,7 +12,7 @@
<description>Cowboy is a C# library for building sockets based services.</description>
<copyright>Copyright © 2015-2016 Dennis Gao.</copyright>
<dependencies>
<dependency id="Logrila.Logging" version="1.0.1" />
<dependency id="Logrila.Logging" version="1.0.3" />
</dependencies>
</metadata>
</package>
4 changes: 2 additions & 2 deletions Cowboy/SolutionVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("1.3.7.0")]
[assembly: AssemblyFileVersion("1.3.7.0")]
[assembly: AssemblyVersion("1.3.8.0")]
[assembly: AssemblyFileVersion("1.3.8.0")]
[assembly: ComVisible(false)]

0 comments on commit 4cadcd1

Please sign in to comment.