Skip to content

Commit

Permalink
backport to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash committed Mar 13, 2021
1 parent 902b216 commit 97f6a59
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Wristimate/Wristimate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Deli" Version="0.3.0" />
<PackageReference Include="Deli.Runtime" Version="0.2.5" />

<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" PrivateAssets="all" />
<PackageReference Include="Nullable" Version="1.3.0" PrivateAssets="all" />
Expand Down
12 changes: 6 additions & 6 deletions Wristimate/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "Wristimate",
"authors": [ "AshHat" ],
"guid": "ash_hat.wristimate",
"require": "0.3",
"dependencies": {
"deli.core": "0.2.5"
},
"version": "1.0.1",
"source_url": "https://github.com/ash-hat/Wristimate",
"assets": {
"setup": {
"Wristimate.dll": "deli:assembly"
}
"sourceUrl": "https://github.com/ash-hat/Wristimate",
"runtime": {
"Wristimate.dll": "assembly"
}
}
2 changes: 1 addition & 1 deletion Wristimate/src/Behaviour.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Linq;
using BepInEx.Configuration;
using Deli.Setup;
using Deli;
using FistVR;
using UnityEngine;
using UnityEngine.SceneManagement;
Expand Down

0 comments on commit 97f6a59

Please sign in to comment.