Andrew Welker
f029d32d05
refactor: move some files around and rename things
...
* renamed comm -> net to better match with standard
.NET stuff
* moved all comm interfaces to single files
* moved all net interfaces to net/interfaces folder
and adjusted namespaces accordingly
2.0.0-alpha-330
2023-03-23 14:17:11 -06:00
Andrew Welker
e5d19f0688
chore: correct namespaces
2023-03-23 14:17:11 -06:00
Andrew Welker
2f2ea964cb
chore: run code cleanup
...
Ran code cleanup with the options set to remove unused
usings, sort usings, and adjust namespaces to match
folders.
2023-03-23 14:17:11 -06:00
Andrew Welker
046caba889
chore: rearrange files
2023-03-23 14:17:10 -06:00
Andrew Welker
fd9a10ef1b
chore: rename project file
2023-03-23 14:17:10 -06:00
Andrew Welker
21123f703b
chore: update aliasing for Newtonsoft
...
MSBuild will now use a target to alias the SimplSharpNewtonsoft
at build time instead of having to alias the Newtonsoft package
2023-03-23 14:17:10 -06:00
Andrew Welker
a3e13ecb06
Merge https://github.com/PepperDash/PepperDashCore into development-2
2023-03-23 14:15:53 -06:00
Neil Dorin
beb8e533bb
Merge pull request #152 from PepperDash/feature-2/4-series-support
2023-02-07 09:00:03 -07:00
Andrew Welker
fa4be8f47d
chore: remove commented out stuff
2.0.0-alpha-315
2023-02-06 18:00:28 -07:00
Andrew Welker
efbe99bd0c
chore: remove unneeded scripts
2023-02-06 17:59:25 -07:00
Andrew Welker
e603f4af8f
ci: fix paths after folder restructure
2.0.0-alpha-314
2023-02-06 17:46:41 -07:00
Andrew Welker
8a2ba343f0
ci: fix syntax errors
2023-02-06 17:39:59 -07:00
Andrew Welker
4f4d7a351f
ci: update workflows to upload clz to release
2023-02-06 17:36:42 -07:00
Andrew Welker
6e7edd1b73
refactor: change folder structure
2023-02-06 17:30:23 -07:00
Neil Dorin
763927db21
Merge pull request #151 from PepperDash/feature-2/4-series-support
...
Initial 4-series only support
2.0.0-beta-310
2023-02-06 17:24:42 -07:00
Andrew Welker
b1e3b68834
ci: modify package path for pushing to nuget
2.0.0-alpha-309
2023-02-06 16:24:45 -07:00
Andrew Welker
8c0893ac7a
ci: update workflow triggers
2.0.0-alpha-307
2023-02-06 15:18:08 -07:00
Andrew Welker
f72bb56b4b
Revert "ci: go back to ENV variable for version"
...
This reverts commit ed19b26116 .
2023-02-06 15:16:29 -07:00
Andrew Welker
ed19b26116
ci: go back to ENV variable for version
2023-02-06 13:47:16 -07:00
Andrew Welker
386634d662
chore: remove file marked remove
2023-02-06 13:16:06 -07:00
Andrew Welker
b061a72907
refactor: add alias for newtonsoft package
2023-02-06 13:15:58 -07:00
Andrew Welker
b8825dfbd7
chore: add real newtonsoft reference
2023-02-06 13:15:34 -07:00
Andrew Welker
dd173829ac
ci: attempt to get version string out again
2023-02-06 13:14:28 -07:00
Andrew Welker
280c66ba6e
ci: adjust steps output and use version correctly
2023-02-03 20:45:37 -07:00
Andrew Welker
b89ac1d41c
ci: correct more syntax
2023-02-03 20:29:38 -07:00
Andrew Welker
be88191c1f
ci: fix solution file path
2023-02-03 17:03:33 -07:00
Andrew Welker
02d5d9f530
ci: correct output usage for version
2023-02-03 16:59:01 -07:00
Andrew Welker
7d8b479edc
ci: remove shell type for build step
2023-02-03 16:53:29 -07:00
Andrew Welker
f7c2cc3c2b
ci: update generate version number step
2023-02-03 16:51:20 -07:00
Andrew Welker
afed056be9
ci: update workflow to simplify builds for 4-series
2023-02-03 16:47:45 -07:00
Andrew Welker
5db76d3698
build: update script to generate 2.x.x version numbers
...
branches with the label `feature-2/` will generate version numbers
in the 2.x.x family.
2023-02-03 16:46:32 -07:00
Andrew Welker
07f400caa8
chore: remove unneeded files
2023-02-03 16:45:00 -07:00
Andrew Welker
53d9595cb5
refactor: remove leftover from rebase
2023-02-03 13:43:14 -07:00
Andrew Welker
92c722207d
chore: remove 3-series solution & project
2023-02-03 12:30:46 -07:00
Andrew Welker
2d068ab899
ci: fix paths to .nupkg
...
The .nupkg file is placed in the folder where the `nuget pack` command is run. In this case, that is the root folder of the repo.
2023-02-03 12:11:32 -07:00
Andrew Welker
2c7d7c360d
ci: fix a capitlization error and remove api key switch
2023-02-03 12:11:32 -07:00
Andrew Welker
50d7eb33c9
ci: fix API key command line flag
2023-02-03 12:11:32 -07:00
Andrew Welker
0e5613acd6
ci: update path to .nupkg
2023-02-03 12:11:31 -07:00
Andrew Welker
4067784841
ci: Update 4-series workflow
...
The existing workflow doesn't create a release for every build, and the 4-series version shouldn't either.
2023-02-03 12:11:31 -07:00
Andrew Welker
9b808da3d9
build: fix 4-series nuspec
2023-02-03 12:11:31 -07:00
Andrew Welker
82cc6d20df
chore: change deterministic to false
...
Setting deterministic to false allows for using version numbers like 1.0.0.* in the CI pipeline.
2023-02-03 12:11:31 -07:00
Andrew Welker
271004dc4d
chore: separate 4-series and 3-series assembly info
2023-02-03 12:11:31 -07:00
Andrew Welker
36032da75c
ci: update 4-series sln name
2023-02-03 12:11:31 -07:00
Andrew Welker
d129f24c61
feat: add 4-series support for PepperDash Core
2023-02-03 12:11:31 -07:00
Andrew Welker
6789e70fd7
fix: change from PrintLine to ConsoleCommandResponse
2023-02-03 12:11:31 -07:00
jta
7517c3e298
feature: add workflow to push to project
2023-02-03 12:11:31 -07:00
Andrew Welker
2abf5749de
Revert "Feature/ssh dispose"
2023-02-03 12:11:31 -07:00
Jason T Alborough
a1b00eb944
Merge pull request #147 from PepperDash/hotfix/project-workflow
...
feature: add workflow to push to project
2.0.0-beta-318
2023-01-31 11:07:31 -05:00
jta
56bfbb4bf9
feature: add workflow to push to project
1.1.5-hotfix-294
2023-01-31 10:37:30 -05:00
Andrew Welker
ae5b1684c8
Merge pull request #146 from PepperDash/hotfix/update-debug-file-path-for-vc4
...
Updates for VC4 DEV
1.1.5-beta-289
2023-01-19 12:30:29 -07:00