Dvelop.Sdk.Home.Dto
0.1.0.27
See the version list below for details.
dotnet add package Dvelop.Sdk.Home.Dto --version 0.1.0.27
NuGet\Install-Package Dvelop.Sdk.Home.Dto -Version 0.1.0.27
<PackageReference Include="Dvelop.Sdk.Home.Dto" Version="0.1.0.27" />
paket add Dvelop.Sdk.Home.Dto --version 0.1.0.27
#r "nuget: Dvelop.Sdk.Home.Dto, 0.1.0.27"
// Install Dvelop.Sdk.Home.Dto as a Cake Addin #addin nuget:?package=Dvelop.Sdk.Home.Dto&version=0.1.0.27 // Install Dvelop.Sdk.Home.Dto as a Cake Tool #tool nuget:?package=Dvelop.Sdk.Home.Dto&version=0.1.0.27
d.velop cloud SDK for .NET core
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.
Usage
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
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Build local
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
Versioning
We use SemVer for versioning. For the versions available, see the releases on this repository.
License
Please read LICENSE for licensing information.
Acknowledgments
Thanks to the following projects for inspiration
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
-
net8.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Dvelop.Sdk.Home.Dto:
Package | Downloads |
---|---|
Dvelop.Sdk
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.