Skip to content

Commit

Permalink
Merge pull request #4 from nfu-irs-lab/dev
Browse files Browse the repository at this point in the history
Update RASDK from v0.3.1 to v0.3.2
  • Loading branch information
ziteh authored May 24, 2022
2 parents 62193e1 + cbc92a3 commit 1ef398f
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.1\lib\net472\RASDK.Arm.dll</HintPath>
<HintPath>..\packages\NFUIRSL.RASDK.0.3.2\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.1\lib\net472\RASDK.Basic.dll</HintPath>
<HintPath>..\packages\NFUIRSL.RASDK.0.3.2\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.1\lib\net472\RASDK.Gripper.dll</HintPath>
<HintPath>..\packages\NFUIRSL.RASDK.0.3.2\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.1" targetFramework="net472" />
<package id="NFUIRSL.RASDK" version="0.3.2" targetFramework="net472" />
</packages>

0 comments on commit 1ef398f

Please sign in to comment.