Skip to content

Commit 750317a

Browse files
committed
chore(release): v1.2.0
1 parent 89f8dae commit 750317a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/NamingStrategyConverter.SystemTextJson/NamingStrategyConverter.SystemTextJson.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@
1414
<RepositoryUrl>https://github.com/danjrwalsh/NamingStrategyConverter</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<PackageLicenseUrl>https://github.com/danjrwalsh/NamingStrategyConverter/blob/main/LICENSE</PackageLicenseUrl>
17+
<Version>1.2.0</Version>
1718
</PropertyGroup>
1819

1920
<ItemGroup>
20-
<PackageReference Include="System.Text.Json" Version="8.0.4" />
21+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
2122
</ItemGroup>
2223

2324
<ItemGroup>

src/NamingStrategyConverter/NamingStrategyConverter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Product>NamingStrategyConverter.NET</Product>
1818
<Description>Naming strategy converter for .NET</Description>
1919
<PackageLicenseUrl>https://github.com/danjrwalsh/NamingStrategyConverter/blob/main/LICENSE</PackageLicenseUrl>
20-
<Version>1.1.0</Version>
20+
<Version>1.2.0</Version>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
</PropertyGroup>
2323

0 commit comments

Comments
 (0)