Releases: SkylineCommunications/Skyline.DataMiner.VisualStudioTemplates
Releases · SkylineCommunications/Skyline.DataMiner.VisualStudioTemplates
Release v2.2.0
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.
What's Changed
- Package Project - Support Catalog References by @MichielOda in #34
Full Changelog: 2.1.0...2.2.0
Release v2.1.0
What's Changed
- Increase Minimum Supported DM version by @MichielOda in #37
- Add 'Skyline.DataMiner.Utils.Protocol.Extensions' for QActions by @SkylineTimothyVanPoucke in #29
New Contributors
- @SkylineTimothyVanPoucke made their first contribution in #29
Full Changelog: 2.0.4...2.1.0
Release v2.0.4
What's Changed
- Fix generation from within DIS (Import script or add existing script) by @MichielOda in #36
Full Changelog: 2.0.3...2.0.4
Release v2.0.3
What's Changed
- Bump Microsoft.NETFramework.ReferenceAssemblies and Skyline.DataMiner.Utils.SecureCoding.Analyzers in /working/templates/connectorsolution by @dependabot in #32
- Update versions Skyline.DataMiner.Sdk & Skyline.DataMiner.Utils.SecureCoding.Analyzers by @MichielOda in #33
Full Changelog: 2.0.2...2.0.3
Release v2.0.2
FIX: GettingStarted.md was not generating for CLI.
What's Changed
- Added GettingStarted on CLI by @janstaelensskyline in #31
Full Changelog: 2.0.1...2.0.2
release v2.0.1
Small adjustment to the Description of the GeneratePackage checkbox description for Package Project.
What's Changed
- Update template.json by @janstaelensskyline in #30
Full Changelog: 2.0.0...2.0.1
Release v2.0.0
What's Changed
- Introduction of Skyline.DataMiner.Sdk project templates by @janstaelensskyline in #25
Breaking Change
- Removal of DataMiner Automation Script Solution (dataminer-automation-solution)
- Replaced by DataMiner Automation Script Project (dataminer-automation-project)
- Removal of DataMiner Ad Hoc Data Source Solution (dataminer-gqi-ad-hoc-data-source-solution)
- Replaced by DataMiner Ad Hoc Data Source Project (dataminer-gqi-ad-hoc-data-source-project)
- Removal of DataMiner User-Defined API Solution (dataminer-user-defined-api-solution)
- Replaced by DataMiner User-Defined API Project (dataminer-user-defned-api-project)
Full Changelog: 1.0.18...2.0.0
Release v1.0.18
What's Changed
- Remove Skyline.DataMiner.Utils.SecureCoding and only use the Analyzer in 930326e
Full Changelog: 1.0.17...1.0.18
Release v1.0.17
What's Changed
- Add SecureCoding NuGet & Analyzer to each C# project by @FlavioJA in #27
- Make connectors unicode by default by @SimonV-Skyline in #28
New Contributors
Full Changelog: 1.0.16...1.0.17
Release v1.0.16
What's Changed
- reordered basic protocol tags by @SimonV-Skyline in #26
New Contributors
- @SimonV-Skyline made their first contribution in #26
Full Changelog: 1.0.15...1.0.16