Skip to content

Commit a6f32f6

Browse files
committed
fix: casing to align with .NET JSON serializer (for short properties like 'S1')
Prepare release
1 parent dce6ce2 commit a6f32f6

32 files changed

+52
-52
lines changed

Angular.Tests/KY.Generator.Angular.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="KY.Core.Common" Version="4.31.1" />
12+
<PackageReference Include="KY.Core.Common" Version="4.32.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1414
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1515
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

Angular/KY.Generator.Angular.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<Authors>KY-Programming</Authors>
66
<Company>KY-Programming</Company>
77
<Product>KY.Generator</Product>
8-
<Version>8.6.0</Version>
9-
<Copyright>2022 - KY-Programming</Copyright>
8+
<Version>8.7.0</Version>
9+
<Copyright>2023 - KY-Programming</Copyright>
1010
<Description>Angular Module for KY-Generator
1111
Download KY.Generator to use this module</Description>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>

Annotations/KY.Generator.Annotations.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Company>KY-Programming</Company>
66
<Authors>KY-Programming</Authors>
7-
<Version>8.6.0</Version>
7+
<Version>8.7.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>Annotations for KY-Generator</Description>
10-
<Copyright>2022 - KY-Programming</Copyright>
10+
<Copyright>2023 - KY-Programming</Copyright>
1111
<PackageReadmeFile>README.md</PackageReadmeFile>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<PackageProjectUrl>https://generator.ky-programming.de</PackageProjectUrl>

AspDotNet.Tests/KY.Generator.AspDotNet.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="KY.Core.Common" Version="4.31.1" />
12+
<PackageReference Include="KY.Core.Common" Version="4.32.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1414
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1515
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

AspDotNet/KY.Generator.AspDotNet.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Company>KY-Programming</Company>
66
<Authors>KY-Programming</Authors>
7-
<Version>8.6.0</Version>
7+
<Version>8.7.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>ASP.net Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
11-
<Copyright>2022 - KY-Programming</Copyright>
11+
<Copyright>2023 - KY-Programming</Copyright>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1414
<PackageProjectUrl>https://generator.ky-programming.de</PackageProjectUrl>
@@ -29,7 +29,7 @@ Download KY.Generator to use this module</Description>
2929
</PropertyGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="KY.Core.Common" Version="4.31.1" />
32+
<PackageReference Include="KY.Core.Common" Version="4.32.0" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

CLI/KY.Generator.CLI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<HintPath>..\packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="KY.Core.Common, Version=4.31.1.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\KY.Core.Common.4.31.1\lib\netstandard2.0\KY.Core.Common.dll</HintPath>
45+
<Reference Include="KY.Core.Common, Version=4.32.0.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\packages\KY.Core.Common.4.32.0\lib\netstandard2.0\KY.Core.Common.dll</HintPath>
4747
</Reference>
4848
<Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
4949
<HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>

CLI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("8.6.0.0")]
36-
[assembly: AssemblyFileVersion("8.6.0.0")]
35+
[assembly: AssemblyVersion("8.7.0.0")]
36+
[assembly: AssemblyFileVersion("8.7.0.0")]

CLI/nuget.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>KY.Generator.CLI</id>
55
<!-- Ensure nuget.targets version is also updated -->
6-
<version>8.6.0</version>
6+
<version>8.7.0</version>
77
<title>KY.Generator.CLI</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>

CLI/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Costura.Fody" version="5.7.0" targetFramework="net461" developmentDependency="true" />
44
<package id="Fody" version="6.5.5" targetFramework="net461" developmentDependency="true" />
5-
<package id="KY.Core.Common" version="4.31.1" targetFramework="net461" />
5+
<package id="KY.Core.Common" version="4.32.0" targetFramework="net461" />
66
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net461" />
77
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net461" />
88
<package id="NETStandard.Library" version="1.6.1" targetFramework="net461" />

Common.Tests/KY.Generator.Common.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="KY.Core.Common" Version="4.31.1" />
12+
<PackageReference Include="KY.Core.Common" Version="4.32.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1414
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1515
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

0 commit comments

Comments
 (0)