Skip to content

Commit 9cda546

Browse files
chore(main): release 1.10.2 (#109)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6365bd0 commit 9cda546

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.1"
2+
".": "1.10.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.10.2](https://github.com/rosslight/Darp.Ble/compare/v1.10.1...v1.10.2) (2026-04-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Properly propagate transport errors ([#110](https://github.com/rosslight/Darp.Ble/issues/110)) ([bbc293b](https://github.com/rosslight/Darp.Ble/commit/bbc293b65df6a91fdb996a9b8d773b9a9a5c2760))
9+
* Throw targeted exceptions if disconnection event occurs ([#108](https://github.com/rosslight/Darp.Ble/issues/108)) ([deb60ca](https://github.com/rosslight/Darp.Ble/commit/deb60ca22568661dafb107875b7e522356f63f71))
10+
311
## [1.10.1](https://github.com/rosslight/Darp.Ble/compare/v1.10.0...v1.10.1) (2026-01-20)
412

513

src/Directory.Build.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
2-
<Import Project="../Directory.Build.props" />
2+
<Import Project="../Directory.Build.props"/>
33
<PropertyGroup>
44
<AnalysisLevel>latest-all</AnalysisLevel>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -11,11 +11,11 @@
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<PackageTags>BLE,communication,near-field,nordic,nrf52840,hci,windows,android</PackageTags>
1313
<!-- Version applied to all the packages. Automatically updated by release-please -->
14-
<Version>1.10.1</Version>
14+
<Version>1.10.2</Version>
1515
</PropertyGroup>
1616
<ItemGroup>
17-
<None Include="../../README.md" Pack="true" PackagePath="/" />
18-
<None Include="../../LICENSE.md" Pack="true" PackagePath="/" />
19-
<None Include="../../LICENSE-COMMERCIAL.md" Pack="true" PackagePath="/" />
17+
<None Include="../../README.md" Pack="true" PackagePath="/"/>
18+
<None Include="../../LICENSE.md" Pack="true" PackagePath="/"/>
19+
<None Include="../../LICENSE-COMMERCIAL.md" Pack="true" PackagePath="/"/>
2020
</ItemGroup>
2121
</Project>

0 commit comments

Comments
 (0)