80 Commits

Author SHA1 Message Date
Jedd Morgan ab9c1786f4 Update README.md (#33)
.NET Build and Publish / build (push) Has been cancelled
v2.0.3
2025-07-09 14:57:02 +01:00
Jedd Morgan b022d84364 Merge pull request #32 from specklesystems/jrm/expose-extras
Expose some extra props
2025-07-09 13:11:19 +01:00
Jedd Morgan f632c0948d Expose some extra props 2025-07-09 12:56:29 +01:00
Jedd Morgan dafebf5b03 Merge pull request #31 from specklesystems/jrm/re-add-rhino6-support
.NET Build and Publish / build (push) Has been cancelled
re-add rhino 6 support
v2.0.2
2025-07-09 11:07:23 +01:00
Jedd Morgan e3f4fb07dc re-add rhino 6 support 2025-07-09 11:03:33 +01:00
Jedd Morgan 89cd7fff62 Merge pull request #30 from specklesystems/dev
.NET Build and Publish / build (push) Has been cancelled
2.0.0
v2.0.1
2025-06-16 14:27:10 +01:00
Jedd Morgan 63649cd9a7 Extra warnings 2025-06-16 14:25:10 +01:00
Jedd Morgan a50809bc91 refactor!: Major code cleanup for clearer state (#27)
.NET Build and Publish / build (push) Has been cancelled
* Quick pass

* no locks

* github actions

* publish via github actions

* pack

* Parent non-optional

* Generics are fun

* second pass

* Group workers, CTS, and Task in a class for simpler nullability

* pollysharp

* reverted cancellation changes

* reset state

* Update samples

* changes

* still working

* the fix

* private workers

* comments

* comments 2

* comments 3

* public worker count
v2.0.1-alpha.1
2025-06-16 13:00:44 +01:00
Jedd Morgan 442b06dff7 removed unneeded env 2025-06-13 18:53:34 +01:00
Jedd Morgan 71f32a5f71 fix(ci): correct build output path (#29)
.NET Build and Publish / build (push) Has been cancelled
* fix ci

* output folder

* correct mistake

* pbulish all nugets
v2.0.0-alpha.1
2025-06-13 18:50:27 +01:00
Jedd Morgan eb97eb1df8 refactor: Add sourcelink and Github Actions (#28)
* Quick pass

* no locks

* github actions

* publish via github actions

* pack
2025-06-13 17:29:55 +01:00
Alan Rynne adc8558edf CI: Adds build job for normal merge commits (#23)
* ci: Added build on commit job

* ci: wrong nesting

* ci: Switch to windows

* update windows orb

* ci: Pull using bot context

* ci: add fingerprint

* ci: pebkac

* ci: removed unnecessary steps

* ci: Assembly info props

* ci: Use powershell env vars

* try $TAG

* do it in same step

* ci: Updated publish_nuget job
1.2.4-alpha
2023-03-07 13:32:17 +01:00
Alan Rynne 83c72a7131 chore: Updated project to SDK style 2023-03-06 22:19:08 +01:00
Alan Rynne 658c40eecd fix(ci): Missing env var in Version step 2023-03-06 13:19:31 +01:00
Alan Rynne 345b23f801 feat(ci): Add Assembly version to published dlls (#22) 2023-03-06 10:53:02 +01:00
Ryan Hughes d563e5cfe5 Safely scope workers in demo implementation. (#19) 2023-02-23 11:19:38 +01:00
Alan Rynne 2dc2d452e6 Use new nuget context (#18)
* Update config.yml

Updated nuget API key to use contexts instead.

* Updated config.yml
2023-01-24 11:03:43 +01:00
Alan Rynne 2ea6fdd32e Merge pull request #17 from specklesystems/github-template-update 2022-08-09 11:58:23 +02:00
Matteo Cominetti 8c770e1fbc Add files via upload 2021-10-02 17:06:03 +01:00
Matteo Cominetti 30ae1b7420 Create open-ssie.yml 2021-10-02 17:05:35 +01:00
Alan Rynne 66a1ccb8ba fix: Bump version v1.2.3 2021-06-11 10:17:38 +02:00
Alan Rynne 4bb2759be9 Merge pull request #16 from specklesystems/alan/rhino-version-downgrade
Downgraded rhino nugets to 6.28 for broader compatibility
2021-06-09 16:55:47 +02:00
Alan Rynne 0a1a3e1627 Downgraded rhino nugets to 6.28 for broader compatibility 2021-06-09 16:53:51 +02:00
Dimitrie Stefanescu 57c7dd0bd0 Merge branch 'main' of https://github.com/specklesystems/GrasshopperAsyncComponent into main v1.2.2 2021-04-03 19:01:24 +01:00
Dimitrie Stefanescu 330a55b058 fix(nuspec): versioning 2021-04-03 19:01:04 +01:00
Dimitrie Stefanescu 1b92138ce9 Update README.md
closes #7
2021-04-03 18:39:23 +01:00
Dimitrie Stefanescu 2f2be53bff fix: fixes incorrect cancellation v1.2.1 2021-04-03 18:22:22 +01:00
Dimitrie Stefanescu af6b381578 fix(merge conflicts): fixed merge conflicts (for real) 2021-04-03 18:17:22 +01:00
Dimitrie Stefanescu a53cef31a8 Merge pull request #13 from specklesystems/dim/fixes
Dim/fixes
v1.2.0
2021-04-03 18:09:20 +01:00
Dimitrie Stefanescu 8dc8c9a0fb Merge branch 'main' into dim/fixes 2021-04-03 18:07:21 +01:00
Dimitrie Stefanescu 65fab58006 feat: thread safety 2021-04-03 18:04:53 +01:00
Dimitrie Stefanescu b93aa1a76a feat(cancellation): adds readme example 2021-04-03 18:03:30 +01:00
Dimitrie Stefanescu bdc105fa95 feat(cancellation): implements it cyclotron component 2021-04-03 17:59:58 +01:00
Dimitrie Stefanescu 59f87b2a7d feat(cancellation): exposes cancellation request (example in prime calculator) 2021-04-03 17:56:39 +01:00
Dimitrie Stefanescu c314fc5834 feat(cancellation): exposes task cancellation method 2021-04-03 17:10:36 +01:00
Alan Rynne b7e57b1ec8 fix(0.2.1): Missmatched GH versions v0.2.1 2021-02-03 22:53:09 +01:00
Alan Rynne 0f649d6d2d release(0.2.1): Bumped version
Should also publish nuget symbols package for easier debugging!
2021-02-03 22:38:15 +01:00
Dimitrie Stefanescu 92f814dab4 fix(threading): fixes race condition in settings vars on worker done() calls
changes SetData to int value (1=setting, 0=not setting), and moves all ops to interlocked calls on
ints - fingers crossed
2021-02-03 19:49:21 +00:00
Alan Rynne c4dd423018 Minor version bump v0.2.0 2020-12-08 10:35:34 +01:00
Alan Rynne 27147e1d0a fix(nuget): Reverted to GH and Rhinocommon 6.29 2020-12-08 10:34:50 +01:00
Alan Rynne e3f9aed47d cd into component folder for push 2020-12-08 10:21:13 +01:00
Alan Rynne fa8976a7b8 Back to single publish job 2020-12-08 10:15:40 +01:00
Alan Rynne aa798e4528 Test job split 2020-12-08 10:10:20 +01:00
Alan Rynne 6f1ab85332 $env is the key? 2020-12-08 09:51:50 +01:00
Alan Rynne 57eccd2495 Printing nuget token env var 2020-12-08 09:47:27 +01:00
Alan Rynne 04f11d4c2a Will braces fix it? Removed filter for easier test
Added echo commands to check too!
2020-12-08 09:44:13 +01:00
Alan Rynne 21234e5f75 Added setApiKey step 2020-12-07 18:05:02 +01:00
Alan Rynne e07f28b52a Merge branch 'feat/refactor+ci' into main 2020-12-07 17:47:51 +01:00
Alan Rynne b531b98168 Removed unnecessary targets
Pack fix


Added release prop


Added nuget push + nuspec changes


Added tags filter to workflow


Modified filter


Updated push comand


This filter should do it


Added wildcard in push command
2020-12-07 17:47:34 +01:00
Alan Rynne 447015c2f5 Merge branch 'feat/refactor+ci' into main 2020-12-07 16:44:58 +01:00