From 0e3fc0046d2e16623525d1bdb2c25039eb6ff15b Mon Sep 17 00:00:00 2001 From: Kirurobo Date: Mon, 18 Sep 2023 21:52:41 +0900 Subject: [PATCH] Built LibUniWInC.dll --- .../Plugins/Windows/x64/LibUniWinC.dll | Bin 131584 -> 131584 bytes .../Plugins/Windows/x86/LibUniWinC.dll | Bin 93184 -> 93184 bytes VisualStudio/LibUniWinC/Resource.rc | 8 ++++---- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UniWinC/Assets/Kirurobo/UniWindowController/Runtime/Plugins/Windows/x64/LibUniWinC.dll b/UniWinC/Assets/Kirurobo/UniWindowController/Runtime/Plugins/Windows/x64/LibUniWinC.dll index 19474742596f1e9e23a53791851d5f308c2af658..ecdaaa2ce975b1f703cf3c5f3716866ee1e6aa84 100644 GIT binary patch delta 102 zcmZo@;b>^#*dW2ka>kw`wONL7y9^`aj76#-9s>~Y0`UhX28M?Hj0_FS89_n}Fgd=- ohRo{QmM~rm;ACRp1WPe(zyF1im66eC`_r$C(IDFKJL7&X00u%Cx&QzG delta 102 zcmZo@;b>^#*dW2k@`WuZrCEk?y9^`aj76#-9s>~Y0`UhX28M?Hj0_FS89_n}Fgd=- ohRo{QmM~rm;ACXr1WPe)zyF1im66eK`_r$C(IDFKJL7&X05uL8UH||9 diff --git a/UniWinC/Assets/Kirurobo/UniWindowController/Runtime/Plugins/Windows/x86/LibUniWinC.dll b/UniWinC/Assets/Kirurobo/UniWindowController/Runtime/Plugins/Windows/x86/LibUniWinC.dll index 855723467f2fb047b8c50e1e20e45d90aa99caf4..068fbf24b09d80f36b1f59ef47472eefd9b9e1a6 100644 GIT binary patch delta 103 zcmZp;!P;~Y0`UF0%3}@Ug0ssZC7r_7k delta 103 zcmZp;!P;~Y0`UF0%3}@Ug0ssd17sdbp diff --git a/VisualStudio/LibUniWinC/Resource.rc b/VisualStudio/LibUniWinC/Resource.rc index 20c85ec..92907e0 100644 --- a/VisualStudio/LibUniWinC/Resource.rc +++ b/VisualStudio/LibUniWinC/Resource.rc @@ -51,8 +51,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,9,1,0 - PRODUCTVERSION 0,9,1,0 + FILEVERSION 0,9,2,0 + PRODUCTVERSION 0,9,2,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -69,12 +69,12 @@ BEGIN BEGIN VALUE "CompanyName", "Kirurobo" VALUE "FileDescription", "Window API wrapper" - VALUE "FileVersion", "0.9.1.0" + VALUE "FileVersion", "0.9.2.0" VALUE "InternalName", "LibUniWinC.dll" VALUE "LegalCopyright", "Copyright (C) 2019-2023 Kirurobo" VALUE "OriginalFilename", "LibUniWinC.dll" VALUE "ProductName", "LibUniWinC" - VALUE "ProductVersion", "0.9.1.0" + VALUE "ProductVersion", "0.9.2.0" END END BLOCK "VarFileInfo"