Skip to content

Commit

Permalink
Update to SDK 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
codaris committed Dec 10, 2019
1 parent 8b3c6cd commit 741b220
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion ReserveControl/ReserveControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Tutorial_06_FaceImage/Tutorial_06_FaceImage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0006" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Tutorial_10_PlayAudio/Tutorial_10_PlayAudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
<PackageReference Include="NAudio" Version="1.9.0" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion VectorConfigure/VectorConfigure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.3" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.4" />
<PackageReference Include="CommandLineParser" Version="2.6.0" />
</ItemGroup>

Expand Down

0 comments on commit 741b220

Please sign in to comment.