Skip to content

Commit

Permalink
Update RASDK to v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ziteh committed Aug 11, 2022
1 parent 9816ee4 commit 4880c48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions MainForm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="RASDK.Arm, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\NFUIRSL.RASDK.0.3.7\lib\net472\RASDK.Arm.dll</HintPath>
<HintPath>..\packages\NFUIRSL.RASDK.0.3.8\lib\net472\RASDK.Arm.dll</HintPath>
</Reference>
<Reference Include="RASDK.Basic, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\NFUIRSL.RASDK.0.3.7\lib\net472\RASDK.Basic.dll</HintPath>
<HintPath>..\packages\NFUIRSL.RASDK.0.3.8\lib\net472\RASDK.Basic.dll</HintPath>
</Reference>
<Reference Include="RASDK.Gripper, Version=1.0.0.0, Culture=neutral, processorArchitecture=AMD64">
<HintPath>..\packages\NFUIRSL.RASDK.0.3.7\lib\net472\RASDK.Gripper.dll</HintPath>
<HintPath>..\packages\NFUIRSL.RASDK.0.3.8\lib\net472\RASDK.Gripper.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NFUIRSL.RASDK" version="0.3.7" targetFramework="net472" />
<package id="NFUIRSL.RASDK" version="0.3.8" targetFramework="net472" />
</packages>

0 comments on commit 4880c48

Please sign in to comment.