Skip to content

Commit

Permalink
release 2.0.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
iammukeshm committed Aug 23, 2024
1 parent ca7ed4b commit bb3c721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FSH.StarterKit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>FullStackHero.NET.StarterKit</id>
<title>FullStackHero .NET Starter Kit</title>
<version>2.0.1-rc</version>
<version>2.0.2-rc</version>
<authors>Mukesh Murugan</authors>
<description>The best way to start a full-stack Multi-tenant .NET 8 Web App.</description>
<language>en-US</language>
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AnalysisLevel>latest</AnalysisLevel>
<AnalysisMode>All</AnalysisMode>
<ContainerImageTags>2.0.1-rc;latest</ContainerImageTags>
<ContainerImageTags>2.0.2-rc;latest</ContainerImageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SonarAnalyzer.CSharp" PrivateAssets="all" Condition="$(MSBuildProjectExtension) == '.csproj'" />
Expand Down

0 comments on commit bb3c721

Please sign in to comment.