Skip to content

Commit

Permalink
release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miyaji255 committed Jun 12, 2023
1 parent 06b300c commit f48ba79
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 17 deletions.
12 changes: 12 additions & 0 deletions EasyPlot.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|arm64 = Debug|arm64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|arm64 = Release|arm64
Release|x64 = Release|x64
Release|x86 = Release|x86
Expand All @@ -22,6 +24,9 @@ Global
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Debug|Any CPU.ActiveCfg = Debug|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Debug|Any CPU.Build.0 = Debug|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Debug|Any CPU.Deploy.0 = Debug|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Debug|ARM.ActiveCfg = Debug|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Debug|ARM.Build.0 = Debug|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Debug|ARM.Deploy.0 = Debug|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Debug|arm64.ActiveCfg = Debug|arm64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Debug|arm64.Build.0 = Debug|arm64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Debug|arm64.Deploy.0 = Debug|arm64
Expand All @@ -34,6 +39,9 @@ Global
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Release|Any CPU.ActiveCfg = Release|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Release|Any CPU.Build.0 = Release|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Release|Any CPU.Deploy.0 = Release|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Release|ARM.ActiveCfg = Release|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Release|ARM.Build.0 = Release|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Release|ARM.Deploy.0 = Release|x64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Release|arm64.ActiveCfg = Release|arm64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Release|arm64.Build.0 = Release|arm64
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Release|arm64.Deploy.0 = Release|arm64
Expand All @@ -45,6 +53,8 @@ Global
{B5478F20-6EEA-4E63-A93D-ABA24B059B35}.Release|x86.Deploy.0 = Release|x86
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Debug|ARM.ActiveCfg = Debug|Any CPU
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Debug|ARM.Build.0 = Debug|Any CPU
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Debug|arm64.ActiveCfg = Debug|arm64
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Debug|arm64.Build.0 = Debug|arm64
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Debug|x64.ActiveCfg = Debug|x64
Expand All @@ -53,6 +63,8 @@ Global
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Debug|x86.Build.0 = Debug|x86
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Release|Any CPU.Build.0 = Release|Any CPU
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Release|ARM.ActiveCfg = Release|Any CPU
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Release|ARM.Build.0 = Release|Any CPU
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Release|arm64.ActiveCfg = Release|arm64
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Release|arm64.Build.0 = Release|arm64
{1436CA9A-B9B4-4C50-BD11-960FC8DB3CF4}.Release|x64.ActiveCfg = Release|x64
Expand Down
12 changes: 9 additions & 3 deletions EasyPlot/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;

namespace EasyPlot;

Expand Down Expand Up @@ -87,10 +88,15 @@ public App()
UnhandledException += App_UnhandledException;
}

private void App_UnhandledException(object sender, Microsoft.UI.Xaml.UnhandledExceptionEventArgs e)
private async void App_UnhandledException(object sender, Microsoft.UI.Xaml.UnhandledExceptionEventArgs e)
{
// TODO: Log and handle exceptions as appropriate.
// https://docs.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.application.unhandledexception.
var dialog = new ContentDialog
{
Title = "不明なエラーが発生しました",
Content = $"{e.Message}\n{e.Exception.StackTrace}",
CloseButtonText = "Ok"
};
await dialog.ShowAsync();
}

protected async override void OnLaunched(LaunchActivatedEventArgs args)
Expand Down
6 changes: 4 additions & 2 deletions EasyPlot/EasyPlot.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
Expand All @@ -12,7 +12,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<UseWinUI>true</UseWinUI>
<GenerateAppInstallerFile>True</GenerateAppInstallerFile>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxSymbolPackageEnabled>False</AppxSymbolPackageEnabled>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
Expand All @@ -21,6 +21,8 @@
<PackageCertificateThumbprint>55C2EC7BEC9FC97A601C6229C333D4EF89E30819</PackageCertificateThumbprint>
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<PlatformTarget>x64</PlatformTarget>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
<AppxBundle>Never</AppxBundle>
</PropertyGroup>
<ItemGroup>
<Content Remove="Assets\Icon\icon.pdf" />
Expand Down
2 changes: 1 addition & 1 deletion EasyPlot/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Identity
Name="7c0b174b-5c8b-458c-b612-132edb03a36e"
Publisher="CN=OUCC"
Version="0.3.0.0" />
Version="0.3.1.0" />

<mp:PhoneIdentity PhoneProductId="7c0b174b-5c8b-458c-b612-132edb03a36e" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>

Expand Down
21 changes: 10 additions & 11 deletions EasyPlot/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
"profiles": {
"EasyPlot (Package)": {
"commandName": "MsixPackage",
"commandLineArgs": "", /* Command line arguments to pass to the app. */
"alwaysReinstallApp": false, /* Uninstall and then reinstall the app. All information about the app state is deleted. */
"remoteDebugEnabled": false, /* Indicates that the debugger should attach to a process on a remote machine. */
"allowLocalNetworkLoopbackProperty": true, /* Allow the app to make network calls to the device it is installed on. */
"authenticationMode": "Windows", /* The authentication scheme to use when connecting to the remote machine. */
"doNotLaunchApp": false, /* Do not launch the app, but debug my code when it starts. */
"remoteDebugMachine": "", /* The name of the remote machine. */
"nativeDebugging": false /* Enable debugging for managed and native code together, also known as mixed-mode debugging. */
"alwaysReinstallApp": false,
"remoteDebugEnabled": false,
"allowLocalNetworkLoopbackProperty": true,
"authenticationMode": "Windows",
"doNotLaunchApp": false,
"remoteDebugMachine": "",
"nativeDebugging": false
},
"EasyPlot (Unpackaged)": {
"commandName": "Project"
}
"EasyPlot (Unpackaged)": {
"commandName": "Project"
}
}
}

0 comments on commit f48ba79

Please sign in to comment.