From 693c3d3eedccf948138976f5762d82073e4b698a Mon Sep 17 00:00:00 2001 From: Lex Li Date: Sun, 29 Jan 2017 22:09:07 +0800 Subject: [PATCH] Bumped the version. 9.0.6 release. --- .nuget/Lextm.SharpSnmpLib.nuspec | 2 +- SharpSnmpLib/SharpSnmpLib.NetStandard.csproj | 4 ++-- lib/SharedAssemblyInfo.cs | 4 ++-- lib/SharedAssemblyInfo.vb | 4 ++-- release.netstandard.bat | 3 ++- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.nuget/Lextm.SharpSnmpLib.nuspec b/.nuget/Lextm.SharpSnmpLib.nuspec index bd72f69c..82db3cf5 100644 --- a/.nuget/Lextm.SharpSnmpLib.nuspec +++ b/.nuget/Lextm.SharpSnmpLib.nuspec @@ -1,7 +1,7 @@ - 9.0.6-beta2 + 9.0.6 Malcolm Crowe,Lex Li,and other contributors. Lex Li http://opensource.org/licenses/MIT diff --git a/SharpSnmpLib/SharpSnmpLib.NetStandard.csproj b/SharpSnmpLib/SharpSnmpLib.NetStandard.csproj index 990ab498..9b928725 100644 --- a/SharpSnmpLib/SharpSnmpLib.NetStandard.csproj +++ b/SharpSnmpLib/SharpSnmpLib.NetStandard.csproj @@ -6,8 +6,8 @@ netstandard1.3 9.0.6 - rc - 9.0.6-rc + + 9.0.6 SharpSnmpLib.NetStandard.xml Lextm.SharpSnmpLib en-US diff --git a/lib/SharedAssemblyInfo.cs b/lib/SharedAssemblyInfo.cs index 4959352f..2a56a2cd 100644 --- a/lib/SharedAssemblyInfo.cs +++ b/lib/SharedAssemblyInfo.cs @@ -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")] diff --git a/lib/SharedAssemblyInfo.vb b/lib/SharedAssemblyInfo.vb index c30d219f..aa11842f 100644 --- a/lib/SharedAssemblyInfo.vb +++ b/lib/SharedAssemblyInfo.vb @@ -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): - - + + diff --git a/release.netstandard.bat b/release.netstandard.bat index 25256b32..08751101 100644 --- a/release.netstandard.bat +++ b/release.netstandard.bat @@ -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\