diff --git a/Glamourer/Api/GlamourerIpc.ApiVersions.cs b/Glamourer/Api/GlamourerIpc.ApiVersions.cs index beea408..7c74d62 100644 --- a/Glamourer/Api/GlamourerIpc.ApiVersions.cs +++ b/Glamourer/Api/GlamourerIpc.ApiVersions.cs @@ -18,7 +18,6 @@ public partial class GlamourerIpc public static FuncSubscriber<(int Major, int Minor)> ApiVersionsSubscriber(DalamudPluginInterface pi) => new(pi, LabelApiVersions); - [Obsolete($"This call is obsolete, please use {nameof(ApiVersions)} instead.")] public int ApiVersion() => CurrentApiVersionMajor; diff --git a/Glamourer/Glamourer.json b/Glamourer/Glamourer.json index 8a628d1..38643d2 100644 --- a/Glamourer/Glamourer.json +++ b/Glamourer/Glamourer.json @@ -5,7 +5,7 @@ "Description": "Adds functionality to change and store appearance of players, customization and equip. Requires Penumbra to be installed and activated to work. Can also add preview options to the Changed Items tab for Penumbra.", "Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ], "InternalName": "Glamourer", - "AssemblyVersion": "0.1.1.5", + "AssemblyVersion": "0.2.0.0", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 8, diff --git a/GlamourerTest.zip b/GlamourerTest.zip new file mode 100644 index 0000000..71b37c7 Binary files /dev/null and b/GlamourerTest.zip differ diff --git a/repo.json b/repo.json index a37e3db..145dc6c 100644 --- a/repo.json +++ b/repo.json @@ -7,7 +7,7 @@ "Tags": [ "Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character" ], "InternalName": "Glamourer", "AssemblyVersion": "0.1.1.5", - "TestingAssemblyVersion": "0.1.1.5", + "TestingAssemblyVersion": "0.2.0.0", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 8, @@ -17,6 +17,7 @@ "LastUpdate": 1618608322, "DownloadLinkInstall": "https://github.com/Ottermandias/Glamourer/raw/main/Glamourer.zip", "DownloadLinkUpdate": "https://github.com/Ottermandias/Glamourer/raw/main/Glamourer.zip", + "DownloadLinkTesting": "https://github.com/Ottermandias/Glamourer/raw/main/GlamourerTest.zip", "IconUrl": "https://raw.githubusercontent.com/Ottermandias/Glamourer/main/images/icon.png" } ]