Skip to content

Commit 611cfa7

Browse files
committed
- prepare release
- update KY.Core.Common to fix nuget resolve problems on Linux - add legacy Annotations project to be able to publish it with fallback to new Annotations package - move all assemblies to common bin folder - use similar output structure for .NET 4.6.1 as .NET Core does
1 parent 1c39ea6 commit 611cfa7

31 files changed

+116
-69
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
10+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

Angular/KY.Generator.Angular.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>KY-Programming</Authors>
66
<Company>KY-Programming</Company>
77
<Product>KY.Generator</Product>
8-
<Version>5.5.1</Version>
8+
<Version>5.5.2</Version>
99
<Copyright>2020 - KY-Programming</Copyright>
1010
<Description>Angular Module for KY-Generator
1111
Download KY.Generator to use this module</Description>
@@ -25,7 +25,7 @@ Download KY.Generator to use this module</Description>
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
28+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

Annotations/KY.Generator.Annotations.csproj

+11-3
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,25 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Company>KY-Programming</Company>
66
<Authors>KY-Programming</Authors>
7-
<Version>5.5.1</Version>
7+
<Version>5.5.2</Version>
88
<Product>KY.Generator</Product>
9-
<Description>Annotations for Reflection Module for KY-Generator</Description>
9+
<Description>Annotations for KY-Generator</Description>
1010
<Copyright>2020 - KY-Programming</Copyright>
1111
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
1212
<PackageProjectUrl>https://generator.ky-programming.de</PackageProjectUrl>
1313
<PackageIconUrl>https://ky-programming.de/images/logos/128.png</PackageIconUrl>
1414
<RepositoryUrl>https://github.com/KY-Programming/generator</RepositoryUrl>
1515
<RepositoryType></RepositoryType>
16-
<PackageTags>KY-Generator KY Generator Reflection Annotations</PackageTags>
16+
<PackageTags>KY-Generator KY Generator Annotations</PackageTags>
1717
<RootNamespace>KY.Generator</RootNamespace>
1818
</PropertyGroup>
1919

20+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
21+
<OutputPath>..\bin\Debug</OutputPath>
22+
</PropertyGroup>
23+
24+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
25+
<OutputPath>..\bin\Release</OutputPath>
26+
</PropertyGroup>
27+
2028
</Project>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
10+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

AspDotNet/KY.Generator.AspDotNet.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Company>KY-Programming</Company>
66
<Authors>KY-Programming</Authors>
7-
<Version>5.5.1</Version>
7+
<Version>5.5.2</Version>
88
<Product>KY.Generator</Product>
99
<Description>ASP.net Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
@@ -25,7 +25,7 @@ Download KY.Generator to use this module</Description>
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
28+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

CLI/KY.Generator.CLI.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
4141
<HintPath>..\packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath>
4242
</Reference>
43-
<Reference Include="KY.Core.Common, Version=4.16.2.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\packages\KY.Core.Common.4.16.2\lib\netstandard2.0\KY.Core.Common.dll</HintPath>
43+
<Reference Include="KY.Core.Common, Version=4.17.0.0, Culture=neutral, processorArchitecture=MSIL">
44+
<HintPath>..\packages\KY.Core.Common.4.17.0\lib\netstandard2.0\KY.Core.Common.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4747
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>

CLI/Properties/AssemblyInfo.cs

+2-2
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("5.5.1")]
36-
[assembly: AssemblyFileVersion("5.5.1")]
35+
[assembly: AssemblyVersion("5.5.2")]
36+
[assembly: AssemblyFileVersion("5.5.2")]

CLI/nuget.nuspec

+1-1
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>5.5.1</version>
6+
<version>5.5.2</version>
77
<title>KY.Generator.CLI</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>

CLI/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="Costura.Fody" version="3.3.2" targetFramework="net461" />
44
<package id="Fody" version="3.3.5" targetFramework="net461" developmentDependency="true" />
5-
<package id="KY.Core.Common" version="4.16.2" targetFramework="net461" />
5+
<package id="KY.Core.Common" version="4.17.0" targetFramework="net461" />
66
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" />
77
</packages>

Core.Tests/KY.Generator.Core.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
10+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

