Compare commits

7 Commits
main ... main

Author SHA1 Message Date
6f573a4b30 Update repo.json 2025-10-07 08:51:36 +00:00
b14ff6e3b2 update 2025-09-11 01:28:22 +01:00
72c71d5665 0.2.4 2025-09-11 01:11:57 +01:00
c6ebf2b48b I'm a moron 2025-09-10 03:05:44 +01:00
644e211173 0.2.3 2025-09-05 10:02:13 +01:00
cfca35ad6d Snowcloak 0.2.2 2025-09-03 16:16:19 +01:00
8994c62ee4 0.2.1 release 2025-09-01 21:05:52 +01:00

View File

@@ -3,8 +3,8 @@
"Author": "Eauldane", "Author": "Eauldane",
"Name": "Snowcloak Sync", "Name": "Snowcloak Sync",
"InternalName": "Snowcloak", "InternalName": "Snowcloak",
"AssemblyVersion": "0.2.0.3", "AssemblyVersion": "0.3.0",
"TestingAssemblyVersion": "0.2.0.3", "TestingAssemblyVersion": "0.3.0",
"Description": "This plugin will synchronize your Penumbra mods and current Glamourer state with other paired clients automatically.", "Description": "This plugin will synchronize your Penumbra mods and current Glamourer state with other paired clients automatically.",
"ApplicableVersion": "any", "ApplicableVersion": "any",
"RepoUrl": "https://git.snowcloak-sync.com/Eauldane/SnowcloakClient", "RepoUrl": "https://git.snowcloak-sync.com/Eauldane/SnowcloakClient",
@@ -14,13 +14,13 @@
"DalamudApiLevel": 13, "DalamudApiLevel": 13,
"TestingDalamudApiLevel": 13, "TestingDalamudApiLevel": 13,
"LoadPriority": 0, "LoadPriority": 0,
"IconUrl": "", "IconUrl": "https://git.snowcloak-sync.com/Eauldane/SnowcloakClient/raw/branch/main/MareSynchronos/images/logo.png",
"Punchline": "Social modding for the masses.", "Punchline": "Social modding for the masses.",
"IsHide": false, "IsHide": false,
"IsTestingExclusive": false, "IsTestingExclusive": false,
"CanUnloadAsync": true, "CanUnloadAsync": true,
"DownloadLinkInstall": "https://git.snowcloak-sync.com/Eauldane/SnowcloakClient/releases/download/0.2.0.3/SnowcloakClient.zip", "DownloadLinkInstall": "https://git.snowcloak-sync.com/Eauldane/SnowcloakClient/releases/download/0.3.0/SnowcloakClient.zip",
"DownloadLinkTesting": "https://git.snowcloak-sync.com/Eauldane/SnowcloakClient/releases/download/0.2.0.3/SnowcloakClient.zip", "DownloadLinkTesting": "https://git.snowcloak-sync.com/Eauldane/SnowcloakClient/releases/download/0.3.0/SnowcloakClient.zip",
"DownloadLinkUpdate": "https://git.snowcloak-sync.com/Eauldane/SnowcloakClient/releases/download/0.2.0.3/SnowcloakClient.zip" "DownloadLinkUpdate": "https://git.snowcloak-sync.com/Eauldane/SnowcloakClient/releases/download/0.3.0/SnowcloakClient.zip"
} }
] ]