Skip to content

Commit

Permalink
Adding readme build badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgriggs committed May 4, 2024
1 parent e68b9a9 commit 7e17669
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions JetdriveSharp.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions JetdriveSharp/JetdriveSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MinVer" Version="5.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 7e17669

Please sign in to comment.