-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathFastEndpointsTemplate.nuspec
59 lines (52 loc) · 2.15 KB
/
FastEndpointsTemplate.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FastEndpoints.Template</id>
<version>1.0.11</version>
<title>FastEndpoints.Template</title>
<authors>CerealKiller</authors>
<description>FastEndpoints.Template for .NET 6.</description>
<summary>
This is a solution template for creating a APIs using FastEndpoints.
</summary>
<releaseNotes>
# [1.0.11] (2023-06-11)
- Updating packages
# [1.0.10] ()
# [1.0.9] (2022-10-18)
- Upgrading packages
# [1.0.8] (2022-09-13)
- Upgrading packages
# [1.0.7] (2022-08-31)
- Icon changed
- Upgrading packages
# [1.0.6] (2022-08-03)
- Adding Docker Support
# [1.0.5] (2022-08-03)
- Replacing launchSettings.json
# [1.0.3] (2022-07-24)
- Upgrading packages
# [1.0.3] (2022-07-24)
Bug Fixes
- Fixing serilog generation
- Fixing cookie auth generation
- Initial release
- Fixed scaffolding
- Fixing source name
</releaseNotes>
<projectUrl>https://github.com/BrosSquad/FastEndpoints.Template</projectUrl>
<repository type="git" url="https://github.com/BrosSquad/FastEndpoints.Template.git" branch="main"/>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>fastendpoints minimal api mvc asp net core project template csharp dotnet</tags>
<icon>icon.png</icon>
<packageTypes>
<packageType name="Template"/>
</packageTypes>
</metadata>
<files>
<file src=".template.config\icon.png"/>
<file src="README.md"/>
<file src=".\**" target="content"
exclude="**\node_modules\**;**\bin\**;**\obj\**;**\.vs\**;**\.vscode\**;**\ClientApp\dist\**;**\wwwroot\dist\**;content\Directory.Build.*;**\.git\**;**\.github\**;**\CODE_OF_CONDUCT.md;**\LICENSE;**\README.md;"/>
</files>
</package>