generated from trihugger/dotnet-webapi-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DN.WebApi.nuspec
25 lines (25 loc) · 1.16 KB
/
DN.WebApi.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>FullStackHero.WebAPI.Boilerplate</id>
<title>FullStackHero WebAPI Boilerplate</title>
<version>0.0.1-rc</version>
<authors>Mukesh Murugan</authors>
<description>
Clean Architecture Template for .NET 6.0 WebAPI built with Multitenancy Support.
</description>
<language>en-US</language>
<license type="expression">MIT</license>
<copyright>2021</copyright>
<projectUrl>https://fullstackhero.net/dotnet-webapi-boilerplate/</projectUrl>
<repository type="git" url="https://github.com/fullstackhero/dotnet-webapi-boilerplate.git" branch="master" commit="1403b1b5637b526b356995c7a6e0b17ab5c780e9" />
<packageTypes>
<packageType name="Template" />
</packageTypes>
<tags>cleanarchitecture clean architecture WebAPI mukesh codewithmukesh fullstackhero solution csharp</tags>
<icon>./content/icon.png</icon>
</metadata>
<files>
<file src=".\**" target="content" exclude="**\bin\**;**\obj\**;**\.git\**;**\.github\**;**\*.user;**\.vs\**;**\.vscode\**;**\Images\**" />
</files>
</package>