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 46310b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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"
}
4 changes: 2 additions & 2 deletions plugin_KinectOne/plugin_KinectOne.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
Expand All @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.3.32-alpha" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.3.33" />
<PackageReference Include="NAudio.Sdl2" Version="2.2.5" />
<PackageReference Include="RestSharp" Version="108.0.3" />
<PackageReference Include="System.ComponentModel.Composition" Version="8.0.0" />
Expand Down

0 comments on commit 46310b7

Please sign in to comment.