Skip to content

Commit

Permalink
v2.8
Browse files Browse the repository at this point in the history
- Upgraded the project from `.NET 8.0` to `.NET 9.0`.
  • Loading branch information
ItsBranK committed Dec 20, 2024
1 parent e30299f commit 9cb3bc2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Framwork/Assembly.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public static class Assembly
{
private static readonly bool m_x64Bit = true;
private static readonly string m_title = "ItsBranK's Signature Maker";
private static readonly string m_version = "2.7";
private static readonly string m_version = "2.8";

public static bool Is64Bit() { return m_x64Bit; }
public static string GetTitle() { return (m_title + (Is64Bit() ? " (x64)" : " (x86)")); }
Expand Down
6 changes: 3 additions & 3 deletions Properties/PublishProfiles/FolderProfile.pubxml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<PropertyGroup>
<Configuration>Release</Configuration>
<Platform>x86</Platform>
<PublishDir>bin\Release\net8.0-86\publish\</PublishDir>
<PublishDir>bin\Release\net9.0\publish\win-x64\</PublishDir>
<PublishProtocol>FileSystem</PublishProtocol>
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
<RuntimeIdentifier>win-x86</RuntimeIdentifier>
<SelfContained>false</SelfContained>
<PublishSingleFile>true</PublishSingleFile>
<PublishReadyToRun>false</PublishReadyToRun>
<PublishReadyToRun>true</PublishReadyToRun>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Properties/PublishProfiles/FolderProfile.pubxml.user
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<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>
<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>
<LastFailureDetails />
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion SignatureMaker.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.17763.0</TargetFramework>
<TargetFramework>net9.0-windows10.0.17763.0</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<Platforms>AnyCPU;x64;x86</Platforms>
<ApplicationIcon>Search.ico</ApplicationIcon>
Expand Down

0 comments on commit 9cb3bc2

Please sign in to comment.