Merge branch 'main' into rework

# Conflicts:
#	Glamourer.zip
#	Glamourer/Glamourer.csproj
#	Glamourer/Gui/InterfaceEquipment.cs
This commit is contained in:
Ottermandias 2023-01-19 16:25:23 +01:00
commit 9c6256bf1b
3 changed files with 4 additions and 4 deletions

View file

@ -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.2",
"AssemblyVersion": "0.1.1.3",
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,

View file

@ -106,7 +106,7 @@ namespace Glamourer.Gui;
// {
// 0 => SmallClothes,
// 9903 => SmallClothesNpc,
// _ => _identifier.Identify(set, weapon, variant, slot).FirstOrDefault() ?? Unknown,
// _ => _identifier.Identify(set, weapon, variant, slot.ToSlot()).FirstOrDefault() ?? Unknown,
// };
// }
//

View file

@ -6,8 +6,8 @@
"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.2",
"TestingAssemblyVersion": "0.1.1.2",
"AssemblyVersion": "0.1.1.3",
"TestingAssemblyVersion": "0.1.1.3",
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,