Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danjrwalsh committed Oct 25, 2024
1 parent 89f8dae commit 750317a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
<RepositoryUrl>https://github.com/danjrwalsh/NamingStrategyConverter</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageLicenseUrl>https://github.com/danjrwalsh/NamingStrategyConverter/blob/main/LICENSE</PackageLicenseUrl>
<Version>1.2.0</Version>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/NamingStrategyConverter/NamingStrategyConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Product>NamingStrategyConverter.NET</Product>
<Description>Naming strategy converter for .NET</Description>
<PackageLicenseUrl>https://github.com/danjrwalsh/NamingStrategyConverter/blob/main/LICENSE</PackageLicenseUrl>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down

0 comments on commit 750317a

Please sign in to comment.