Skip to content

Commit

Permalink
Updated NuGet, manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Nov 16, 2024
1 parent 658a1a2 commit 3dff884
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion KinectHandler/KinectHandler.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract">
<Version>0.3.32-alpha</Version>
<Version>0.3.33</Version>
</PackageReference>
<PackageReference Include="System.ComponentModel">
<Version>4.3.0</Version>
Expand Down
2 changes: 1 addition & 1 deletion external/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0.0",
"display_name": "Xbox One Kinect",
"download": "plugin_KinectOne.zip",
"download_": "plugin_KinectOne.zip",
"changelog": "Allow Microsoft.Kinect trimming as we're replacing it anyway.",
"guid": "K2VRTEAM-AME2-APII-DVCE-DVCEKINECTV2"
}
6 changes: 3 additions & 3 deletions plugin_KinectOne/plugin_KinectOne.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.3.32-alpha" />
<PackageReference Include="NAudio.Sdl2" Version="2.2.5" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.3.33" />
<PackageReference Include="NAudio.Sdl2" Version="2.2.6" />
<PackageReference Include="RestSharp" Version="108.0.3" />
<PackageReference Include="System.ComponentModel.Composition" Version="8.0.0" />
<PackageReference Include="System.ComponentModel.Composition.Registration" Version="8.0.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1742" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3dff884

Please sign in to comment.