Skip to content

Commit

Permalink
Dependency (dependabot/nuget): Bump Lextm.SharpSnmpLib in /Source (#2817
Browse files Browse the repository at this point in the history
)

Bumps Lextm.SharpSnmpLib from 12.5.2 to 12.5.3.

---
updated-dependencies:
- dependency-name: Lextm.SharpSnmpLib
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 00f7d98 commit 95cda9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/NETworkManager.Models/NETworkManager.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<PackageReference Include="AWSSDK.Core" Version="3.7.400.4"/>
<PackageReference Include="DnsClient" Version="1.8.0"/>
<PackageReference Include="IPNetwork2" Version="3.0.667"/>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2"/>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3"/>
<PackageReference Include="log4net" Version="2.0.17"/>
<PackageReference Include="MahApps.Metro" Version="2.4.10"/>
<PackageReference Include="MahApps.Metro.IconPacks.FontAwesome" Version="5.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DnsClient" Version="1.8.0"/>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2"/>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3"/>
<PackageReference Include="log4net" Version="2.0.17"/>
<PackageReference Include="MahApps.Metro" Version="2.4.10"/>
<PackageReference Include="MahApps.Metro.IconPacks.FontAwesome" Version="5.0.0"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Compile Include="..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2"/>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NETworkManager.Localization\NETworkManager.Localization.csproj"/>
Expand Down
2 changes: 1 addition & 1 deletion Source/NETworkManager/NETworkManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<PackageReference Include="DnsClient" Version="1.8.0"/>
<PackageReference Include="gong-wpf-dragdrop" Version="3.2.1"/>
<PackageReference Include="IPNetwork2" Version="3.0.667"/>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.2"/>
<PackageReference Include="Lextm.SharpSnmpLib" Version="12.5.3"/>
<PackageReference Include="LiveCharts.Wpf" Version="0.9.7"/>
<PackageReference Include="LoadingIndicators.WPF" Version="0.0.1"/>
<PackageReference Include="log4net" Version="2.0.17"/>
Expand Down

0 comments on commit 95cda9e

Please sign in to comment.