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 f1e590d commit c773b66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.1",
"display_name": "PSMove Service",
"download": "plugin_PSMoveService.zip",
"download_": "plugin_PSMoveService.zip",
"changelog": "What the f'ck is a kilometer?!",
"guid": "K2VRTEAM-AME2-APII-DVCE-DVCEPSMOVEEX"
}
6 changes: 3 additions & 3 deletions plugin_PSMoveService/plugin_PSMoveService.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@

<ItemGroup>
<ProjectReference Include="../vendor/PSMS/PSMoveServiceExCAPI/PSMoveServiceExCAPI.vbproj" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.3.32-alpha" />
<PackageReference Include="Amethyst.Plugins.Contract" Version="0.3.33" />
<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="System.ComponentModel.Composition" Version="9.0.0" />
<PackageReference Include="System.ComponentModel.Composition.Registration" Version="9.0.0" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.5.240627000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.1" />
</ItemGroup>
Expand Down

0 comments on commit c773b66

Please sign in to comment.