Skip to content

Commit 2f2117d

Browse files
committed
Merge branch 'develop' into feature/BleServer
2 parents 1c16479 + c0db619 commit 2f2117d

File tree

7 files changed

+12
-16
lines changed

7 files changed

+12
-16
lines changed

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ labels: enhancement, not-reviewed
66
assignees: ''
77

88
---
9+
## Description
910

10-
_Please prove clear and concise descriptions._
11-
**Description:**
12-
As a user, I want ...
13-
14-
**Describe the solution you'd like**
11+
As a user, I'd like ... _please prove clear and concise descriptions._

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@
22
name: Issue
33
about: Create a report to help us improve
44
title: "[Issue] "
5-
labels: enhancement
5+
labels: not-reviewed
66
assignees: ''
77

88
---
9-
109
## Description
1110
A clear and concise description of what the bug is and include samples (using code blocks) if applicable.
1211

1312
## Environment
14-
* **OS:** _Windows 10, Ubuntu 22.04, etc._
15-
* **Prism.Avalonia Version:**
16-
* **Avalonia Version:**
13+
* **OS Distro:** _Ubuntu v22.04, etc._
14+
* **Linux.Bluetooth Version:**
1715

1816
## Severity (1-5)
1917
1=Low (_annoyance_), 5=High (_crashes visual studio_)

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Xeno Innovations, Inc
1+
# Copyright 2025 Xeno Innovations, Inc
22
# Template for C#
33

44
# Generic Visual Studio files

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2022-2024 Xeno Innovations, Inc.
189+
Copyright 2022-2025 Xeno Innovations, Inc.
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![img](https://raw.githubusercontent.com/SuessLabs/Linux.Bluetooth/master/images/Linux.Bluetooth-128x128.png)
44

5-
The Linux.Bluetooth library for .NET gives developers the ability to quickly stand up and interface with Linux's BLE radio with very little effort. There's no need to recall the laborious D-Bus API calls, we handle that for you.
5+
The Linux.Bluetooth library for .NET gives developers the ability to quickly stand up and interface with Linux's BLE radio with very little effort. There's no need to recall the laborious D-Bus API calls, we handle that for you. Linux.Bluetooth is used by Fortune organizations listed under the _Top 100 Fastest Growing Companies_ and the Linux layer for [InTheHand 32Feet](https://github.com/inthehand/32feet)! 🥇
66

77
[![Linux.Bluetooth NuGet Version](https://img.shields.io/nuget/v/Linux.Bluetooth)](https://www.nuget.org/packages/Linux.Bluetooth/)
88

@@ -15,7 +15,7 @@ Check out the SuessLabs article on using [Linux.Bluetooth](https://suesslabs.com
1515
## Requirements
1616

1717
* Linux
18-
* .NET 6, 7, and 8
18+
* .NET 6, 7, 8, and 9
1919

2020
_Sorry, older Mono (.NET Framework) versions are not supported._
2121

@@ -175,6 +175,7 @@ See [Contributing](./github/CONTRIBUTING.md).
175175
## Coming Soon
176176

177177
* Deprecating `Linux.Bluetooth.Extensions`. It will now just be `Linux.Bluetooth` namespace.
178+
* Wrappers to ease the learning curve
178179

179180
## Reference
180181

samples/BleTester/BleTester.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ApplicationManifest>app.manifest</ApplicationManifest>
1212
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
1313
<Authors>Damian Suess</Authors>
14-
<Copyright>Copyright 2023-2024 Xeno Innovations, Inc.</Copyright>
14+
<Copyright>Copyright 2023-2025 Xeno Innovations, Inc.</Copyright>
1515
<BaseOutputPath>..\..\output\samples\BleTester</BaseOutputPath>
1616
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
1717
</PropertyGroup>

src/Linux.Bluetooth/Linux.Bluetooth.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<EnableNETAnalyzers>True</EnableNETAnalyzers>
2121
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
2222
<BaseOutputPath>..\..\output</BaseOutputPath>
23-
<Copyright>Copyright 2024 Xeno Innovations, Inc.</Copyright>
23+
<Copyright>Copyright 2025 Xeno Innovations, Inc.</Copyright>
2424
<PackageProjectUrl>https://github.com/SuessLabs/Linux.Bluetooth</PackageProjectUrl>
2525
<PackageReleaseNotes>Upgraded DBus support.</PackageReleaseNotes>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)