Skip to content

Commit

Permalink
refactor: Expose ExpressionFomatter as public
Browse files Browse the repository at this point in the history
  • Loading branch information
tanczosm committed May 22, 2024
1 parent 9553d55 commit 1f4cbdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Rizzy/Components/Form/Helpers/ExpressionFormatter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Rizzy.Components.Form.Helpers;

internal static class ExpressionFormatter
public static class ExpressionFormatter
{
static ExpressionFormatter()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Rizzy/Rizzy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<Version>2.0.0</Version>
<Version>2.0.1</Version>
<EnablePackageValidation>true</EnablePackageValidation>
<GenerateCompatibilitySuppressionFile>true</GenerateCompatibilitySuppressionFile>
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
Expand Down

0 comments on commit 1f4cbdf

Please sign in to comment.