Skip to content

Commit

Permalink
Upgrade CsToml Generator v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prozolic committed Dec 29, 2024
1 parent 65dfbea commit f715ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CsToml.Generator/CsToml.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<RepositoryType>git</RepositoryType>
<PackageTags>TOML,serializer</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>1.3.0</VersionPrefix>
<VersionPrefix>1.3.1</VersionPrefix>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/CsToml/CsToml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RepositoryType>git</RepositoryType>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>1.3.0</VersionPrefix>
<VersionPrefix>1.3.1</VersionPrefix>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f715ec9

Please sign in to comment.