-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathRapidBlazor.nuspec
38 lines (31 loc) · 1.35 KB
/
RapidBlazor.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>JasonTaylorDev.RapidBlazor</id>
<version>7.0.3</version>
<title>Rapid Blazor Template</title>
<authors>JasonTaylorDev</authors>
<description>Rapid Blazor Template for .NET.</description>
<summary>
This is a solution template for creating a Blazor WebAssembly application hosted on ASP.NET Core and following the principles of Clean Architecture.
</summary>
<releaseNotes>
Upgrade to 7.0 RTM
</releaseNotes>
<projectUrl>https://github.com/JasonTaylorDev/RapidBlazor</projectUrl>
<repository type="git" url="https://github.com/JasonTaylorDev/RapidBlazor.git" branch="main" />
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>clean-architecture project template csharp dotnet blazor</tags>
<icon>icon.png</icon>
<readme>README.md</readme>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file src=".template.config\icon.png" />
<file src="README.md" />
<file src=".\**" target="content" exclude=".github\workflows\package.yml;**\bin\**;**\obj\**;**\.vs\**;**\.vscode\**;**\wwwroot\dist\**;content\Directory.Build.*;**\.git\**;" />
</files>
</package>