Skip to content

Commit 8c96939

Browse files
committed
Release v2.5.4
1 parent b7050c6 commit 8c96939

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ body:
3232
description: Specify the version of AdvancedSharpAdbClient you're using.
3333
options:
3434
- "Latest Source"
35+
- "2.5.4"
3536
- "2.5.3"
3637
- "2.5.2"
3738
- "2.5.1"

AdvancedSharpAdbClient/AdvancedSharpAdbClient.csproj

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2020
<TargetFrameworks>net3.5-client;net4.0-client;net4.5.2;net4.6.2;net4.7.2;net4.8.1;net6.0;netcoreapp3.1;netstandard1.3;netstandard2.0</TargetFrameworks>
2121
<Title>.NET client for adb, Android Debug Bridge (AdvancedSharpAdbClient)</Title>
22-
<VersionPrefix>2.5.3</VersionPrefix>
22+
<VersionPrefix>2.5.4</VersionPrefix>
2323
</PropertyGroup>
2424

2525
<PropertyGroup Condition="'$(TargetFramework)' == 'netcore50'">
@@ -53,25 +53,22 @@
5353

5454
<ItemGroup Condition="'$(TargetFramework)' == 'net4.5.2'">
5555
<PackageReference Include="System.Buffers" Version="4.5.1" />
56-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.1.2" />
5756
</ItemGroup>
5857

5958
<ItemGroup Condition="'$(TargetFramework)' == 'net4.6.2'">
6059
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
6160
</ItemGroup>
6261

63-
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'
64-
or '$(TargetFramework)' == 'netcoreapp3.1'
65-
or '$(TargetFramework)' == 'netstandard2.0'">
66-
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
67-
</ItemGroup>
68-
6962
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
7063
<PackageReference Include="System.Buffers" Version="4.5.1" />
71-
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
7264
<PackageReference Include="System.Drawing-dotnet-core" Version="1.2.3" />
73-
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
65+
<PackageReference Include="System.Net.Sockets" Version="4.3.0" />
7466
<PackageReference Include="System.Runtime.Serialization.Formatters" Version="4.3.0" />
67+
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
68+
</ItemGroup>
69+
70+
<ItemGroup Condition="'$(TargetFramework)' == 'net4.5.2'
71+
or '$(TargetFramework)' == 'netstandard1.3'">
7572
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="1.1.2" />
7673
</ItemGroup>
7774

@@ -84,6 +81,12 @@
8481
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
8582
</ItemGroup>
8683

84+
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'
85+
or '$(TargetFramework)' == 'netcoreapp3.1'
86+
or '$(TargetFramework)' == 'netstandard2.0'">
87+
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
88+
</ItemGroup>
89+
8790
<PropertyGroup Condition="'$(TargetFramework)' != 'net3.5-client'
8891
and '$(TargetFramework)' != 'net4.0-client'">
8992
<DefineConstants>$(DefineConstants);HAS_LOGGER</DefineConstants>

0 commit comments

Comments
 (0)