Skip to content

Commit f45cb0c

Browse files
Adjusted readme, adjusted version
1 parent 04cb086 commit f45cb0c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ Visual Studio template that creates a Solution containing pre-filled meta-data t
2222

2323
Visual Studio template that creates a Project containing pre-filled meta-data to handle NuGet creation.
2424

25+
### .NET Tool solution
26+
27+
Visual Studio template that creates a Solution containing pre-filled meta-data to handle .NET Tool creation.
28+
29+
### .NET Tool project
30+
31+
Visual Studio template that creates a Project containing pre-filled meta-data to handle .NET Tool creation.
2532
## How to install
2633

2734
As of version 2.42, DataMiner Integration Studio (DIS) automatically installs the latest template package when you open Visual Studio. If you don't have this version of DIS, then follow these steps:

working/templatepack.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageType>template</PackageType>
5-
<PackageVersion>1.0.5-Beta1</PackageVersion>
5+
<PackageVersion>1.0.5</PackageVersion>
66
<PackageId>Skyline.DataMiner.VisualStudioTemplates.Internal</PackageId>
77
<Title>DataMiner DotNet Templates</Title>
88
<Authors>SkylineCommunications</Authors>

0 commit comments

Comments
 (0)