|
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <AssemblyTitle>.NET client for adb, the Android Debug Bridge (AdvancedSharpAdbClient)</AssemblyTitle> |
5 | | - <Authors>The Android Open Source Project, Ryan Conrad, Quamotion and improved by yungd1plomat</Authors> |
| 5 | + <Authors>The Android Open Source Project, Ryan Conrad, Quamotion and improved by yungd1plomat, wherewhere</Authors> |
6 | 6 | <Copyright>https://github.com/quamotion/madb</Copyright> |
7 | | - <Description>AdvancedSharpAdbClient is a .NET library that allows .NET and .NET Core applications to communicate with Android devices. It's improved version of SharpAdbClient.</Description> |
| 7 | + <Description>AdvancedSharpAdbClient is a .NET library that allows .NET and .NET Core applications to communicate with Android devices. It's a improved version of SharpAdbClient.</Description> |
8 | 8 | <GenerateDocumentationFile>True</GenerateDocumentationFile> |
9 | 9 | <IncludeSymbols>true</IncludeSymbols> |
10 | 10 | <LangVersion>latest</LangVersion> |
11 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 11 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
12 | 12 | <PackageProjectUrl>https://github.com/yungd1plomat/AdvancedSharpAdbClient</PackageProjectUrl> |
13 | 13 | <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
14 | | - <PackageTags>android;adb;SharpAdbClient;AdvancedSharpAdbClient;</PackageTags> |
| 14 | + <PackageTags>android;adb;SharpAdbClient;AdvancedSharpAdbClient</PackageTags> |
| 15 | + <RepositoryType>git</RepositoryType> |
15 | 16 | <Product>AdvancedSharpAdbClient: A .NET client for the Android Debug Bridge (adb)</Product> |
16 | 17 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
17 | 18 | <RepositoryUrl>https://github.com/yungd1plomat/AdvancedSharpAdbClient</RepositoryUrl> |
|
59 | 60 |
|
60 | 61 | <ItemGroup Condition="'$(TargetFramework)' == 'net6.0' |
61 | 62 | or '$(TargetFramework)' == 'netcoreapp3.1' |
62 | | - or '$(TargetFramework)' == 'netstandard2.0'"> |
| 63 | + or '$(TargetFramework)' == 'netstandard2.0'"> |
63 | 64 | <PackageReference Include="System.Drawing.Common" Version="7.0.0" /> |
64 | 65 | </ItemGroup> |
65 | 66 |
|
|
73 | 74 | </ItemGroup> |
74 | 75 |
|
75 | 76 | <ItemGroup Condition="'$(TargetFramework)' == 'net4.6.2' |
76 | | - or '$(TargetFramework)' == 'net4.7.2' |
77 | | - or '$(TargetFramework)' == 'net4.8.1' |
78 | | - or '$(TargetFramework)' == 'net6.0' |
79 | | - or '$(TargetFramework)' == 'netcoreapp3.1' |
80 | | - or '$(TargetFramework)' == 'netstandard2.0'"> |
| 77 | + or '$(TargetFramework)' == 'net4.7.2' |
| 78 | + or '$(TargetFramework)' == 'net4.8.1' |
| 79 | + or '$(TargetFramework)' == 'net6.0' |
| 80 | + or '$(TargetFramework)' == 'netcoreapp3.1' |
| 81 | + or '$(TargetFramework)' == 'netstandard2.0'"> |
81 | 82 | <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" /> |
82 | 83 | </ItemGroup> |
83 | 84 |
|
84 | 85 | <PropertyGroup Condition="'$(TargetFramework)' != 'net3.5-client' |
85 | | - and '$(TargetFramework)' != 'net4.0-client'"> |
| 86 | + and '$(TargetFramework)' != 'net4.0-client'"> |
86 | 87 | <DefineConstants>$(DefineConstants);HAS_LOGGER</DefineConstants> |
87 | 88 | </PropertyGroup> |
88 | 89 |
|
|
0 commit comments