-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVSMA.nuspec
33 lines (26 loc) · 1.17 KB
/
VSMA.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 xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>VerticalSliceMinimalApi</id>
<version>8.0.0</version>
<title>Vertical Slice Minimal Api</title>
<authors>EnisMulic</authors>
<description>Vertical Slice Minimal Api Template for .NET 8.</description>
<summary>
A Vertical Slice Minimal Api Template for creating apps with ASP.NET Core.
</summary>
<projectUrl>https://github.com/EnisMulic/VerticalSliceMinimalApi</projectUrl>
<repository type="git" url="https://github.com/EnisMulic/VerticalSliceMinimalApi.git" branch="main" />
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>vertical-slice minimal-api project template csharp dotnet</tags>
<readme>README.md</readme>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file src="README.md" />
<file src=".\**" target="content" exclude="**\bin\**;**\obj\**;.\.vs\**;.\.git\**;.\.github\workflows\nuget.yml;.\.github\ISSUE_TEMPLATE\**;.\LICENSE;.\README.md;" />
</files>
</package>