Core/KY.Generator.Core.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Company>KY-Programming</Company>
66
<Authors>KY-Programming</Authors>
77
<Product>KY.Generator</Product>
8-
<Version>5.5.1</Version>
8+
<Version>5.5.2</Version>
99
<Description>Core elements for KY-Generator
1010
Download KY.Generator to use this module</Description>
1111
<Copyright>2020 - KY-Programming</Copyright>
@@ -27,7 +27,7 @@ Download KY.Generator to use this module</Description>
2727
</PropertyGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
30+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
3131
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
3232
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="4.7.2" />
3333
</ItemGroup>

Csharp.Tests/KY.Generator.Csharp.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
10+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

Csharp/KY.Generator.CSharp.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>KY-Programming</Authors>
66
<Company>KY-Programming</Company>
77
<Product>KY.Generator</Product>
8-
<Version>5.5.1</Version>
8+
<Version>5.5.2</Version>
99
<Description>C# Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
1111
<Copyright>2020 - KY-Programming</Copyright>
@@ -25,7 +25,7 @@ Download KY.Generator to use this module</Description>
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
28+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

EntityFramework/KY.Generator.EntityFramework.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Authors>KY-Programming</Authors>
66
<Company>KY-Programming</Company>
77
<Product>KY.Generator</Product>
8-
<Version>5.5.1</Version>
8+
<Version>5.5.2</Version>
99
<Copyright>2020 - KY-Programming</Copyright>
1010
<Description>EntityFramework Module for KY-Generator
1111
Download KY.Generator to use this module</Description>
@@ -25,7 +25,7 @@ Download KY.Generator to use this module</Description>
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
28+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

Json.Tests/KY.Generator.Json.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
32+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
3333
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
3434
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
3535
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

Json/KY.Generator.Json.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Company>KY-Programming</Company>
66
<Authors>KY-Programming</Authors>
7-
<Version>5.5.1</Version>
7+
<Version>5.5.2</Version>
88
<Product>KY.Generator</Product>
99
<Description>JSON Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
@@ -26,7 +26,7 @@ Download KY.Generator to use this module</Description>
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
29+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
3030
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
3131
</ItemGroup>
3232

KY.Generator.sln

+10
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KY.Generator.Annotations",
5555
EndProject
5656
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KY.Generator.Tests", "Tests\Generator\KY.Generator.Tests.csproj", "{CD7B6707-035E-481B-9BE6-0FDDB551B2E3}"
5757
EndProject
58+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KY.Generator.Reflection.Annotations", "Reflection.Annotations\KY.Generator.Reflection.Annotations.csproj", "{110AD9C2-3E31-47D2-B84E-E14DA6604E87}"
59+
EndProject
5860
Global
5961
GlobalSection(SolutionConfigurationPlatforms) = preSolution
6062
Debug|Any CPU = Debug|Any CPU
@@ -271,6 +273,14 @@ Global
271273
{CD7B6707-035E-481B-9BE6-0FDDB551B2E3}.Release|Any CPU.Build.0 = Release|Any CPU
272274
{CD7B6707-035E-481B-9BE6-0FDDB551B2E3}.Release|x86.ActiveCfg = Release|Any CPU
273275
{CD7B6707-035E-481B-9BE6-0FDDB551B2E3}.Release|x86.Build.0 = Release|Any CPU
276+
{110AD9C2-3E31-47D2-B84E-E14DA6604E87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
277+
{110AD9C2-3E31-47D2-B84E-E14DA6604E87}.Debug|Any CPU.Build.0 = Debug|Any CPU
278+
{110AD9C2-3E31-47D2-B84E-E14DA6604E87}.Debug|x86.ActiveCfg = Debug|Any CPU
279+
{110AD9C2-3E31-47D2-B84E-E14DA6604E87}.Debug|x86.Build.0 = Debug|Any CPU
280+
{110AD9C2-3E31-47D2-B84E-E14DA6604E87}.Release|Any CPU.ActiveCfg = Release|Any CPU
281+
{110AD9C2-3E31-47D2-B84E-E14DA6604E87}.Release|Any CPU.Build.0 = Release|Any CPU
282+
{110AD9C2-3E31-47D2-B84E-E14DA6604E87}.Release|x86.ActiveCfg = Release|Any CPU
283+
{110AD9C2-3E31-47D2-B84E-E14DA6604E87}.Release|x86.Build.0 = Release|Any CPU
274284
EndGlobalSection
275285
GlobalSection(SolutionProperties) = preSolution
276286
HideSolutionNode = FALSE

Main.Legacy/Properties/AssemblyInfo.cs

+2-2
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("5.5.1")]
36-
[assembly: AssemblyFileVersion("5.5.1")]
35+
[assembly: AssemblyVersion("5.5.2")]
36+
[assembly: AssemblyFileVersion("5.5.2")]

