Skip to content

Commit

Permalink
🐛 Don't include README for package in the template (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hona authored Dec 22, 2023
1 parent 3407768 commit 7d54aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion VerticalSliceArchitecture.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>

<id>Hona.VerticalSliceArchitecture.Template</id>
<version>0.5.1</version>
<version>0.5.2</version>
<title>Vertical Slice Architecture Template</title>
<authors>Hona</authors>
<description>Vertical Slice Architecture template using ASP.NET Core</description>
Expand All @@ -13,6 +13,7 @@
<releaseNotes>
`dotnet new` item templates for quicker slice development.
</releaseNotes>
<readme>README.md</readme>

<projectUrl>https://github.com/Hona/VerticalSliceArchitecture</projectUrl>
<repository type="git" url="https://github.com/Hona/VerticalSliceArchitecture.git" branch="main" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 7d54aa3

Please sign in to comment.