Skip to content

Commit

Permalink
Update to SDK 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
codaris committed Mar 29, 2020
1 parent 37aad08 commit 9403a83
Show file tree
Hide file tree
Showing 21 changed files with 27 additions and 22 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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
<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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
<PackageReference Include="NAudio" Version="1.10.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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Tutorial_16_FeatureStatus/Tutorial_16_FeatureStatus.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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</ItemGroup>

</Project>
5 changes: 3 additions & 2 deletions Tutorial_17_AppIntent/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ class Program
static async Task Main()
{
using var robot = await Robot.NewConnection();
var ret = await robot.Behavior.AppIntent("intent_imperative_fetchcube");
Console.WriteLine($"Asked Vector to fetch cube..{ret}");

Console.WriteLine($"Asked Vector to go to sleep...");
await robot.Behavior.Sleep();

Console.WriteLine("Press any key to exit...");
await Task.Run(() => Console.ReadKey(true));
Expand Down
6 changes: 5 additions & 1 deletion Tutorial_17_AppIntent/Tutorial_17_AppIntent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Anki.Vector.SDK" Version="0.6.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Anki.Vector.SDK\Anki.Vector\Anki.Vector.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Tutorial_18_XboxDrive/Tutorial_18_XboxDrive.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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
</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.5" />
<PackageReference Include="Anki.Vector.SDK" Version="0.6.6" />
<PackageReference Include="CommandLineParser" Version="2.7.82" />
</ItemGroup>

Expand Down

0 comments on commit 9403a83

Please sign in to comment.