From 63cfe1ad9246afc2364f76cf4829c9bd81307055 Mon Sep 17 00:00:00 2001 From: wherewhere Date: Wed, 19 Jul 2023 15:53:19 +0800 Subject: [PATCH] Change some configs --- ...vancedSharpAdbClient.WinRT.Tests.exe.manifest | 16 ++++++++++++++++ .../Logs/NamespaceDoc.cs | 15 +++++++++++++++ Directory.Build.props | 8 ++++---- README.md | 1 - 4 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 AdvancedSharpAdbClient.WinRT/Logs/NamespaceDoc.cs diff --git a/AdvancedSharpAdbClient.WinRT.Tests/AdvancedSharpAdbClient.WinRT.Tests.exe.manifest b/AdvancedSharpAdbClient.WinRT.Tests/AdvancedSharpAdbClient.WinRT.Tests.exe.manifest index d99cf66..9adff14 100644 --- a/AdvancedSharpAdbClient.WinRT.Tests/AdvancedSharpAdbClient.WinRT.Tests.exe.manifest +++ b/AdvancedSharpAdbClient.WinRT.Tests/AdvancedSharpAdbClient.WinRT.Tests.exe.manifest @@ -14,6 +14,10 @@ name="AdvancedSharpAdbClient.WinRT.AdbServer" threadingModel="both" xmlns="urn:schemas-microsoft-com:winrt.v1" /> + + + + \ No newline at end of file diff --git a/AdvancedSharpAdbClient.WinRT/Logs/NamespaceDoc.cs b/AdvancedSharpAdbClient.WinRT/Logs/NamespaceDoc.cs new file mode 100644 index 0000000..91972e5 --- /dev/null +++ b/AdvancedSharpAdbClient.WinRT/Logs/NamespaceDoc.cs @@ -0,0 +1,15 @@ +// +// Copyright (c) The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere. All rights reserved. +// + +using System.Runtime.CompilerServices; + +namespace AdvancedSharpAdbClient.WinRT.Logs +{ + /// + /// The classes in this namespace provide access to the Android system log. + /// + /// Copyright (c) The Android Open Source Project, Ryan Conrad, Quamotion, yungd1plomat, wherewhere. All rights reserved. + [CompilerGenerated] + internal class NamespaceDoc { } +} diff --git a/Directory.Build.props b/Directory.Build.props index 709d781..423ada6 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,16 +11,16 @@ True latest Icon.png - https://raw.githubusercontent.com/yungd1plomat/AdvancedSharpAdbClient/main/logo.png + https://raw.githubusercontent.com/yungd1plomat/AdvancedSharpAdbClient/winrt/logo.png Apache-2.0 - https://github.com/yungd1plomat/AdvancedSharpAdbClient + https://github.com/yungd1plomat/AdvancedSharpAdbClient/tree/winrt True https://github.com/yungd1plomat/AdvancedSharpAdbClient/releases - Android;ADB;Communicate;UWP;Xamarin;MAUI;WinUI;Mono;Unity;SharpAdbClient;AdvancedSharpAdbClient + Android;ADB;Communicate;WinRT;CPP;UWP;WinUI;COM;SharpAdbClient;AdvancedSharpAdbClient git AdvancedSharpAdbClient: A .NET client for the Android Debug Bridge (adb) True - https://github.com/yungd1plomat/AdvancedSharpAdbClient + https://github.com/yungd1plomat/AdvancedSharpAdbClient/tree/winrt .NET client for adb, Android Debug Bridge (AdvancedSharpAdbClient) 0.0.1 diff --git a/README.md b/README.md index 7300bf0..ac67406 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ It's a WinRT package of [AdvancedSharpAdbClient](https://github.com/yungd1plomat ## Support Platform - UAP 10.0 -- UAP 10.0.15138.0 - .NET 6.0 - Windows 10.0.18362.0 ## Installation