You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-17
Original file line number
Diff line number
Diff line change
@@ -21,26 +21,13 @@ The **Skyline.DataMiner.Sdk** is a development kit designed to streamline the cr
21
21
22
22
## Getting Started
23
23
24
-
### 1. Installation
25
-
To use the SDK, add it as a dependency in your project via NuGet:
26
-
27
-
```bash
28
-
dotnet add package Skyline.DataMiner.Sdk
29
-
```
30
-
31
-
Or through the Visual Studio Package Manager:
32
-
33
-
```bash
34
-
Install-Package Skyline.DataMiner.Sdk
35
-
```
36
-
37
-
### 2. Setting Up the Project
24
+
### 1. Setting Up the Project
38
25
Create your DataMiner project using the **Skyline.DataMiner.VisualStudioTemplates**. These templates provide pre-configured project scaffolding, so you can focus on developing your components instead of worrying about setup.
39
26
40
-
### 3. Building Your Project
27
+
### 2. Building Your Project
41
28
Simply build or compile the project using any standard build tool (e.g., Visual Studio, MSBuild). The SDK will take care of generating the necessary DataMiner Installation Packages (.dmapp).
42
29
43
-
### 4. Publishing to the Catalog
30
+
### 3. Publishing to the Catalog
44
31
Once your package is ready, use the `Publish` command provided by the SDK to upload the package directly to the DataMiner Catalog.
45
32
46
33
```bash
@@ -54,7 +41,7 @@ dotnet publish
54
41
1.**Create a new DataMiner solution** using the **Skyline.DataMiner.VisualStudioTemplates**.
55
42
2.**Develop your protocols, automation scripts, or apps** within the provided structure.
56
43
3.**Build the project** to generate the DataMiner Installation Package.
57
-
4.**Publish the package** to the catalog using the `PublishToCatalog` task.
44
+
4.**Publish the package** to the catalog using the `Publish` dotnet call.
Copy file name to clipboardexpand all lines: Sdk/README.md
+3-16
Original file line number
Diff line number
Diff line change
@@ -21,26 +21,13 @@ The **Skyline.DataMiner.Sdk** is a development kit designed to streamline the cr
21
21
22
22
## Getting Started
23
23
24
-
### 1. Installation
25
-
To use the SDK, add it as a dependency in your project via NuGet:
26
-
27
-
```bash
28
-
dotnet add package Skyline.DataMiner.Sdk
29
-
```
30
-
31
-
Or through the Visual Studio Package Manager:
32
-
33
-
```bash
34
-
Install-Package Skyline.DataMiner.Sdk
35
-
```
36
-
37
-
### 2. Setting Up the Project
24
+
### 1. Setting Up the Project
38
25
Create your DataMiner project using the **Skyline.DataMiner.VisualStudioTemplates**. These templates provide pre-configured project scaffolding, so you can focus on developing your components instead of worrying about setup.
39
26
40
-
### 3. Building Your Project
27
+
### 2. Building Your Project
41
28
Simply build or compile the project using any standard build tool (e.g., Visual Studio, MSBuild). The SDK will take care of generating the necessary DataMiner Installation Packages (.dmapp).
42
29
43
-
### 4. Publishing to the Catalog
30
+
### 3. Publishing to the Catalog
44
31
Once your package is ready, use the `Publish` command provided by the SDK to upload the package directly to the DataMiner Catalog.
0 commit comments