Skip to content

Commit 5eccdcd

Browse files
committed
IMYW
1 parent 6fc4da7 commit 5eccdcd

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,9 @@ Services:
4444
- Descriptors:
4545
- 00002902-0000-1000-8000-00805f9b34fb
4646
- 0000af30-0000-1000-8000-00805f9b34fb
47+
48+
49+
## Thanks
50+
- [offe](https://github.com/offe) - Thank you for your protocol work and the tips on how to snoop on and analyze Bluetooth communication on Android.
51+
- Turbo - You are my sunshine. This project is dedicated to you.
52+
- Babe - I love you to the moon and back.

SpawnDev.MatrixLEDDisplay.Demo/Pages/MediaItem.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
{
7676
options.Add(new ContextMenuItem()
7777
{
78-
Text = $"Remove",
78+
Text = "Remove",
7979
Icon = "delete",
8080
Value = async () =>
8181
{

SpawnDev.MatrixLEDDisplay/SpawnDev.MatrixLEDDisplay.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>0.0.1</Version>
7+
<Version>0.0.2</Version>
88
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<EmbedAllSources>true</EmbedAllSources>
@@ -34,7 +34,7 @@
3434
</ItemGroup>
3535

3636
<ItemGroup>
37-
<PackageReference Include="SpawnDev.BlazorJS" Version="2.29.0" />
37+
<PackageReference Include="SpawnDev.BlazorJS" Version="2.36.0" />
3838
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.11" />
3939
</ItemGroup>
4040

0 commit comments

Comments
 (0)