open-ephys / bonsai-onix1

Bonsai library for the Open Ephys Onix Acquisition System
https://open-ephys.github.io/onix1-bonsai-docs
MIT License
4 stars 3 forks source link

Add package types #257

Closed bparks13 closed 1 month ago

bparks13 commented 1 month ago

As Bonsai migrates from MyGet to NuGet, there is a growing need to differentiate Bonsai-specific packages from the rest of them. One way to accomplish this is using PackageTypes to define packages as a specific type, in our case a BonsaiLibrary.

Fixes #245