-
Notifications
You must be signed in to change notification settings - Fork 1
/
DotNetNewNSpec.nuspec
33 lines (31 loc) · 1.51 KB
/
DotNetNewNSpec.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>dotnet-new-nspec</id>
<version>1.0.2</version>
<title>NSpec dotnet new templates</title>
<summary>NSpec Visual Studio project templates for .NET Core Command Line Interface.</summary>
<description>
It installs Visual Studio project templates to be used when creating projects from .NET Core 'dotnet new' command line interface.
Currently, it contains a project template for a NSpec test library targeting both .NET Core and .NET Frameowrk.
NOTE:
Even if template currently creates a project supporting .NET Core Tools Preview 2 (the one based on project.json),
in order to install custom CLI templates like this you need to have at least .NET Core Tools RC4 on your development machine.
</description>
<authors>BrainCrumbz</authors>
<owners>BrainCrumbz</owners>
<projectUrl>https://github.com/nspec/DotNetNewNSpec</projectUrl>
<licenseUrl>https://github.com/nspec/DotNetNewNSpec/blob/master/license.txt</licenseUrl>
<iconUrl>https://cdn.rawgit.com/nspec/NSpec/gh-pages/assets/images/logo.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes></releaseNotes>
<tags>testing bdd tdd rspec mocha dotnet core test template</tags>
<language>en-US</language>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file src="Content\**" exclude="**\.vs\**;**\bin\**;**\obj\**;**\*.user;**\*.lock.json" target="content"/>
</files>
</package>