1 Star 0 Fork 0

爱吃油麦菜/dotnet-starter-kit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FSH.WebApi.nuspec 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Mukesh Murugan 提交于 2023-04-08 09:23 . update nuspec
<?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>.NET WebAPI Boilerplate - FullStackHero</title>
<version>1.0.0</version>
<authors>Mukesh Murugan</authors>
<description>
Clean Architecture Template for .NET 7.0 WebAPI built with Multitenancy Support.
</description>
<language>en-US</language>
<license type="file">./content/LICENSE</license>
<copyright>2023</copyright>
<readme>./content/README.md</readme>
<projectUrl>https://fullstackhero.net/dotnet-webapi-boilerplate/general/getting-started/</projectUrl>
<repository type="git" url="https://github.com/fullstackhero/dotnet-webapi-boilerplate.git"/>
<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\**;**\Images\**;**\Logs\**;**\.terraform\**;**\.terraform.lock.hcl;**\terraform.tfstate;**\.nupkg;**\nupkg;" />
</files>
</package>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Axxbis/dotnet-starter-kit.git
git@gitee.com:Axxbis/dotnet-starter-kit.git
Axxbis
dotnet-starter-kit
dotnet-starter-kit
master

搜索帮助