Update custom.json

This commit is contained in:
Anya
2024-11-16 23:51:57 +01:00
committed by GitHub
parent 7f3a93c108
commit e31fc9337f

View File

@@ -95,7 +95,7 @@
"Author": "Anya Hichu", "Author": "Anya Hichu",
"Name": "DeterministicPose", "Name": "DeterministicPose",
"InternalName": "DeterministicPose", "InternalName": "DeterministicPose",
"AssemblyVersion": "0.0.0.4", "AssemblyVersion": "0.0.1.0",
"Description": "Dalamud plugin that provides a deterministic cpose command", "Description": "Dalamud plugin that provides a deterministic cpose command",
"ApplicableVersion": "any", "ApplicableVersion": "any",
"Tags": [ "Tags": [
@@ -103,18 +103,18 @@
"deterministic", "deterministic",
"index" "index"
], ],
"DalamudApiLevel": 10, "DalamudApiLevel": 11,
"LoadRequiredState": 0, "LoadRequiredState": 0,
"LoadSync": false, "LoadSync": false,
"CanUnloadAsync": false, "CanUnloadAsync": false,
"LoadPriority": 0, "LoadPriority": 0,
"Punchline": "/dpose <index>", "Punchline": "/dpose <index>",
"AcceptsFeedback": true, "AcceptsFeedback": true,
"DownloadLinkInstall": "https://github.com/anya-hichu/DeterministicPose/releases/download/0.0.0.4/DeterministicPose.zip", "DownloadLinkInstall": "https://github.com/anya-hichu/DeterministicPose/releases/download/0.0.1.0/DeterministicPose.zip",
"IsHide": false, "IsHide": false,
"IsTestingExclusive": false, "IsTestingExclusive": false,
"DownloadLinkTesting": "https://github.com/anya-hichu/DeterministicPose/releases/download/0.0.0.4/DeterministicPose.zip", "DownloadLinkTesting": "https://github.com/anya-hichu/DeterministicPose/releases/download/0.0.1.0/DeterministicPose.zip",
"DownloadLinkUpdate": "https://github.com/anya-hichu/DeterministicPose/releases/download/0.0.0.4/DeterministicPose.zip", "DownloadLinkUpdate": "https://github.com/anya-hichu/DeterministicPose/releases/download/0.0.1.0/DeterministicPose.zip",
"DownloadCount": 0, "DownloadCount": 0,
"LastUpdated": "0" "LastUpdated": "0"
}, },