Skip to content

Commit 9f20fa8

Browse files
readme
1 parent b9fb864 commit 9f20fa8

File tree

2 files changed

+7
-33
lines changed

2 files changed

+7
-33
lines changed

README.md

+4-17
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,13 @@ The **Skyline.DataMiner.Sdk** is a development kit designed to streamline the cr
2121

2222
## Getting Started
2323

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
3825
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.
3926

40-
### 3. Building Your Project
27+
### 2. Building Your Project
4128
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).
4229

43-
### 4. Publishing to the Catalog
30+
### 3. Publishing to the Catalog
4431
Once your package is ready, use the `Publish` command provided by the SDK to upload the package directly to the DataMiner Catalog.
4532

4633
```bash
@@ -54,7 +41,7 @@ dotnet publish
5441
1. **Create a new DataMiner solution** using the **Skyline.DataMiner.VisualStudioTemplates**.
5542
2. **Develop your protocols, automation scripts, or apps** within the provided structure.
5643
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.
5845

5946
---
6047

Sdk/README.md

+3-16
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,13 @@ The **Skyline.DataMiner.Sdk** is a development kit designed to streamline the cr
2121

2222
## Getting Started
2323

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
3825
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.
3926

40-
### 3. Building Your Project
27+
### 2. Building Your Project
4128
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).
4229

43-
### 4. Publishing to the Catalog
30+
### 3. Publishing to the Catalog
4431
Once your package is ready, use the `Publish` command provided by the SDK to upload the package directly to the DataMiner Catalog.
4532

4633
```bash

0 commit comments

Comments
 (0)