Skip to content

Commit bd898b4

Browse files
authored
Merge pull request #109 from Rickedb/sr2.17
Implementation of SR2.17 and some backwards specifications
2 parents b48b49d + 20afb33 commit bd898b4

File tree

151 files changed

+10138
-2008
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+10138
-2008
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
dotnet-version: |
1919
3.1.x
2020
6.0.x
21+
8.0.x
2122
- name: Build library (.net core)
2223
run: dotnet build src/OpenProtocolInterpreter/OpenProtocolInterpreter.csproj --configuration release
2324
test:
@@ -30,6 +31,7 @@ jobs:
3031
dotnet-version: |
3132
3.1.x
3233
6.0.x
34+
8.0.x
3335
- name: Test Mids
3436
run: |
3537
dotnet build src/MIDTesters.Core/MIDTesters.Core.csproj

.github/workflows/net-framework.yml renamed to .github/workflows/net-standard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .Net Framework
1+
name: .Net Standard
22

33
on:
44
pull_request:
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: windows-latest
1414
steps:
1515
- uses: actions/checkout@master
16-
- name: Setup .Net Framework
16+
- name: Setup .Net Standard
1717
uses: actions/setup-dotnet@master
1818
- name: build
1919
run: |

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
dotnet-version: |
1717
3.1.x
1818
6.0.x
19+
8.0.x
1920
- name: Build library (.net core)
2021
run: dotnet build src/OpenProtocolInterpreter/OpenProtocolInterpreter.csproj --configuration release
2122
test:
@@ -28,6 +29,7 @@ jobs:
2829
dotnet-version: |
2930
3.1.x
3031
6.0.x
32+
8.0.x
3133
- name: Test Mids
3234
run: |
3335
dotnet build src/MIDTesters.Core/MIDTesters.Core.csproj

OpenProtocolInterpreter.sln

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OpenProtocolInterpreter", "
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MIDTesters.Core", "src\MIDTesters.Core\MIDTesters.Core.csproj", "{478EE366-16EE-4B94-9E83-87E955A600F5}"
99
EndProject
10-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{889BF604-4813-4B35-A790-3170FF26F063}"
11-
ProjectSection(SolutionItems) = preProject
12-
.gitignore = .gitignore
13-
LICENSE = LICENSE
14-
README.md = README.md
15-
EndProjectSection
16-
EndProject
17-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{BDBD675F-8C53-4422-B3EA-8087BF245AB5}"
18-
EndProject
19-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{CE8390CD-7EFE-43CC-A8DD-123F04D6045E}"
20-
ProjectSection(SolutionItems) = preProject
21-
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
22-
.github\workflows\net-framework.yml = .github\workflows\net-framework.yml
23-
.github\workflows\release.yml = .github\workflows\release.yml
24-
EndProjectSection
25-
EndProject
2610
Global
2711
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2812
Debug|Any CPU = Debug|Any CPU
@@ -41,10 +25,6 @@ Global
4125
GlobalSection(SolutionProperties) = preSolution
4226
HideSolutionNode = FALSE
4327
EndGlobalSection
44-
GlobalSection(NestedProjects) = preSolution
45-
{BDBD675F-8C53-4422-B3EA-8087BF245AB5} = {889BF604-4813-4B35-A790-3170FF26F063}
46-
{CE8390CD-7EFE-43CC-A8DD-123F04D6045E} = {BDBD675F-8C53-4422-B3EA-8087BF245AB5}
47-
EndGlobalSection
4828
GlobalSection(ExtensibilityGlobals) = postSolution
4929
SolutionGuid = {4EEC9517-6E55-467A-A590-2AA2DC26D360}
5030
EndGlobalSection
23 KB
Binary file not shown.

dist/lib/net6/OpenProtocolInterpreter.xml

Lines changed: 59 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
280 KB
Binary file not shown.

0 commit comments

Comments
 (0)