File tree Expand file tree Collapse file tree
SpawnDev.MatrixLEDDisplay.Demo/Pages
SpawnDev.MatrixLEDDisplay Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 7575 {
7676 options .Add (new ContextMenuItem ()
7777 {
78- Text = $ " Remove" ,
78+ Text = " Remove" ,
7979 Icon = " delete" ,
8080 Value = async () =>
8181 {
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments