Skip to content

Commit 8e762f0

Browse files
committed
bump version
1 parent d28a00c commit 8e762f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FSH.StarterKit.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>FullStackHero.NET.StarterKit</id>
55
<title>FullStackHero .NET Starter Kit</title>
6-
<version>2.0.3-rc</version>
6+
<version>2.0.4-rc</version>
77
<authors>Mukesh Murugan</authors>
88
<description>The best way to start a full-stack Multi-tenant .NET 9 Web App.</description>
99
<language>en-US</language>

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
1111
<AnalysisLevel>latest</AnalysisLevel>
1212
<AnalysisMode>All</AnalysisMode>
13-
<ContainerImageTags>2.0.3-rc;latest</ContainerImageTags>
13+
<ContainerImageTags>2.0.4-rc;latest</ContainerImageTags>
1414
</PropertyGroup>
1515
<ItemGroup>
1616
<PackageReference Include="SonarAnalyzer.CSharp" PrivateAssets="all" Condition="$(MSBuildProjectExtension) == '.csproj'" />

0 commit comments

Comments
 (0)