Skip to content

Commit

Permalink
Bumped the version. 9.0.6 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Jan 29, 2017
1 parent c72e14d commit 693c3d3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 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.6-beta2</version>
<version>9.0.6</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 SharpSnmpLib/SharpSnmpLib.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<VersionPrefix>9.0.6</VersionPrefix>
<VersionSuffix>rc</VersionSuffix>
<PackageVersion>9.0.6-rc</PackageVersion>
<VersionSuffix></VersionSuffix>
<PackageVersion>9.0.6</PackageVersion>
<DocumentationFile>SharpSnmpLib.NetStandard.xml</DocumentationFile>
<PackageId>Lextm.SharpSnmpLib</PackageId>
<NeutralLanguage>en-US</NeutralLanguage>
Expand Down
4 changes: 2 additions & 2 deletions lib/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
// 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.041121.31")]
[assembly: AssemblyFileVersion("9.0.041121.31")]
[assembly: AssemblyVersion("9.0.040129.08")]
[assembly: AssemblyFileVersion("9.0.040129.08")]
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.041121.31")>
<Assembly: AssemblyFileVersion("9.0.041121.31")>
<Assembly: AssemblyVersion("9.0.040129.08")>
<Assembly: AssemblyFileVersion("9.0.040129.08")>
3 changes: 2 additions & 1 deletion release.netstandard.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
call dotnet restore SharpSnmpLib.NetStandard.sln
call dotnet build SharpSnmpLib.NetStandard.sln /p:Configuration=Debug /p:OutputPath=..\bin\
call dotnet clean SharpSnmpLib.NetStandard.sln /p:Configuration=Release /p:OutputPath=..\bin\
call dotnet build SharpSnmpLib.NetStandard.sln /p:Configuration=Release /p:OutputPath=..\bin\

0 comments on commit 693c3d3

Please sign in to comment.