Skip to content

Commit

Permalink
Updated logo and added readme to package
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianSuess committed Sep 8, 2024
1 parent de822ea commit b3fefdd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Linux Bluetooth Library for .NET

> ## Announcement
>
> _The next generation of the [Plugin.BlueZ](https://github.com/SuessLabs/Plugin.BlueZ) library!_
![img](images/Linux.Bluetooth-128x128.png)

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.

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

* Linux
* .NET 6, 7, or 8
* .NET 6, 7, and 8

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

Expand Down
Binary file added images/Linux.Bluetooth-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Linux.Bluetooth-Logo-128x128.xcf
Binary file not shown.
Binary file added images/Linux.Bluetooth-Logo.xcf
Binary file not shown.
2 changes: 1 addition & 1 deletion script/Linux.Bluetooth.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Linux.Bluetooth</id>
<version>5.67.0</version>
<version>5.67.1</version>
<title>Linux Bluetooth Library for .NET</title>
<description>Linux Bluetooth and Bluetooth LE library for .NET.</description>
<tags>Linux Bluetooth BlueZ dotnet net dbus tmds-dbus net-core netstandard BluetoothLowEnergy BLE BluetoothLE SuessLabs Suess Xeno Innovations</tags>
Expand Down
18 changes: 15 additions & 3 deletions src/Linux.Bluetooth/Linux.Bluetooth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
<!-- NuGet -->
<PropertyGroup>
<PackageId>Linux.Bluetooth</PackageId>
<Version>5.67.0</Version>
<Version>5.67.1</Version>
<Authors>Xeno Innovations</Authors>
<Title>Linux.Bluetooth Linux Bluetooth LE library</Title>
<Title>Linux.Bluetooth - Linux Bluetooth LE library</Title>
<Description>Linux Bluetooth LE library for .NET using BlueZ D-Bus.</Description>
<PackageTags>BlueZ;dotnet;net-core;netstandard;Bluetooth;BluetoothLowEnergy;BLE;SuessLabs;XenoInnovations;Xeno;Suess</PackageTags>
<PackageTags>Linux;Bluetooth;BlueZ;dotnet;net;dbus;tmds-dbus;net-core;netstandard;BluetoothLowEnergy;BLE;BluetoothLE;SuessLabs;Suess;Xeno Innovations</PackageTags>
<RepositoryUrl>https://github.com/SuessLabs/Linux.Bluetooth</RepositoryUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -23,8 +23,20 @@
<Copyright>Copyright 2024 Xeno Innovations, Inc.</Copyright>
<PackageProjectUrl>https://github.com/SuessLabs/Linux.Bluetooth</PackageProjectUrl>
<PackageReleaseNotes>Upgraded DBus support.</PackageReleaseNotes>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>Linux.Bluetooth-128x128.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\images\Linux.Bluetooth-128x128.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Tmds.DBus" Version="0.20.0" />
<!--<DotNetCliToolReference Include="Tmds.DBus.Tool" Version="0.20.0" />-->
Expand Down

0 comments on commit b3fefdd

Please sign in to comment.