File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Properties/PublishProfiles Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ public static class Assembly
66 {
77 private static readonly bool m_x64Bit = true ;
88 private static readonly string m_title = "ItsBranK's Signature Maker" ;
9- private static readonly string m_version = "2.7 " ;
9+ private static readonly string m_version = "2.8 " ;
1010
1111 public static bool Is64Bit ( ) { return m_x64Bit ; }
1212 public static string GetTitle ( ) { return ( m_title + ( Is64Bit ( ) ? " (x64)" : " (x86)" ) ) ; }
Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
66 <PropertyGroup >
77 <Configuration >Release</Configuration >
88 <Platform >x86</Platform >
9- <PublishDir >bin\Release\net8.0-86 \publish\</PublishDir >
9+ <PublishDir >bin\Release\net9.0 \publish\win-x64 \</PublishDir >
1010 <PublishProtocol >FileSystem</PublishProtocol >
11- <TargetFramework >net8 .0-windows10.0.17763.0</TargetFramework >
11+ <TargetFramework >net9 .0-windows10.0.17763.0</TargetFramework >
1212 <RuntimeIdentifier >win-x86</RuntimeIdentifier >
1313 <SelfContained >false</SelfContained >
1414 <PublishSingleFile >true</PublishSingleFile >
15- <PublishReadyToRun >false </PublishReadyToRun >
15+ <PublishReadyToRun >true </PublishReadyToRun >
1616 </PropertyGroup >
1717</Project >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
44-->
55<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
66 <PropertyGroup >
7- <History >True|2024-01-03T14:13:36.9116636Z;True|2024-01-03T09:12:25.0078211-05:00;True|2024-01-02T06:11:51.2090868-05:00;True|2024-01-02T06:11:17.0192459-05:00;True|2024-01-02T06:10:24.6432515-05:00;True|2023-11-17T03:56:43.1187389-05:00;True|2023-11-17T03:55:55.2557817-05:00;False|2023-11-17T03:55:28.1308534-05:00;False|2023-11-17T03:54:58.9536607-05:00;True|2023-04-10T23:56:02.0114118-04:00;True|2023-04-10T23:55:19.0304802-04:00;True|2023-04-10T23:55:06.6368448-04:00;True|2022-11-21T10:24:54.4284187-05:00;True|2022-11-21T10:22:57.8843662-05:00;True|2022-11-21T10:19:51.9236461-05:00;True|2022-11-21T10:18:36.8194857-05:00;True|2022-11-21T10:16:57.7562726-05:00;True|2022-11-21T10:16:14.0231236-05:00;True|2022-11-21T10:15:41.4721330-05:00;False|2022-11-18T19:37:43.6435707-05:00;True|2021-08-21T02:27:51.1206830-04:00;True|2021-08-21T02:26:17.1459282-04:00;True|2021-08-21T02:22:34.5377495-04:00;</History >
7+ <History>True|2024-12-20T09:37:17.3992081Z||;True|2024-12-20T04:36:26.4466867-05:00||;True|2024-12-20T04:35:40.6993351-05:00||;True|2024-01-03T09:13:36.9116636-05:00||;True|2024-01-03T09:12:25.0078211-05:00||;True|2024-01-02T06:11:51.2090868-05:00||;True|2024-01-02T06:11:17.0192459-05:00||;True|2024-01-02T06:10:24.6432515-05:00||;True|2023-11-17T03:56:43.1187389-05:00||;True|2023-11-17T03:55:55.2557817-05:00||;False|2023-11-17T03:55:28.1308534-05:00||;False|2023-11-17T03:54:58.9536607-05:00||;True|2023-04-10T23:56:02.0114118-04:00||;True|2023-04-10T23:55:19.0304802-04:00||;True|2023-04-10T23:55:06.6368448-04:00||;True|2022-11-21T10:24:54.4284187-05:00||;True|2022-11-21T10:22:57.8843662-05:00||;True|2022-11-21T10:19:51.9236461-05:00||;True|2022-11-21T10:18:36.8194857-05:00||;True|2022-11-21T10:16:57.7562726-05:00||;True|2022-11-21T10:16:14.0231236-05:00||;True|2022-11-21T10:15:41.4721330-05:00||;False|2022-11-18T19:37:43.6435707-05:00||;True|2021-08-21T02:27:51.1206830-04:00||;True|2021-08-21T02:26:17.1459282-04:00||;True|2021-08-21T02:22:34.5377495-04:00||;</History>
88 <LastFailureDetails />
99 </PropertyGroup >
1010</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >WinExe</OutputType >
4- <TargetFramework >net8 .0-windows10.0.17763.0</TargetFramework >
4+ <TargetFramework >net9 .0-windows10.0.17763.0</TargetFramework >
55 <UseWindowsForms >true</UseWindowsForms >
66 <Platforms >AnyCPU;x64;x86</Platforms >
77 <ApplicationIcon >Search.ico</ApplicationIcon >
You can’t perform that action at this time.
0 commit comments