Skip to content

Commit

Permalink
chore: additional nuspec config
Browse files Browse the repository at this point in the history
  • Loading branch information
EnisMulic committed Dec 2, 2023
1 parent 8e2c647 commit 236383d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: CI

on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion VSMA.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>

<id>VerticalSliceMinimalApi</id>
<version>7.0.0</version>
<version>7.0.1</version>
<title>Vertical Slice Minimal Api</title>
<authors>EnisMulic</authors>
<description>Vertical Slice Minimal Api Template for .NET 7.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/Api/Api.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>

<IsPackable>true</IsPackable>
<UserSecretsId>8c645c6e-104f-44c0-8c0d-895ce52b5cf4</UserSecretsId>
</PropertyGroup>

Expand Down

0 comments on commit 236383d

Please sign in to comment.