diff --git a/JetdriveSharp.sln b/JetdriveSharp.sln index da5706c..8c9979c 100644 --- a/JetdriveSharp.sln +++ b/JetdriveSharp.sln @@ -3,13 +3,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.10.34825.169 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JetdriveSharp", "JetdriveSharp\JetdriveSharp.csproj", "{BAF4960C-A4EE-436B-9605-8D3F717D952A}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JetdriveSharp", "JetdriveSharp\JetdriveSharp.csproj", "{BAF4960C-A4EE-436B-9605-8D3F717D952A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JetdriveSharp.TestClient", "JetdriveSharp.TestClient\JetdriveSharp.TestClient.csproj", "{265EEA72-CE8C-44F5-BD6C-2203BC7CEF3C}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JetdriveSharp.TestClient", "JetdriveSharp.TestClient\JetdriveSharp.TestClient.csproj", "{265EEA72-CE8C-44F5-BD6C-2203BC7CEF3C}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{31AA7F5B-1B84-42ED-9A2F-4B9294595D24}" ProjectSection(SolutionItems) = preProject .gitignore = .gitignore + .github\workflows\dotnet.yml = .github\workflows\dotnet.yml README.md = README.md EndProjectSection EndProject diff --git a/JetdriveSharp/JetdriveSharp.csproj b/JetdriveSharp/JetdriveSharp.csproj index fa71b7a..b42445d 100644 --- a/JetdriveSharp/JetdriveSharp.csproj +++ b/JetdriveSharp/JetdriveSharp.csproj @@ -6,4 +6,11 @@ enable + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + diff --git a/README.md b/README.md index 32076c5..a253cc8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/bgriggs/jetdrive-sharp/dotnet.yml) + JETDRIVE allows sensor data to be transmitted between clients and providers on a local area network or loopback interface. JETDRIVE was designed to allow communication between vehicle tuning software, but could be applied in other areas as well. We'll do our best to keep an up-to-date list of applications that implement JETDRIVE below. Use to share channels with: Dynojet Power Core version 2.3+ This version is updated to .NET 8.