Skip to content

Releases: SkylineCommunications/Skyline.DataMiner.VisualStudioTemplates

Release v2.2.0

10 Mar 15:54
d967e38
Compare
Choose a tag to compare

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

Full Changelog: 2.1.0...2.2.0

Release v2.1.0

06 Mar 08:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.4...2.1.0

Release v2.0.4

05 Mar 09:15
Compare
Choose a tag to compare

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

21 Feb 13:37
5a32cfe
Compare
Choose a tag to compare

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

13 Feb 15:38
58845a1
Compare
Choose a tag to compare

FIX: GettingStarted.md was not generating for CLI.

What's Changed

Full Changelog: 2.0.1...2.0.2

release v2.0.1

13 Feb 10:46
e34d063
Compare
Choose a tag to compare

Small adjustment to the Description of the GeneratePackage checkbox description for Package Project.

What's Changed

Full Changelog: 2.0.0...2.0.1

Release v2.0.0

07 Feb 12:58
2daa197
Compare
Choose a tag to compare

What's Changed

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

13 Jan 12:42
Compare
Choose a tag to compare

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

24 Dec 12:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.16...1.0.17

Release v1.0.16

28 Nov 09:52
3ee00ad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.15...1.0.16