Skip to content

Commit

Permalink
Bumped to latest #SNMP Library alpha build. Added more test cases.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Feb 5, 2024
1 parent cc7a197 commit de70a0a
Show file tree
Hide file tree
Showing 32 changed files with 167 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ T4MVC.cs
*.ide
/.idea
/_site
/.vs
.vs
*.vspscc
*.vssscc
6 changes: 3 additions & 3 deletions Samples.BouncyCastle/Samples.BouncyCastle.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<RuntimeIdentifier Condition=" '$(TargetFramework)' == 'net471' ">win</RuntimeIdentifier>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3-alpha.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
</ItemGroup>
</Project>
</Project>
8 changes: 4 additions & 4 deletions Samples.Engine/Samples.Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<AndroidUseIntermediateDesignerFile>False</AndroidUseIntermediateDesignerFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all" />
<PackageReference Include="System.Memory" Version="4.5.0" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3-alpha.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)'=='netstandard2.0'">
<PackageReference Include="System.ComponentModel.TypeConverter" Version="4.3.0" />
Expand All @@ -24,4 +24,4 @@
<ItemGroup Condition="'$(TargetFramework)'=='net471'">
<Reference Include="System.Configuration" />
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion Samples/CSharp/snmpbulkget/snmpbulkget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<Version>6.12.0.148</Version>
</PackageReference>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharp/snmpd/snmpd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<Version>2.0.14</Version>
</PackageReference>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharp/snmpdiscover/snmpdiscover.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharp/snmpget/snmpget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<Version>6.12.0.148</Version>
</PackageReference>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharp/snmpgetnext/snmpgetnext.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<Version>6.12.0.148</Version>
</PackageReference>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharp/snmpsendtrap/snmpsendtrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharp/snmpset/snmpset.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<Version>6.12.0.148</Version>
</PackageReference>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharp/snmptrapd/snmptrapd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharp/snmpwalk/snmpwalk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<Version>6.12.0.148</Version>
</PackageReference>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
4 changes: 2 additions & 2 deletions Samples/CSharpCore/BytesViewer/BytesViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion Samples/CSharpCore/snmpbulkget/snmpbulkget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3-alpha.2" />
<PackageReference Include="Mono.Options.Core" Version="1.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharpCore/snmpd/snmpd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3-alpha.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharpCore/snmpdiscover/snmpdiscover.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3-alpha.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Samples/CSharpCore/snmpget/snmpget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3-alpha.2" />
<PackageReference Include="Mono.Options.Core" Version="1.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharpCore/snmpgetnext/snmpgetnext.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3-alpha.2" />
<PackageReference Include="Mono.Options.Core" Version="1.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharpCore/snmpsendtrap/snmpsendtrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3-alpha.2" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Samples/CSharpCore/snmpset/snmpset.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3-alpha.2" />
<PackageReference Include="Mono.Options.Core" Version="1.0.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharpCore/snmptrapd/snmptrapd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3-alpha.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/CSharpCore/snmpwalk/snmpwalk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2" />
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3-alpha.2" />
<PackageReference Include="Mono.Options.Core" Version="1.0.0" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions Samples/VB.NET/snmpbulkget/snmpbulkget.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<Version>6.12.0.148</Version>
</PackageReference>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions Samples/VB.NET/snmpget/snmpget.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<Version>6.12.0.148</Version>
</PackageReference>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions Samples/VB.NET/snmpgetnext/snmpgetnext.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<Version>6.12.0.148</Version>
</PackageReference>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions Samples/VB.NET/snmpset/snmpset.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<Version>6.12.0.148</Version>
</PackageReference>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions Samples/VB.NET/snmptrapd/snmptrapd.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions Samples/VB.NET/snmpwalk/snmpwalk.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<Version>6.12.0.148</Version>
</PackageReference>
<PackageReference Include="Lextm.SharpSnmpLib">
<Version>12.5.2</Version>
<Version>12.5.3-alpha.2</Version>
</PackageReference>
</ItemGroup>
</Project>
</Project>

0 comments on commit de70a0a

Please sign in to comment.