This is the official SDK to build Apps for d.velop cloud using the C# programming language.
The project has alpha status. So for now expect things to change.
Include the the d.velop cloud sdk as dependencies in your .NET Core 2.1 project file (myproject.csproj
) and restore them with dotnet restore
via commandline or from within your IDE.
<ItemGroup>
<PackageReference Include="Dvelop.Sdk.TenantMiddleware" Version="0.0.2.51" />
<PackageReference Include="Dvelop.Sdk.IdentityProvider.Middleware" Version="0.0.2.51" />
</ItemGroup>
or the all-in-one dependency:
<ItemGroup>
<PackageReference Include="Dvelop.Sdk" Version="0.0.2.51" />
</ItemGroup>
The most recent version can be installed from nuget.org
A running Application, which uses this SDK can be found at github.com/d-velop/dvelop-app-template-cs
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
You can build a version of this library with following command:
dotnet pack -o dist --version-suffix alpha
You will need to have an installed and configured dotnet core SDK
We use SemVer for versioning. For the versions available, see the releases on this repository.
Please read LICENSE for licensing information.
Thanks to the following projects for inspiration