diff --git a/Glamourer/Api/GlamourerIpc.GetCustomization.cs b/Glamourer/Api/GlamourerIpc.GetCustomization.cs
index de56904..3e8794c 100644
--- a/Glamourer/Api/GlamourerIpc.GetCustomization.cs
+++ b/Glamourer/Api/GlamourerIpc.GetCustomization.cs
@@ -1,4 +1,5 @@
-using System.Collections.Generic;
+using System.Buffers.Text;
+using System.Collections.Generic;
using System.Linq;
using Dalamud.Game.ClientState.Objects.Types;
using Dalamud.Plugin;
@@ -45,7 +46,6 @@ public partial class GlamourerIpc
return null;
}
- return DesignBase64Migration.CreateOldBase64(state.ModelData, EquipFlagExtensions.All, CustomizeFlagExtensions.All, true, true,
- true, false);
+ return _designConverter.ShareBase64(state);
}
}
diff --git a/Glamourer/Glamourer.csproj b/Glamourer/Glamourer.csproj
index 752b071..81cdd6c 100644
--- a/Glamourer/Glamourer.csproj
+++ b/Glamourer/Glamourer.csproj
@@ -5,8 +5,8 @@
x64
Glamourer
Glamourer
- 0.2.0.17
- 0.2.0.17
+ 0.2.0.18
+ 0.2.0.18
SoftOtter
Glamourer
Copyright © 2020
diff --git a/Glamourer/Glamourer.json b/Glamourer/Glamourer.json
index 38b77a3..a1d0c7d 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.2.0.17",
+ "AssemblyVersion": "0.2.0.18",
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,
diff --git a/GlamourerTest.zip b/GlamourerTest.zip
index 47ee11e..ddc5dc9 100644
Binary files a/GlamourerTest.zip and b/GlamourerTest.zip differ
diff --git a/repo.json b/repo.json
index db91430..eda4136 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.3.2",
- "TestingAssemblyVersion": "0.2.0.17",
+ "TestingAssemblyVersion": "0.2.0.18",
"RepoUrl": "https://github.com/Ottermandias/Glamourer",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,