From b1b1cf2e9b624e285d520876ca277317ae477a91 Mon Sep 17 00:00:00 2001 From: Jung Hyun Nam Date: Sun, 3 Sep 2023 21:40:01 +0900 Subject: [PATCH] =?UTF-8?q?1.9.1=20=EC=B6=9C=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Hostess/Properties/AssemblyInfo.cs | 4 +-- src/Hostess/app.manifest | 2 +- src/Loom/Loom.csproj | 6 ++++- src/Loom/app.manifest | 24 ++++++++++++++++++ .../Properties/AssemblyInfo.cs | 25 +++++++++++-------- .../Properties/AssemblyInfo.cs | 4 +-- src/TableCloth/TableCloth.csproj | 2 +- src/TableCloth/app.manifest | 2 +- 8 files changed, 50 insertions(+), 19 deletions(-) create mode 100644 src/Loom/app.manifest diff --git a/src/Hostess/Properties/AssemblyInfo.cs b/src/Hostess/Properties/AssemblyInfo.cs index 1847685a..506f078f 100644 --- a/src/Hostess/Properties/AssemblyInfo.cs +++ b/src/Hostess/Properties/AssemblyInfo.cs @@ -8,8 +8,8 @@ [assembly: AssemblyProduct("TableCloth")] [assembly: AssemblyCopyright("(c) rkttu.com, 2021")] [assembly: AssemblyTrademark("TableCloth")] -[assembly: AssemblyVersion("1.9.0.0")] -[assembly: AssemblyFileVersion("1.9.0.0")] +[assembly: AssemblyVersion("1.9.1.0")] +[assembly: AssemblyFileVersion("1.9.1.0")] [assembly: Guid("36e7b617-ca94-4ecb-ad65-39fe94ce265b")] [assembly: ComVisible(true)] diff --git a/src/Hostess/app.manifest b/src/Hostess/app.manifest index dad78fa8..97e96a34 100644 --- a/src/Hostess/app.manifest +++ b/src/Hostess/app.manifest @@ -1,6 +1,6 @@  - + diff --git a/src/Loom/Loom.csproj b/src/Loom/Loom.csproj index e9803a9c..bab5ccac 100644 --- a/src/Loom/Loom.csproj +++ b/src/Loom/Loom.csproj @@ -2,10 +2,14 @@ Exe - net6.0 + net6.0-windows10.0.18362.0 enable enable ARM64;x64 + False + Loom + 1.9.1.0 + 1.9.1.0 diff --git a/src/Loom/app.manifest b/src/Loom/app.manifest new file mode 100644 index 00000000..a193ab1c --- /dev/null +++ b/src/Loom/app.manifest @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + PerMonitorV2,PerMonitor + true + true + + + \ No newline at end of file diff --git a/src/TableCloth.ResourceBuilder/Properties/AssemblyInfo.cs b/src/TableCloth.ResourceBuilder/Properties/AssemblyInfo.cs index d165fffe..15a1533c 100644 --- a/src/TableCloth.ResourceBuilder/Properties/AssemblyInfo.cs +++ b/src/TableCloth.ResourceBuilder/Properties/AssemblyInfo.cs @@ -1,19 +1,23 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("TableCloth.ResourceBuilder")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("TableCloth.ResourceBuilder")] -[assembly: AssemblyCopyright("Copyright © 2023")] -[assembly: AssemblyTrademark("")] +[assembly: AssemblyTitle("TableCloth Resource Builder")] +[assembly: AssemblyDescription("This program is a tool that builds the resource package.")] +[assembly: AssemblyCompany("rkttu.com")] +[assembly: AssemblyProduct("TableCloth")] +[assembly: AssemblyCopyright("(c) rkttu.com, 2021")] +[assembly: AssemblyTrademark("TableCloth")] [assembly: AssemblyCulture("")] +#if DEBUG +[assembly: AssemblyConfiguration("Debug")] +#else // DEBUG +[assembly: AssemblyConfiguration("Release")] +#endif // DEBUG + // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. @@ -31,6 +35,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.9.1.0")] +[assembly: AssemblyFileVersion("1.9.1.0")] diff --git a/src/TableCloth.SetupBuilder/Properties/AssemblyInfo.cs b/src/TableCloth.SetupBuilder/Properties/AssemblyInfo.cs index 2d87dda4..ef9ba67a 100644 --- a/src/TableCloth.SetupBuilder/Properties/AssemblyInfo.cs +++ b/src/TableCloth.SetupBuilder/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.9.0.0")] -[assembly: AssemblyFileVersion("1.9.0.0")] +[assembly: AssemblyVersion("1.9.1.0")] +[assembly: AssemblyFileVersion("1.9.1.0")] diff --git a/src/TableCloth/TableCloth.csproj b/src/TableCloth/TableCloth.csproj index fe1b8e3b..addc1b63 100644 --- a/src/TableCloth/TableCloth.csproj +++ b/src/TableCloth/TableCloth.csproj @@ -13,7 +13,7 @@ TableCloth TableCloth (c) rkttu.com, 2021 - 1.9.0.0 + 1.9.1.0 https://yourtablecloth.github.io https://github.com/yourtablecloth/TableCloth git diff --git a/src/TableCloth/app.manifest b/src/TableCloth/app.manifest index 9c0ed3d4..908c9ab7 100644 --- a/src/TableCloth/app.manifest +++ b/src/TableCloth/app.manifest @@ -1,6 +1,6 @@  - +