Skip to content

Commit

Permalink
Merge pull request #109 from Rickedb/sr2.17
Browse files Browse the repository at this point in the history
Implementation of SR2.17 and some backwards specifications
  • Loading branch information
Rickedb authored Dec 11, 2023
2 parents b48b49d + 20afb33 commit bd898b4
Show file tree
Hide file tree
Showing 151 changed files with 10,138 additions and 2,008 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Build library (.net core)
run: dotnet build src/OpenProtocolInterpreter/OpenProtocolInterpreter.csproj --configuration release
test:
Expand All @@ -30,6 +31,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Test Mids
run: |
dotnet build src/MIDTesters.Core/MIDTesters.Core.csproj
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .Net Framework
name: .Net Standard

on:
pull_request:
Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- name: Setup .Net Framework
- name: Setup .Net Standard
uses: actions/setup-dotnet@master
- name: build
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Build library (.net core)
run: dotnet build src/OpenProtocolInterpreter/OpenProtocolInterpreter.csproj --configuration release
test:
Expand All @@ -28,6 +29,7 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
8.0.x
- name: Test Mids
run: |
dotnet build src/MIDTesters.Core/MIDTesters.Core.csproj
Expand Down
20 changes: 0 additions & 20 deletions OpenProtocolInterpreter.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenProtocolInterpreter", "
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MIDTesters.Core", "src\MIDTesters.Core\MIDTesters.Core.csproj", "{478EE366-16EE-4B94-9E83-87E955A600F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{889BF604-4813-4B35-A790-3170FF26F063}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{BDBD675F-8C53-4422-B3EA-8087BF245AB5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{CE8390CD-7EFE-43CC-A8DD-123F04D6045E}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
.github\workflows\net-framework.yml = .github\workflows\net-framework.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -41,10 +25,6 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{BDBD675F-8C53-4422-B3EA-8087BF245AB5} = {889BF604-4813-4B35-A790-3170FF26F063}
{CE8390CD-7EFE-43CC-A8DD-123F04D6045E} = {BDBD675F-8C53-4422-B3EA-8087BF245AB5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4EEC9517-6E55-467A-A590-2AA2DC26D360}
EndGlobalSection
Expand Down
Binary file modified dist/lib/net6/OpenProtocolInterpreter.dll
Binary file not shown.
60 changes: 59 additions & 1 deletion dist/lib/net6/OpenProtocolInterpreter.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added dist/lib/net8/OpenProtocolInterpreter.dll
Binary file not shown.
Loading

0 comments on commit bd898b4

Please sign in to comment.