Release v2.2.0
·
3 commits
to internalMain
since this release
Update: Support for Skyline.DataMiner.Sdk v1.1.0
What's New?
✅ Catalog Integration for Package Projects
- The DataMiner Package Project templates now support referencing artifacts from the DataMiner Catalog via
CatalogReferences.xml
. - This allows seamless integration of catalog items into your package solutions by specifying items via GUID and version selection.
✅ Support for dmprotocol Packages
- The templates now enable the inclusion of dmprotocol packages in application packages referenced from the DataMiner Catalog, simplifying protocol-related development.
🔹 Important: These improvements apply to projects using <DataMinerType>Package</DataMinerType>
.
What Does This Mean for You?
- New DataMiner Package Projects will automatically leverage these capabilities.
- Existing projects can be upgraded to Skyline.DataMiner.Sdk v1.1.0 by updating their global.json file:
{
"msbuild-sdks": {
"Skyline.DataMiner.Sdk": "1.1.0"
}
}
- Automatic Updates via GitHub Dependabot
If your repository is configured with GitHub Dependabot, it will automatically detect and suggest updates to your global.json file when a new SDK version is available. This ensures that your projects stay up to date with the latest improvements effortlessly.
Full Changelog: 2.1.0...2.2.0