Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed May 25, 2018
1 parent df0b8a6 commit 4b7ccb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions SharpSnmpLib/SharpSnmpLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<AssemblyOriginatorKeyFile>sharpsnmplib.snk</AssemblyOriginatorKeyFile>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">True</PublicSign>
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode>
<AssemblyVersion>10.0.6.0</AssemblyVersion>
<FileVersion>10.0.6.0</FileVersion>
<Version>10.0.6</Version>
<AssemblyVersion>10.0.7.0</AssemblyVersion>
<FileVersion>10.0.7.0</FileVersion>
<Version>10.0.7</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<RuntimeIdentifier Condition=" '$(TargetFramework)' == 'net452' ">win</RuntimeIdentifier>
</PropertyGroup>
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("10.0.6.0")]
[assembly: AssemblyFileVersion("10.0.6.0")]
[assembly: AssemblyVersion("10.0.7.0")]
[assembly: AssemblyFileVersion("10.0.7.0")]
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("10.0.6.0")>
<Assembly: AssemblyFileVersion("10.0.6.0")>
<Assembly: AssemblyVersion("10.0.7.0")>
<Assembly: AssemblyFileVersion("10.0.7.0")>

0 comments on commit 4b7ccb3

Please sign in to comment.