We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1131f commit e0f04cfCopy full SHA for e0f04cf
.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -32,6 +32,7 @@ body:
32
description: Specify the version of AdvancedSharpAdbClient you're using.
33
options:
34
- "Latest Source"
35
+ - "2.5.7"
36
- "2.5.6"
37
- "2.5.5"
38
- "2.5.4"
Directory.Build.props
@@ -24,7 +24,7 @@
24
<RepositoryUrl>https://github.com/yungd1plomat/AdvancedSharpAdbClient</RepositoryUrl>
25
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
26
<Title>.NET client for adb, Android Debug Bridge (AdvancedSharpAdbClient)</Title>
27
- <VersionPrefix>2.5.6</VersionPrefix>
+ <VersionPrefix>2.5.7</VersionPrefix>
28
</PropertyGroup>
29
30
<PropertyGroup>
0 commit comments