Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Jun 25, 2017
1 parent fa480b3 commit 8cc1d9f
Show file tree
Hide file tree
Showing 3 changed files with 8 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.1.1</version>
<version>9.2.0</version>
<authors>Malcolm Crowe,Lex Li,and other contributors.</authors>
<owners>Lex Li</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand Down
10 changes: 5 additions & 5 deletions SharpSnmpLib/SharpSnmpLib.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
</PropertyGroup>
<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<VersionPrefix>9.1.1</VersionPrefix>
<VersionSuffix>
</VersionSuffix>
<PackageVersion>9.1.1</PackageVersion>
<DocumentationFile>SharpSnmpLib.NetStandard.xml</DocumentationFile>
<PackageId>Lextm.SharpSnmpLib</PackageId>
<NeutralLanguage>en-US</NeutralLanguage>
Expand All @@ -19,13 +15,17 @@
<PackageProjectUrl>https://sharpsnmplib.codeplex.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/lextm/sharpsnmplib.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>https://sharpsnmplib.codeplex.com/releases/view/116908</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/lextm/sharpsnmplib/releases</PackageReleaseNotes>
<Copyright>All rights reserved. (c) 2008-2017 Malcolm Crowe, Lex Li, and other contributors.</Copyright>
<PackageTags>smi snmp mib</PackageTags>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>sharpsnmplib.snk</AssemblyOriginatorKeyFile>
<DelaySign>False</DelaySign>
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
<AssemblyVersion>9.2.0.0</AssemblyVersion>
<FileVersion>9.2.0.0</FileVersion>
<Version>9.2.0-
</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputType>library</OutputType>
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.1.000425.90")]
[assembly: AssemblyFileVersion("9.1.000425.90")]
[assembly: AssemblyVersion("9.2.0.0")]
[assembly: AssemblyFileVersion("9.2.0.0")]

0 comments on commit 8cc1d9f

Please sign in to comment.