MCB.Education.Umbraco.Package 1.26.0

dotnet add package MCB.Education.Umbraco.Package --version 1.26.0
                    
NuGet\Install-Package MCB.Education.Umbraco.Package -Version 1.26.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="MCB.Education.Umbraco.Package" Version="1.26.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MCB.Education.Umbraco.Package" Version="1.26.0" />
                    
Directory.Packages.props
<PackageReference Include="MCB.Education.Umbraco.Package" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MCB.Education.Umbraco.Package --version 1.26.0
                    
#r "nuget: MCB.Education.Umbraco.Package, 1.26.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.
#:package MCB.Education.Umbraco.Package@1.26.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MCB.Education.Umbraco.Package&version=1.26.0
                    
Install as a Cake Addin
#tool nuget:?package=MCB.Education.Umbraco.Package&version=1.26.0
                    
Install as a Cake Tool

MCB.Education.Umbraco.Package

About

MCB.Education.Umbraco.Package is an Umbraco package developed by MCB for the use in MCB Education projects. The package provides functionality for synchronization of education data on Umbraco sites.

How to use

IMPORTANT: This package is proprietary software belonging to MCB A/S. By using it, you agree to the terms stated in the License file, and have obtained a license from MCB A/S by contacting their sales or support team.

In general, the package relies on following configurations being set in your appsetings.json.

MCB configurations

The package relies on the MCB section being set with following settings:

"MCB": {
    "Education": {
        "ApiUrl": "https://{mcb_education_api_url}/v2" //set this value correctly for the MCB Education API
                                                                //if in doubt, inquire MCB A/S regarding this route
    }
}

Hangfire configurations

The package uses Hangfire for background tasks and as such needs to have a Hangfire connection set to create a Hangfire DB. If HangfireConnection is not provided, the plugin will default to the site's default Umbraco database (umbracoDbDSN connection string).

If you want to use a separate database, the package relies on the ConnectionStrings section being set with following settings:

"ConnectionStrings": {
    "HangfireConnection": "{your_hangfire_db_connection_string}" //set this value correctly for your database server
}

Logging

The package does not rely on these settings being set, and they are entirely up to you to define if they are needed. The following just sets the logging level for the Hangfire jobs.

If desired, set the Logging section with following settings:

"Logging": {
    "LogLevel": {
        "Hangfire": "Information" //or any other LogLevel 
    }
}

For more on LogLevels see Microsoft's documentation: https://learn.microsoft.com/en-us/dotnet/core/extensions/logging/overview?tabs=command-line#log-level.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.26.0 127 5/29/2026
1.24.0 135 5/21/2026
1.23.0 96 5/19/2026
1.22.0 98 5/19/2026
1.21.0 96 5/15/2026
1.20.0 94 5/14/2026
1.19.0 81 5/14/2026
1.18.0 131 4/24/2026
1.17.0 105 4/17/2026
1.16.0 102 4/16/2026
1.15.0 101 4/16/2026
1.14.0 107 4/16/2026
1.13.0 100 4/13/2026