Skip to content

Commit 8270083

Browse files
committed
Release v2.5.5
1 parent e4d83fd commit 8270083

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
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.5"
3536
- "2.5.4"
3637
- "2.5.3"
3738
- "2.5.2"

AdvancedSharpAdbClient.Tests/AdvancedSharpAdbClient.Tests.csproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,15 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9+
<PackageReference Include="coverlet.msbuild" Version="3.2.0" PrivateAssets="all">
10+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
11+
</PackageReference>
912
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
1013
<PackageReference Include="Moq" Version="4.18.4" />
1114
<PackageReference Include="xunit" Version="2.4.2" />
1215
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5" PrivateAssets="all">
1316
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1417
</PackageReference>
15-
<PackageReference Include="coverlet.msbuild" Version="3.2.0" PrivateAssets="all">
16-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
17-
</PackageReference>
18-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="all">
19-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
20-
</PackageReference>
2118
</ItemGroup>
2219

2320
<ItemGroup>

Directory.Build.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
<PropertyGroup>
44
<AssemblyTitle>.NET client for adb, the Android Debug Bridge (AdvancedSharpAdbClient)</AssemblyTitle>
55
<Authors>The Android Open Source Project, Ryan Conrad, Quamotion and improved by yungd1plomat, wherewhere</Authors>
6+
<ContinuousIntegrationBuild>True</ContinuousIntegrationBuild>
67
<Copyright>https://github.com/quamotion/madb</Copyright>
78
<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>
9+
<Deterministic>True</Deterministic>
10+
<EmbedUntrackedSources>True</EmbedUntrackedSources>
811
<GenerateDocumentationFile>True</GenerateDocumentationFile>
912
<IncludeSymbols>True</IncludeSymbols>
1013
<LangVersion>latest</LangVersion>
@@ -18,7 +21,7 @@
1821
<RepositoryUrl>https://github.com/yungd1plomat/AdvancedSharpAdbClient</RepositoryUrl>
1922
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2023
<Title>.NET client for adb, Android Debug Bridge (AdvancedSharpAdbClient)</Title>
21-
<VersionPrefix>2.5.4</VersionPrefix>
24+
<VersionPrefix>2.5.5</VersionPrefix>
2225
</PropertyGroup>
2326

2427
<PropertyGroup>

0 commit comments

Comments
 (0)