Releases: SkylineCommunications/Skyline.DataMiner.VisualStudioTemplates.Internal
Releases · SkylineCommunications/Skyline.DataMiner.VisualStudioTemplates.Internal
Release v2.2.1
What's Changed from Skyline.DataMiner.VisualStudioTemplates
- Bump Skyline.DataMiner.Sdk from 1.1.0 to 1.1.2 by @MichielOda in SkylineCommunications#39
- Sync with DataMiner docs changes by @MichielOda in SkylineCommunications#38
- Basic Workflow - Use ubuntu-22.04 instead of ubuntu-latest by @MichielOda in SkylineCommunications#40
Full Changelog: 2.2.0...2.2.1
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.
Full Changelog: 2.1.0...2.2.0
Release v2.1.0
What's Changed
- Update or remove Skyline.DataMiner.Utils.SecureCoding.Analyzers where needed by @MichielOda in #17
What's Changed from Skyline.DataMiner.VisualStudioTemplates
- Increase Minimum Supported DM version by @MichielOda in SkylineCommunications#37
- Add 'Skyline.DataMiner.Utils.Protocol.Extensions' for QActions by @SkylineTimothyVanPoucke in SkylineCommunications#29
Full Changelog: 2.0.2...2.1.0
Release v2.0.2
What's Changed from Skyline.DataMiner.VisualStudioTemplates
- Fix generation from within DIS (Import script or add existing script) by @MichielOda in SkylineCommunications#36
Full Changelog: 2.0.1...2.0.2
Release v2.0.1
What's Changed
- Update versions of Skyline.DataMiner.CICD.FileSystem & Skyline.DataMiner.Utils.SecureCoding.Analyzers by @MichielOda in #16
Changes from Skyline.DataMiner.VisualStudioTemplates
- Update template.json by @janstaelensskyline in SkylineCommunications#30
- Added GettingStarted on CLI by @janstaelensskyline in SkylineCommunications#31
- Bump Microsoft.NETFramework.ReferenceAssemblies and Skyline.DataMiner.Utils.SecureCoding.Analyzers in /working/templates/connectorsolution by @dependabot in SkylineCommunications#32
- Update versions Skyline.DataMiner.Sdk & Skyline.DataMiner.Utils.SecureCoding.Analyzers by @MichielOda in SkylineCommunications#33
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 SkylineCommunications#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.19...2.0.0
Release v1.0.19
Release v1.0.18
What's Changed
- Make connectors unicode by default by @SimonV-Skyline in #15
- Add SecureCoding NuGet & Analyzer to each C# project by @FlavioJA in SkylineCommunications#27
New Contributors
- @SimonV-Skyline made their first contribution in #15
Full Changelog: 1.0.17...1.0.18
Release v1.0.17
What's Changed
- reordered basic protocol tags by @SimonV-Skyline in SkylineCommunications#26
New Contributors
- @SimonV-Skyline made their first contribution in SkylineCommunications#26
Full Changelog: SkylineCommunications/Skyline.DataMiner.VisualStudioTemplates@1.0.15...1.0.16
Release v1.0.16
What's Changed
- Connector Solution - Update Directory.Build.props to not add StyleCop to non-QAction projects by @janstaelensskyline in SkylineCommunications#24
New Contributors
- @janstaelensskyline made their first contribution in SkylineCommunications#24
Full Changelog: 1.0.15...1.0.16