From 9e7c5e9a896f05637fd7933627533d3a7e87ecf4 Mon Sep 17 00:00:00 2001 From: Ottermandias Date: Mon, 9 Jan 2023 16:15:06 +0100 Subject: [PATCH] .net7, api8, 0.1.1.2 --- Glamourer.GameData/Glamourer.GameData.csproj | 2 +- Glamourer/Glamourer.csproj | 6 +++--- Penumbra.PlayerWatch/Penumbra.PlayerWatch.csproj | 2 +- repo.json | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Glamourer.GameData/Glamourer.GameData.csproj b/Glamourer.GameData/Glamourer.GameData.csproj index af2025c..338a201 100644 --- a/Glamourer.GameData/Glamourer.GameData.csproj +++ b/Glamourer.GameData/Glamourer.GameData.csproj @@ -1,6 +1,6 @@ - net6.0-windows + net7.0-windows preview x64 Glamourer diff --git a/Glamourer/Glamourer.csproj b/Glamourer/Glamourer.csproj index e725e21..bda491c 100644 --- a/Glamourer/Glamourer.csproj +++ b/Glamourer/Glamourer.csproj @@ -1,12 +1,12 @@  - net6.0-windows + net7.0-windows preview x64 Glamourer Glamourer - 0.1.1.1 - 0.1.1.1 + 0.1.1.2 + 0.1.1.2 SoftOtter Glamourer Copyright © 2020 diff --git a/Penumbra.PlayerWatch/Penumbra.PlayerWatch.csproj b/Penumbra.PlayerWatch/Penumbra.PlayerWatch.csproj index 1b64b68..c4c3489 100644 --- a/Penumbra.PlayerWatch/Penumbra.PlayerWatch.csproj +++ b/Penumbra.PlayerWatch/Penumbra.PlayerWatch.csproj @@ -1,6 +1,6 @@ - net6.0-windows + net7.0-windows preview x64 Penumbra.PlayerWatch diff --git a/repo.json b/repo.json index 8b6e68b..a2875e4 100644 --- a/repo.json +++ b/repo.json @@ -6,11 +6,11 @@ "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.1", - "TestingAssemblyVersion": "0.1.1.1", + "AssemblyVersion": "0.1.1.2", + "TestingAssemblyVersion": "0.1.1.2", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", - "DalamudApiLevel": 7, + "DalamudApiLevel": 8, "IsHide": "False", "IsTestingExclusive": "false", "DownloadCount": 1,