Skip to content

Releases: SkylineCommunications/Skyline.DataMiner.VisualStudioTemplates.Internal

Release v2.2.1

17 Mar 10:22
Compare
Choose a tag to compare

What's Changed from Skyline.DataMiner.VisualStudioTemplates

Full Changelog: 2.2.0...2.2.1

Release v2.2.0

10 Mar 16:56
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.

Full Changelog: 2.1.0...2.2.0

Release v2.1.0

06 Mar 08:41
f4b5043
Compare
Choose a tag to compare

What's Changed

  • Update or remove Skyline.DataMiner.Utils.SecureCoding.Analyzers where needed by @MichielOda in #17

What's Changed from Skyline.DataMiner.VisualStudioTemplates

Full Changelog: 2.0.2...2.1.0

Release v2.0.2

05 Mar 09:17
Compare
Choose a tag to compare

What's Changed from Skyline.DataMiner.VisualStudioTemplates

Full Changelog: 2.0.1...2.0.2

Release v2.0.1

21 Feb 13:46
d983ba7
Compare
Choose a tag to compare

What's Changed

  • Update versions of Skyline.DataMiner.CICD.FileSystem & Skyline.DataMiner.Utils.SecureCoding.Analyzers by @MichielOda in #16

Changes from Skyline.DataMiner.VisualStudioTemplates

Full Changelog: 2.0.0...2.0.1

Release v2.0.0

07 Feb 13:00
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.19...2.0.0

Release v1.0.19

Release v1.0.18

24 Dec 12:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.17...1.0.18

Release v1.0.17

28 Nov 09:53
4029351
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: SkylineCommunications/Skyline.DataMiner.VisualStudioTemplates@1.0.15...1.0.16

Release v1.0.16

19 Aug 13:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.15...1.0.16