-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathModularMonolith.nuspec
More file actions
29 lines (29 loc) · 1.19 KB
/
ModularMonolith.nuspec
File metadata and controls
29 lines (29 loc) · 1.19 KB
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>ModularMonolith.Solution.Template</id>
<title>ASP.NET Core Modular Monolith Solution Template</title>
<version>1.10.0.6</version>
<authors>minhvu</authors>
<description>
Modular Monolith Solution Template popularized by minhvu.
</description>
<language>en-US</language>
<license type="expression">MIT</license>
<projectUrl>https://github.com/lightdotnet/ModularMonolith</projectUrl>
<releaseNotes>
* Update BlazorServer, Migrations
</releaseNotes>
<packageTypes>
<packageType name="Template" />
</packageTypes>
<tags>Modular Monolith Architecture ddd domain-driven-design modular-monolith-architecture modular monolith architecture minhvu SOLID</tags>
<icon>icon.png</icon>
<readme>README.md</readme>
</metadata>
<files>
<file src="README.md" />
<file src=".template.config\icon.png" />
<file src=".\**" target="content" exclude="**\bin\**;**\obj\**;**\.git\**;**\.github\**;**\*.user;**\.vs\**;**\.vscode\**;**\.gitignore;**\sample\**;**\logs\**;**\node_modules\**;" />
</files>
</package>