Skip to content

Commit

Permalink
Merging last stable version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop authored Nov 22, 2024
1 parent 8d72ece commit 040e89d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions LM-Kit-Maestro/LM-Kit-Maestro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>

<WindowsPackageType>None</WindowsPackageType>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">15.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">24.0</SupportedOSPlatformVersion>
Expand Down
14 changes: 7 additions & 7 deletions LM-Kit-Maestro/MauiProgram.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
using CommunityToolkit.Maui;
using LMKitMaestro.Data;
using LMKitMaestro.Handlers;
using LMKitMaestro.Services;
using Microsoft.Extensions.Logging;
using LMKitMaestro.UI;
using LMKitMaestro.ViewModels;
using Majorsoft.Blazor.Components.Common.JsInterop;
using LMKitMaestro.Services;
using LMKitMaestro.Data;
using SimpleToolkit.SimpleShell;
using LMKitMaestro.Handlers;
using MetroLog.MicrosoftExtensions;
using MetroLog.Operators;
using Microsoft.Extensions.Logging;
using Majorsoft.Blazor.Components.Common.JsInterop;
using Mopups.Hosting;
using Mopups.Services;
using SimpleToolkit.SimpleShell;

namespace LMKitMaestro
namespace LMKitMaestro
{
public static class MauiProgram
{
Expand Down
2 changes: 1 addition & 1 deletion LM-Kit-Maestro/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"profiles": {
"Windows Machine": {
"commandName": "Project",
"commandName": "MsixPackage",
"nativeDebugging": false
}
}
Expand Down

0 comments on commit 040e89d

Please sign in to comment.