Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
9.0 final release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Feb 12, 2016
1 parent 79223ac commit b92eeea
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .nuget/Lextm.SharpSnmpLib.nuspec
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<version>9.0.0-rc1</version>
<version>9.0.0</version>
<authors>Malcolm Crowe,Lex Li,and other contributors.</authors>
<owners>Lex Li</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand All @@ -13,10 +13,10 @@
<id>Lextm.SharpSnmpLib</id>
<title>#SNMP Library</title>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>#SNMP (SharpSNMP) Library is an open source library for developers who target Microsoft .NET/Xamarin/Mono platforms. It's developed in C# and can be used for VB.NET, Delphi Prism, and more.</description>
<description>#SNMP (SharpSNMP) Library is an open source library for developers who target Microsoft .NET/Xamarin/Mono platforms. It's developed in C# and can be used for F#, VB.NET, Oxygene, and more.</description>
<summary>#SNMP open source SNMP library for .NET and Mono.</summary>
<releaseNotes>http://sharpsnmplib.codeplex.com/releases/view/116908</releaseNotes>
<copyright>(C) 2008-2016 Malcolm Crowe, Lex Li, and other contributors.</copyright>
<copyright>All rights reserved. (c) 2008-2016 Malcolm Crowe, Lex Li, and other contributors.</copyright>
<language>en-US</language>
<tags>snmp</tags>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions SharpSnmpLib/Microsoft.VersionNumber.targets
Expand Up @@ -15,7 +15,7 @@
<AssemblyRevision>
</AssemblyRevision>
<AssemblyBuildNumberType>DateString</AssemblyBuildNumberType>
<AssemblyBuildNumberFormat>01MMdd</AssemblyBuildNumberFormat>
<AssemblyBuildNumberFormat>02MMdd</AssemblyBuildNumberFormat>
<AssemblyRevisionType>AutoIncrement</AssemblyRevisionType>
<AssemblyRevisionFormat>00</AssemblyRevisionFormat>
</PropertyGroup>
Expand All @@ -28,7 +28,7 @@
<AssemblyFileRevision>
</AssemblyFileRevision>
<AssemblyFileBuildNumberType>DateString</AssemblyFileBuildNumberType>
<AssemblyFileBuildNumberFormat>01MMdd</AssemblyFileBuildNumberFormat>
<AssemblyFileBuildNumberFormat>02MMdd</AssemblyFileBuildNumberFormat>
<AssemblyFileRevisionType>AutoIncrement</AssemblyFileRevisionType>
<AssemblyFileRevisionFormat>00</AssemblyFileRevisionFormat>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion debug.bat
Expand Up @@ -10,7 +10,7 @@ for %%v in (2.0, 3.5, 4.0, 12.0, 14.0) do (

rmdir /S /Q bin
mkdir bin
.nuget\nuget.exe restore
.nuget\nuget.exe restore SharpSnmpLib.sln
call "%MSBuildExe%" SharpSnmpLib.sln /t:clean /p:Configuration=Debug /p:OutputPath=..\bin\
call "%MSBuildExe%" SharpSnmpLib.sln /t:build /p:Configuration=Debug /p:OutputPath=..\bin\
@IF %ERRORLEVEL% NEQ 0 PAUSE
4 changes: 2 additions & 2 deletions lib/SharedAssemblyInfo.cs
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.010202.45")]
[assembly: AssemblyVersion("9.0.020212.01")]
#if (!CF)
[assembly: AssemblyFileVersion("9.0.010202.45")]
[assembly: AssemblyFileVersion("9.0.020212.01")]
#endif
4 changes: 2 additions & 2 deletions lib/SharedAssemblyInfo.vb
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.010202.45")>
<Assembly: AssemblyFileVersion("9.0.010202.45")>
<Assembly: AssemblyVersion("9.0.020212.01")>
<Assembly: AssemblyFileVersion("9.0.020212.01")>
2 changes: 1 addition & 1 deletion release.bat
Expand Up @@ -10,7 +10,7 @@ for %%v in (2.0, 3.5, 4.0, 12.0, 14.0) do (

rmdir /S /Q bin
mkdir bin
.nuget\nuget.exe restore
.nuget\nuget.exe restore SharpSnmpLib.sln
call "%MSBuildExe%" SharpSnmpLib.sln /t:clean /p:Configuration=Release /p:OutputPath=..\bin\
call "%MSBuildExe%" SharpSnmpLib.sln /t:build /p:Configuration=Release /p:OutputPath=..\bin\
@IF %ERRORLEVEL% NEQ 0 PAUSE

0 comments on commit b92eeea

Please sign in to comment.