Skip to content

Commit

Permalink
Merge pull request #2 from opentap/main
Browse files Browse the repository at this point in the history
Release Candidate 1.0.0-rc.2
  • Loading branch information
StefanHolst authored Dec 6, 2022
2 parents 7ac8ee3 + 16aa434 commit dd7d919
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion OpenTap.Plugins.Iperf/LocalIperfHelper.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Diagnostics;
using System.IO;
using System.Net.Mime;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
Expand Down
2 changes: 1 addition & 1 deletion OpenTap.Plugins.Iperf/OpenTap.Plugins.Iperf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="SSH.NET" Version="2020.0.2" />
<PackageReference Include="OpenTAP" Version="$(OpenTapVersion)" />
<OpenTapPackageReference Include="SSH" Repository="packages.opentap.io" Version="1.0.0-beta.4+f4ad9710" />
<OpenTapPackageReference Include="SSH" Repository="packages.opentap.io" Version="1.0.0+f4ad9710" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion OpenTap.Plugins.Iperf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $(GitVersion) - Gets the version from Git in the recommended format Major.Minor.
<SourceUrl>https://github.com/opentap/Iperf</SourceUrl>
<SourceLicense>MIT</SourceLicense>
<Dependencies>
<PackageDependency Package="SSH" Version="^1.0.0-beta.4+f4ad9710" />
<PackageDependency Package="SSH" Version="^1.0.0+f4ad9710" />
</Dependencies>
<Files>
<File Path="Packages/Iperf/iperf-3.1.3-win32/cyggcc_s-1.dll" SourcePath="Dependencies/Iperf/iperf-3.1.3-win32/cyggcc_s-1.dll"></File>
Expand Down

0 comments on commit dd7d919

Please sign in to comment.