Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release first stable #19

Merged
merged 34 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
70cbad8
Move Prop files to Deploy
peacefighter1996 Nov 3, 2022
5d3742b
format non primitives to string
peacefighter1996 Nov 3, 2022
c10afc2
proj prop Move to deploy
peacefighter1996 Nov 3, 2022
0f18abe
Test in all framworks
peacefighter1996 Nov 3, 2022
2a9087e
Add Cancelation Token
peacefighter1996 Nov 3, 2022
0538182
move PmlEquipmentInterlock
peacefighter1996 Nov 3, 2022
6b05550
Fix Browse Depth and Update style points
peacefighter1996 Nov 4, 2022
f8cf422
Remove netstandard
peacefighter1996 Nov 4, 2022
c9c8e27
try fix testing at github
peacefighter1996 Nov 4, 2022
1fc22e7
test in net6
peacefighter1996 Nov 4, 2022
7f0bc01
fix namingscheme
peacefighter1996 Nov 4, 2022
fe26ce9
Merge pull request #16 from peacefighter1996/FixCodeAnalysis
peacefighter1996 Nov 4, 2022
bee9412
Add net48 testing
peacefighter1996 Nov 4, 2022
ba08ba0
Reintroduce netstandard2.0
peacefighter1996 Nov 4, 2022
2d08a50
fix double framework
peacefighter1996 Nov 4, 2022
ee4709d
part 2
peacefighter1996 Nov 4, 2022
616577c
Cleanup Guards
peacefighter1996 Nov 4, 2022
5d0ca04
inititialize Interlock
peacefighter1996 Nov 4, 2022
9761204
Change Test Frameworks
peacefighter1996 Nov 4, 2022
d092ace
Cleanup TagTreeBuilder
peacefighter1996 Nov 4, 2022
96e53b2
Update Autabee.Utility.IEC61131TypeConversionTests.csproj
peacefighter1996 Nov 4, 2022
0dd09f5
reintall xunit
peacefighter1996 Nov 4, 2022
9663e30
test on windows
peacefighter1996 Nov 4, 2022
93fffe2
Update pre-release.yml
peacefighter1996 Nov 4, 2022
3c7f512
Update dotnet.yml
peacefighter1996 Nov 4, 2022
e62b4b8
Merge pull request #18 from peacefighter1996/main
peacefighter1996 Nov 4, 2022
d282f9d
cleanup and extend descriptions
peacefighter1996 Nov 10, 2022
f731fba
move common properties
peacefighter1996 Jan 26, 2023
52ba1f9
Cleanup
peacefighter1996 Jan 26, 2023
424b664
move utility
peacefighter1996 Mar 22, 2023
964251e
net8
peacefighter1996 May 14, 2024
ef1f653
update version
peacefighter1996 May 14, 2024
01ac99d
net8
peacefighter1996 May 14, 2024
fa8dc31
Merge pull request #17 from peacefighter1996/TagTreeBuilderCleanup
peacefighter1996 May 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET
name: main-pull

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET
name: pre-release check

on:
push:
Expand Down Expand Up @@ -26,7 +26,7 @@ jobs:
with:
PROJECT_FILE_PATH: Open.PackML/Open.PackML.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}
VERSION_FILE_PATH: OpenPackML.props
VERSION_FILE_PATH: Deploy/OpenPackML.props
INCLUDE_SYMBOLS: true
NO_BUILD: true
- name: Publish Open PackML Tags to NuGet
Expand All @@ -36,7 +36,7 @@ jobs:
with:
PROJECT_FILE_PATH: Open.PackML.Tags/Open.PackML.Tags.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}
VERSION_FILE_PATH: OpenPackMLTags.props
VERSION_FILE_PATH: Deploy/OpenPackMLTags.props
INCLUDE_SYMBOLS: true
NO_BUILD: true
- name: Publish Open PackML PRefabs to NuGet
Expand All @@ -46,6 +46,6 @@ jobs:
with:
PROJECT_FILE_PATH: Open.PackML.Prefab/Open.PackML.Prefab.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}
VERSION_FILE_PATH: OpenPackMLPrefab.props
VERSION_FILE_PATH: Deploy/OpenPackMLPrefab.props
INCLUDE_SYMBOLS: true
NO_BUILD: true

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

68 changes: 0 additions & 68 deletions Autabee.Utility.IEC61131TypeConversion/IECType.cs

This file was deleted.

Loading
Loading