Skip to content

Commit

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

0 comments on commit 396cd9f

Please sign in to comment.