Skip to content

Commit

Permalink
Bumped to 9.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Aug 11, 2016
1 parent f881c7c commit a116125
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nuget/Lextm.SharpSnmpLib.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<version>9.0.2-rc</version>
<version>9.0.2</version>
<authors>Malcolm Crowe,Lex Li,and other contributors.</authors>
<owners>Lex Li</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions lib/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:

[assembly: AssemblyVersion("9.0.020703.24")]
[assembly: AssemblyVersion("9.0.020811.01")]
#if (!CF)
[assembly: AssemblyFileVersion("9.0.020703.24")]
[assembly: AssemblyFileVersion("9.0.020811.01")]
#endif
4 changes: 2 additions & 2 deletions lib/SharedAssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ Imports System.Reflection
' You can specify all values by your own or you can build default build and revision
' numbers with the '*' character (the default):

<Assembly: AssemblyVersion("9.0.020703.24")>
<Assembly: AssemblyFileVersion("9.0.020703.24")>
<Assembly: AssemblyVersion("9.0.020811.01")>
<Assembly: AssemblyFileVersion("9.0.020811.01")>

0 comments on commit a116125

Please sign in to comment.