Definitions of data layer abstractions used across BitWaves components.
This package is hosted in GitHub Package Registry as a NuGet package and is public to everyone.
First you need to be registered to use the GitHub Package Registry and configuring your local NuGet environment for use with GitHub Package Registry. Instructions on how to do these steps can be found at here.
To add BitWaves.Data
to your project, add the following line into the <packages>
section in your packages.config
section:
<package id="BitWaves.Data" version="0.9.0" />
And then execute dotnet restore
to restore the package.
To be updated.