Releases: SharpAdb/AdvancedSharpAdbClient
Releases · SharpAdb/AdvancedSharpAdbClient
v3.5.15
What's Changed
- Fixed "Doesn't support Russian" to "Doesn't support Unicode" by @Alex4SSB in #124
- fix(package-manager): propagate progress callback to PushAsync for detailed upload progress by @selimhaddioui in #127
- Upgrade C# language version to 14.0 by @wherewhere in #129
- Use
OperatingSystemto check platform 0340b8a - Add
DefaultInterpolatedStringHandlerforSendAdbRequestb54deb3 - Use GetType for DebuggerDisplay 3b80584
New Contributors
- @Alex4SSB made their first contribution in #124
- @selimhaddioui made their first contribution in #127
Full Changelog: v3.4.14...v3.5.15
v3.4.14
What's Changed
- Upgrade C# language version to 13.0 by @wherewhere in #115
- Remove System.Drawing.Common a314432
- Read to end when ExecuteServerCommand without receiver b56b985
- Remove XPath reference 7f7e56e
Full Changelog: v3.3.13...v3.4.14
v3.3.13
v3.3.12
What's Changed
Full Changelog: v3.2.11...v3.3.12
v3.2.11
v3.1.10
What's Changed
- Change internal using member to internal by @wherewhere in #93
- Change copyright to 'Copyright © 2021 - 2024 SharpAdb. All Rights Reserved.' by @wherewhere in #94
- Fix ExecuteRemoteCommand Enumerable disposed before loop 98748bc
- Use AdbCommandLineStatus to get adb.exe info d98dd6b
- Add ExecuteAdbCommand to run adb command 5d3462c
- Bring back Cords and Area 19d7683
Full Changelog: v3.0.9...v3.1.10
v3.0.9
Breaking Changes
- Change the namespace of Models, Receivers and Extensions 2475deb
- Remove System.Drawing.Common from non-windows platform 6000ff0
- Replace Microsoft.Extensions.Logging with custom ILogger 09d57c4
- Split the AdbClient which move Shell-Commands to DeviceClient 3c43fe2
- Rename UnixFileMode to UnixFileType f0b939f
- CrossPlatformFunc is removed 243a7ef
What's Changed
- Replace Microsoft.Extensions.Logging with custom ILogger by @wherewhere in #76
- Fix autobuild for organization by @yungd1plomat in #80
- Upgrade C# language version to 12.0 by @wherewhere in #77
- Split the AdbClient which move Shell Command to DeviceClient by @wherewhere in #86
- Use PolySharp to generate attributes by @wherewhere in #87
- Add WinRT extension for AdbClient and SyncService by @wherewhere in #89
Full Changelog: v2.5.8...v3.0.9
v2.5.8
What's Changed
- Add more virtual members to be override-able by @wherewhere in #67
- Add MIUI support and improve error handling for DumpScreen and DumpScreenString by @yungd1plomat in #68
- Replace Moq with NSubstitute by @wherewhere in #71
- Add auto-releasing and upload by @yungd1plomat in #74
- Fix bugs of #77 fixed 940082c
- Fix ReceiveAsync of .netstandard1.3
- Fix DeviceMonitor Dispose
- Fix DeviceMonitorLoop exception catch
- Catch NotSupportedException on Process.GetProcessesByName
- Fix test on Linux
New Contributors
- @yungd1plomat made their first contribution in #68
Full Changelog: v2.5.7...v2.5.8
v2.5.7
What's Changed
- Improve Windows SDK Features by @wherewhere in #58
- Add more unit tests by @wherewhere in #60
Full Changelog: v2.5.6...v2.5.7
v2.5.6
What's Changed
- Only trigger DeviceChanged event if there is a change in device state by @ztamas83 in #52
- App Status Support by @ilamp in #50
- Improve Platform Features by @wherewhere in #56
Full Changelog: v2.5.5...v2.5.6