2
2
3
3
<PropertyGroup >
4
4
<PackageType >Template</PackageType >
5
- <PackageVersion >1.0.1 </PackageVersion >
5
+ <PackageVersion >1.0.2 </PackageVersion >
6
6
<PackageId >Skyline.DataMiner.VisualStudioTemplates</PackageId >
7
7
<Title >DataMiner DotNet Templates</Title >
8
8
<Authors >SkylineCommunications</Authors >
9
9
<Description >This package contains DataMiner dotnet templates for use in Visual Studio and the dotnet CLI.</Description >
10
10
<PackageTags >dotnet-new;templates;DataMiner</PackageTags >
11
-
11
+ <PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
12
+ <PackageRequireLicenseAcceptance >False</PackageRequireLicenseAcceptance >
13
+ <PackageIcon >Icon.png</PackageIcon >
14
+ <PackageReadmeFile >README.md</PackageReadmeFile >
15
+
12
16
<TargetFramework >netstandard2.0</TargetFramework >
13
-
14
17
<IncludeContentInPack >true</IncludeContentInPack >
15
18
<IncludeBuildOutput >false</IncludeBuildOutput >
16
19
<ContentTargetFolders >content</ContentTargetFolders >
17
20
<NoWarn >$(NoWarn);NU5128</NoWarn >
18
21
<NoDefaultExcludes >true</NoDefaultExcludes >
19
22
</PropertyGroup >
20
-
21
- <ItemGroup >
22
- <Content Include =" templates\**\*" Exclude =" templates\**\bin\**;templates\**\obj\**" />
23
- <Compile Remove =" **\*" />
24
- </ItemGroup >
23
+
24
+ <ItemGroup >
25
+ <None Include =" ..\nuget\Icon.png" >
26
+ <Pack >True</Pack >
27
+ <PackagePath >\</PackagePath >
28
+ </None >
29
+ <None Include =" ..\LICENSE.txt" >
30
+ <Pack >True</Pack >
31
+ <PackagePath >\</PackagePath >
32
+ </None >
33
+ <None Include =" ..\README.md" >
34
+ <Pack >True</Pack >
35
+ <PackagePath >\</PackagePath >
36
+ </None >
37
+ </ItemGroup >
38
+
39
+ <ItemGroup >
40
+ <Content Include =" templates\**\*" Exclude =" templates\**\bin\**;templates\**\obj\**" />
41
+ <Compile Remove =" **\*" />
42
+ </ItemGroup >
25
43
26
44
</Project >
0 commit comments