Main/KY.Generator.csproj

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp3.0</TargetFramework>
66
<TargetFrameworks>netcoreapp2.0;netcoreapp3.0;net5.0</TargetFrameworks>
7-
<Version>5.5.1</Version>
7+
<Version>5.5.2</Version>
88
<Authors>KY-Programming</Authors>
99
<Product>KY.Generator</Product>
1010
<Copyright>2020 - KY-Programming</Copyright>
@@ -22,4 +22,8 @@
2222
<OutputPath>..\bin\x86\Debug</OutputPath>
2323
</PropertyGroup>
2424

25+
<PropertyGroup Condition="'$(Configuration)'=='Release'">
26+
<OutputPath>..\bin\Release</OutputPath>
27+
</PropertyGroup>
28+
2529
</Project>

Main/nuget.nuspec

+24-24
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>KY.Generator</id>
55
<!-- Ensure nuget.targets version is also updated -->
6-
<version>5.5.1</version>
6+
<version>5.5.2</version>
77
<title>KY.Generator</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>
@@ -19,29 +19,29 @@ Support for Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity F
1919
<tags>KY-Generator KY Generator</tags>
2020
</metadata>
2121
<files>
22-
<file src="bin\Release\netcoreapp2.0\publish\**\*.dll" target="tools\netcoreapp2.0" />
23-
<file src="bin\Release\netcoreapp2.0\publish\**\*.json" target="tools\netcoreapp2.0" />
24-
<!--<file src="bin\Release\netcoreapp2.0\win-x86\publish\**\*.dll" target="tools\netcoreapp2.0-x86" />
25-
<file src="bin\Release\netcoreapp2.0\win-x86\publish\**\*.json" target="tools\netcoreapp2.0-x86" />-->
26-
<file src="bin\Release\netcoreapp3.0\publish\**\*.dll" target="tools\netcoreapp3.0" />
27-
<file src="bin\Release\netcoreapp3.0\publish\**\*.json" target="tools\netcoreapp3.0" />
28-
<file src="bin\Release\netcoreapp3.0\publish\**\*.exe" target="tools\netcoreapp3.0" />
29-
<file src="bin\Release\netcoreapp3.0\win-x86\publish\**\*.dll" target="tools\netcoreapp3.0-x86" />
30-
<file src="bin\Release\netcoreapp3.0\win-x86\publish\**\*.exe" target="tools\netcoreapp3.0-x86" />
31-
<file src="bin\Release\netcoreapp3.0\win-x86\publish\**\*.json" target="tools\netcoreapp3.0-x86" />
32-
<file src="bin\Release\net5.0\publish\**\*.dll" target="tools\net5.0" />
33-
<file src="bin\Release\net5.0\publish\**\*.json" target="tools\net5.0" />
34-
<file src="bin\Release\net5.0\publish\**\*.exe" target="tools\net5.0" />
35-
<file src="bin\Release\net5.0\win-x86\publish\**\*.dll" target="tools\net5.0-x86" />
36-
<file src="bin\Release\net5.0\win-x86\publish\**\*.exe" target="tools\net5.0-x86" />
37-
<file src="bin\Release\net5.0\win-x86\publish\**\*.json" target="tools\net5.0-x86" />
38-
<file src="..\Main.Legacy\bin\Release\*.exe" target="tools\net461" />
39-
<file src="..\Main.Legacy\bin\Release\*.dll" target="tools\net461" />
40-
<file src="..\Main.Legacy\bin\Release\*.config" target="tools\net461" />
41-
<file src="..\Main.Legacy\bin\x86\Release\*.exe" target="tools\net461-x86" />
42-
<file src="..\Main.Legacy\bin\x86\Release\*.dll" target="tools\net461-x86" />
43-
<file src="..\Main.Legacy\bin\x86\Release\*.config" target="tools\net461-x86" />
44-
<file src="..\bin\Release\netstandard2.0\publish\*.dll" target="tools\netstandard2.0" />
22+
<file src="..\bin\Release\netcoreapp2.0\publish\**\*.dll" target="tools\netcoreapp2.0" />
23+
<file src="..\bin\Release\netcoreapp2.0\publish\**\*.json" target="tools\netcoreapp2.0" />
24+
<!--<file src="..\bin\Release\netcoreapp2.0\win-x86\publish\**\*.dll" target="tools\netcoreapp2.0-x86" />
25+
<file src="..\bin\Release\netcoreapp2.0\win-x86\publish\**\*.json" target="tools\netcoreapp2.0-x86" />-->
26+
<file src="..\bin\Release\netcoreapp3.0\publish\**\*.dll" target="tools\netcoreapp3.0" />
27+
<file src="..\bin\Release\netcoreapp3.0\publish\**\*.json" target="tools\netcoreapp3.0" />
28+
<file src="..\bin\Release\netcoreapp3.0\publish\**\*.exe" target="tools\netcoreapp3.0" />
29+
<file src="..\bin\Release\netcoreapp3.0\win-x86\publish\**\*.dll" target="tools\netcoreapp3.0-x86" />
30+
<file src="..\bin\Release\netcoreapp3.0\win-x86\publish\**\*.exe" target="tools\netcoreapp3.0-x86" />
31+
<file src="..\bin\Release\netcoreapp3.0\win-x86\publish\**\*.json" target="tools\netcoreapp3.0-x86" />
32+
<file src="..\bin\Release\net5.0\publish\**\*.dll" target="tools\net5.0" />
33+
<file src="..\bin\Release\net5.0\publish\**\*.json" target="tools\net5.0" />
34+
<file src="..\bin\Release\net5.0\publish\**\*.exe" target="tools\net5.0" />
35+
<file src="..\bin\Release\net5.0\win-x86\publish\**\*.dll" target="tools\net5.0-x86" />
36+
<file src="..\bin\Release\net5.0\win-x86\publish\**\*.exe" target="tools\net5.0-x86" />
37+
<file src="..\bin\Release\net5.0\win-x86\publish\**\*.json" target="tools\net5.0-x86" />
38+
<file src="..\bin\Release\net461\publish\**\*.exe" target="tools\net461" />
39+
<file src="..\bin\Release\net461\publish\**\*.dll" target="tools\net461" />
40+
<file src="..\bin\Release\net461\publish\**\*.config" target="tools\net461" />
41+
<file src="..\bin\Release\net461\win-x86\publish\**\*.exe" target="tools\net461-x86" />
42+
<file src="..\bin\Release\net461\win-x86\publish\**\*.dll" target="tools\net461-x86" />
43+
<file src="..\bin\Release\net461\win-x86\publish\**\*.config" target="tools\net461-x86" />
44+
<file src="..\bin\Release\netstandard2.0\publish\**\*.dll" target="tools\netstandard2.0" />
4545
<file src="nuget.targets" target="build\KY.Generator.targets" />
4646
</files>
4747
</package>

OData.Tests/KY.Generator.OData.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
10+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

OData/KY.Generator.OData.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Company>KY-Programming</Company>
66
<Authors>KY-Programming</Authors>
7-
<Version>5.5.1</Version>
7+
<Version>5.5.2</Version>
88
<Product>KY.Generator</Product>
99
<Description>oData Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
@@ -25,7 +25,7 @@ Download KY.Generator to use this module</Description>
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
28+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
2929
<PackageReference Include="Microsoft.OData.Edm" Version="7.6.2" />
3030
</ItemGroup>
3131

OpenApi/KY.Generator.OpenApi.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<Company>KY-Programming</Company>
66
<Authors>KY-Programming</Authors>
7-
<Version>5.5.1</Version>
7+
<Version>5.5.2</Version>
88
<Product>KY.Generator</Product>
99
<Description>OpenApi Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
@@ -26,7 +26,7 @@ Download KY.Generator to use this module</Description>
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="KY.Core.Common" Version="4.16.2" />
29+
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
3030
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.1.4" />
3131
</ItemGroup>
3232

0 commit comments

Comments
 (0)