Drm.Core 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Drm.Core --version 1.0.0
NuGet\Install-Package Drm.Core -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Drm.Core" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Drm.Core --version 1.0.0
#r "nuget: Drm.Core, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Drm.Core as a Cake Addin
#addin nuget:?package=Drm.Core&version=1.0.0

// Install Drm.Core as a Cake Tool
#tool nuget:?package=Drm.Core&version=1.0.0

Dynamics Resource Management (DRM) Templates

Powershell Module: https://www.powershellgallery.com/packages/Drm.Templates.Powershell

Start creating templates quickly.

Quickstart: https://docs.drmtemplates.io/tutorials/quickstart.html

Generate templates using a simple powershell cmd: https://docs.drmtemplates.io/tutorials/generate-a-drm-template.html

About DRM Templates

Dynamics Resource Management Templates (DRM) was built with Devops Engineers and Dynamics developers in mind. Based on ARM Templates, they are constructed in the same way and offer many of the same functionality.

Managing multiple Dynamics environments can be challenging but by using this tool, environments can be easily maintained and controlled all through your automation pipelines.

DRM Templates allow you to 'PATCH' entities with your configuration. This includes custom entities. A common scenario for a Dynamics environment is to build Queues and Teams for example. Not only can you manage basic properties of these entities but you can also apply members to your queues and teams.

All entities are documented by Microsoft here enabling you to get to grips with any entity you might need to configure.

Contribute to the documentation

Please feel free to contribute to the documentation.

The documentation is markdown based and compiled using DocFx.

Create a branch, make your changes, once the PR is approved an action will be triggered and the documentation updated.

Product 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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Drm.Core:

Package Downloads
DrmTemplates.OData.Services

A simple httpclient used to forward requests onto the target Dynamics 365 environments from the DRM template service. Accelerate your automation of Dynamics 365 environments by compiling and deploying Drm Templates.

DrmTemplates.Services

Drm templates services handle all known Dynamics Web Api Entities including custom entities. Accelerate your automation of Dynamics 365 environments by compiling and deploying Drm Templates.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 337 6/13/2023
1.0.0 561 4/3/2023

Initial release of the DRM Core services