Skip to content

Commit 018e315

Browse files
committed
Preparations for release
1 parent 52ca0dc commit 018e315

35 files changed

+67
-67
lines changed

Angular/KY.Generator.Angular.csproj

+1-1
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>3.4.1</Version>
8+
<Version>3.5.0</Version>
99
<Copyright>2020 - KY-Programming</Copyright>
1010
<Description>Angular Module for KY-Generator
1111
Download KY.Generator.CLI to use this module</Description>

AspDotNet/KY.Generator.AspDotNet.csproj

+1-1
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>3.4.1</Version>
7+
<Version>3.5.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>ASP.net Module for KY-Generator
1010
Download KY.Generator.CLI to use this module</Description>

CLI.Core.Full/KY.Generator.CLI.Core.Full.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.2</TargetFramework>
6-
<Version>3.4.1</Version>
6+
<Version>3.5.0</Version>
77
<Authors>KY-Programming</Authors>
88
<Product>KY.Generator</Product>
99
<Copyright>2020 - KY-Programming</Copyright>

CLI.Core.Full/nuget.nuspec

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>KY.Generator.CLI.Core.Full</id>
55
<!-- Ensure nuget.targets version is also updated -->
6-
<version>3.4.1</version>
6+
<version>3.5.0</version>
77
<title>KY.Generator.CLI.Core.Full</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>
@@ -17,17 +17,17 @@ Generate classes from oData, .NET assembly, JSON or TSQL to C# or TypeScript. Su
1717
<copyright>Copyright 2020</copyright>
1818
<tags>KY-Generator KY Generator .netCore CLI</tags>
1919
<dependencies>
20-
<dependency id="KY.Generator.Angular" version="3.4.1" />
21-
<dependency id="KY.Generator.AspDotNet" version="3.4.1" />
22-
<dependency id="KY.Generator.Core" version="3.4.1" />
23-
<dependency id="KY.Generator.Csharp" version="3.4.1" />
24-
<dependency id="KY.Generator.EntityFramework" version="3.4.1" />
25-
<dependency id="KY.Generator.Json" version="3.4.1" />
26-
<dependency id="KY.Generator.OData" version="3.4.1" />
27-
<dependency id="KY.Generator.OpenApi" version="3.4.1" />
28-
<dependency id="KY.Generator.Reflection" version="3.4.1" />
29-
<dependency id="KY.Generator.Tsql" version="3.4.1" />
30-
<dependency id="KY.Generator.TypeScript" version="3.4.1" />
20+
<dependency id="KY.Generator.Angular" version="3.5.0" />
21+
<dependency id="KY.Generator.AspDotNet" version="3.5.0" />
22+
<dependency id="KY.Generator.Core" version="3.5.0" />
23+
<dependency id="KY.Generator.Csharp" version="3.5.0" />
24+
<dependency id="KY.Generator.EntityFramework" version="3.5.0" />
25+
<dependency id="KY.Generator.Json" version="3.5.0" />
26+
<dependency id="KY.Generator.OData" version="3.5.0" />
27+
<dependency id="KY.Generator.OpenApi" version="3.5.0" />
28+
<dependency id="KY.Generator.Reflection" version="3.5.0" />
29+
<dependency id="KY.Generator.Tsql" version="3.5.0" />
30+
<dependency id="KY.Generator.TypeScript" version="3.5.0" />
3131
</dependencies>
3232
</metadata>
3333
<files>

CLI.Core.Full/nuget.targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Target Name="KYGeneratorCLICoreFullBeforeTarget" BeforeTargets="BeforeBuild">
4-
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core.full\3.4.1\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
4+
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core.full\3.5.0\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
55
CustomErrorRegularExpression="^Error:"
66
CustomWarningRegularExpression="^Warning:"></Exec>
77
</Target>
88
<Target Name="KYGeneratorCLICoreFullTarget" AfterTargets="AfterBuild">
9-
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core.full\3.4.1\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
9+
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core.full\3.5.0\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
1010
CustomErrorRegularExpression="^Error:"
1111
CustomWarningRegularExpression="^Warning:"></Exec>
1212
</Target>

CLI.Core.Minimal/KY.Generator.CLI.Core.Minimal.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.2</TargetFramework>
6-
<Version>3.4.1</Version>
6+
<Version>3.5.0</Version>
77
<Authors>KY-Programming</Authors>
88
<Product>KY.Generator</Product>
99
<Copyright>2020 - KY-Programming</Copyright>

CLI.Core.Minimal/nuget.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>KY.Generator.CLI.Core.Minimal</id>
55
<!-- Ensure nuget.targets version is also updated -->
6-
<version>3.4.1</version>
6+
<version>3.5.0</version>
77
<title>KY.Generator.CLI.Core.Minimal</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>

CLI.Core.Minimal/nuget.targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Target Name="KYGeneratorCLICoreMinimalBeforeTarget" BeforeTargets="BeforeBuild">
4-
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core.minimal\3.4.1\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
4+
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core.minimal\3.5.0\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
55
CustomErrorRegularExpression="^Error:"
66
CustomWarningRegularExpression="^Warning:"></Exec>
77
</Target>
88
<Target Name="KYGeneratorCLICoreMinimalAfterTarget" AfterTargets="AfterBuild">
9-
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core.minimal\3.4.1\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
9+
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core.minimal\3.5.0\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
1010
CustomErrorRegularExpression="^Error:"
1111
CustomWarningRegularExpression="^Warning:"></Exec>
1212
</Target>

CLI.Core.Standalone/KY.Generator.CLI.Core.Standalone.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.2</TargetFramework>
6-
<Version>3.4.1</Version>
6+
<Version>3.5.0</Version>
77
<Authors>KY-Programming</Authors>
88
<Product>KY.Generator</Product>
99
<Copyright>2020 - KY-Programming</Copyright>

CLI.Core.Standalone/nuget.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>KY.Generator.CLI.Core.Standalone</id>
5-
<version>3.4.1</version>
5+
<version>3.5.0</version>
66
<title>KY.Generator.CLI.Core.Standalone</title>
77
<authors>KY-Programming</authors>
88
<owners>KY-Programming</owners>

CLI.Core/KY.Generator.CLI.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>netcoreapp2.2</TargetFramework>
6-
<Version>3.4.1</Version>
6+
<Version>3.5.0</Version>
77
<Authors>KY-Programming</Authors>
88
<Product>KY.Generator</Product>
99
<Copyright>2020 - KY-Programming</Copyright>

CLI.Core/nuget.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>KY.Generator.CLI.Core</id>
55
<!-- Ensure nuget.targets version is also updated -->
6-
<version>3.4.1</version>
6+
<version>3.5.0</version>
77
<title>KY.Generator.CLI.Core</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>

CLI.Core/nuget.targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Target Name="KYGeneratorCLICoreBeforeTarget" BeforeTargets="BeforeBuild">
4-
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core\3.4.1\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
4+
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core\3.5.0\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
55
CustomErrorRegularExpression="^Error:"
66
CustomWarningRegularExpression="^Warning:"></Exec>
77
</Target>
88
<Target Name="KYGeneratorCLICoreAfterTarget" AfterTargets="AfterBuild">
9-
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core\3.4.1\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
9+
<Exec Command="dotnet %22%25USERPROFILE%25\.nuget\packages\ky.generator.cli.core\3.5.0\tools\KY.Generator.dll%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
1010
CustomErrorRegularExpression="^Error:"
1111
CustomWarningRegularExpression="^Warning:"></Exec>
1212
</Target>

CLI.Full/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("3.4.1")]
36-
[assembly: AssemblyFileVersion("3.4.1.0")]
35+
[assembly: AssemblyVersion("3.5.0")]
36+
[assembly: AssemblyFileVersion("3.5.0.0")]

CLI.Full/nuget.nuspec

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>KY.Generator.CLI.Full</id>
55
<!-- Ensure nuget.targets version is also updated -->
6-
<version>3.4.1</version>
6+
<version>3.5.0</version>
77
<title>KY.Generator.CLI.Full</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>
@@ -17,17 +17,17 @@ Generate classes from oData, .NET assembly, JSON or TSQL to C# or TypeScript. Su
1717
<copyright>Copyright 2020</copyright>
1818
<tags>KY-Generator KY Generator CLI</tags>
1919
<dependencies>
20-
<dependency id="KY.Generator.Angular" version="3.4.1" />
21-
<dependency id="KY.Generator.AspDotNet" version="3.4.1" />
22-
<dependency id="KY.Generator.Core" version="3.4.1" />
23-
<dependency id="KY.Generator.Csharp" version="3.4.1" />
24-
<dependency id="KY.Generator.EntityFramework" version="3.4.1" />
25-
<dependency id="KY.Generator.Json" version="3.4.1" />
26-
<dependency id="KY.Generator.OData" version="3.4.1" />
27-
<dependency id="KY.Generator.OpenApi" version="3.4.1" />
28-
<dependency id="KY.Generator.Reflection" version="3.4.1" />
29-
<dependency id="KY.Generator.Tsql" version="3.4.1" />
30-
<dependency id="KY.Generator.TypeScript" version="3.4.1" />
20+
<dependency id="KY.Generator.Angular" version="3.5.0" />
21+
<dependency id="KY.Generator.AspDotNet" version="3.5.0" />
22+
<dependency id="KY.Generator.Core" version="3.5.0" />
23+
<dependency id="KY.Generator.Csharp" version="3.5.0" />
24+
<dependency id="KY.Generator.EntityFramework" version="3.5.0" />
25+
<dependency id="KY.Generator.Json" version="3.5.0" />
26+
<dependency id="KY.Generator.OData" version="3.5.0" />
27+
<dependency id="KY.Generator.OpenApi" version="3.5.0" />
28+
<dependency id="KY.Generator.Reflection" version="3.5.0" />
29+
<dependency id="KY.Generator.Tsql" version="3.5.0" />
30+
<dependency id="KY.Generator.TypeScript" version="3.5.0" />
3131
</dependencies>
3232
</metadata>
3333
<files>

CLI.Full/nuget.targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Target Name="KYGeneratorCLIFullBeforeTarget" BeforeTargets="BeforeBuild">
4-
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.full.3.4.1\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
4+
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.full.3.5.0\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
55
CustomErrorRegularExpression="^Error:"
66
CustomWarningRegularExpression="^Warning:"></Exec>
77
</Target>
88
<Target Name="KYGeneratorCLIFullAfterTarget" AfterTargets="AfterBuild">
9-
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.full.3.4.1\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
9+
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.full.3.5.0\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
1010
CustomErrorRegularExpression="^Error:"
1111
CustomWarningRegularExpression="^Warning:"></Exec>
1212
</Target>

CLI.Minimal/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("3.4.1")]
36-
[assembly: AssemblyFileVersion("3.4.1.0")]
35+
[assembly: AssemblyVersion("3.5.0")]
36+
[assembly: AssemblyFileVersion("3.5.0.0")]

CLI.Minimal/nuget.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>KY.Generator.CLI.Minimal</id>
55
<!-- Ensure nuget.targets version is also updated -->
6-
<version>3.4.1</version>
6+
<version>3.5.0</version>
77
<title>KY.Generator.CLI.Minimal</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>

CLI.Minimal/nuget.targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Target Name="KYGeneratorCLIMinimalBeforeTarget" BeforeTargets="BeforeBuild">
4-
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.minimal.3.4.1\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
4+
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.minimal.3.5.0\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
55
CustomErrorRegularExpression="^Error:"
66
CustomWarningRegularExpression="^Warning:"></Exec>
77
</Target>
88
<Target Name="KYGeneratorCLIMinimalTarget" AfterTargets="AfterBuild">
9-
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.minimal.3.4.1\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
9+
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.minimal.3.5.0\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
1010
CustomErrorRegularExpression="^Error:"
1111
CustomWarningRegularExpression="^Warning:"></Exec>
1212
</Target>

CLI.Standalone/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("3.4.1")]
36-
[assembly: AssemblyFileVersion("3.4.1.0")]
35+
[assembly: AssemblyVersion("3.5.0")]
36+
[assembly: AssemblyFileVersion("3.5.0.0")]

CLI.Standalone/nuget.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>KY.Generator.CLI.Standalone</id>
5-
<version>3.4.1</version>
5+
<version>3.5.0</version>
66
<title>KY.Generator.CLI</title>
77
<authors>KY-Programming</authors>
88
<owners>KY-Programming</owners>

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("3.4.1")]
36-
[assembly: AssemblyFileVersion("3.4.1.0")]
35+
[assembly: AssemblyVersion("3.5.0")]
36+
[assembly: AssemblyFileVersion("3.5.0.0")]

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

CLI/nuget.targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Target Name="KYGeneratorCLIBeforeTarget" BeforeTargets="BeforeBuild">
4-
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.3.4.1\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
4+
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.3.5.0\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild beforeBuild"
55
CustomErrorRegularExpression="^Error:"
66
CustomWarningRegularExpression="^Warning:"></Exec>
77
</Target> <Target Name="KYGeneratorCLIAfterTarget" AfterTargets="AfterBuild">
8-
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.3.4.1\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
8+
<Exec Command="%22$(SolutionDir)packages\ky.generator.cli.3.5.0\tools\KY.Generator.exe%22 %22$(ProjectDir)generator.json%22 %22$(ProjectDir)\%22 msbuild"
99
CustomErrorRegularExpression="^Error:"
1010
CustomWarningRegularExpression="^Warning:"></Exec>
1111
</Target>

Core/KY.Generator.Core.csproj

+1-1
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>3.4.1</Version>
8+
<Version>3.5.0</Version>
99
<Description>Core elements for KY-Generator
1010
Download KY.Generator.CLI to use this module</Description>
1111
<Copyright>2020 - KY-Programming</Copyright>

Csharp/KY.Generator.CSharp.csproj

+1-1
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>3.4.1</Version>
8+
<Version>3.5.0</Version>
99
<Description>C# Module for KY-Generator
1010
Download KY.Generator.CLI to use this module</Description>
1111
<Copyright>2020 - KY-Programming</Copyright>

EntityFramework/KY.Generator.EntityFramework.csproj

+1-1
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>3.4.1</Version>
8+
<Version>3.5.0</Version>
99
<Copyright>2020 - KY-Programming</Copyright>
1010
<Description>EntityFramework Module for KY-Generator
1111
Download KY.Generator.CLI to use this module</Description>

Json/KY.Generator.Json.csproj

+1-1
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>3.4.1</Version>
7+
<Version>3.5.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>JSON Module for KY-Generator
1010
Download KY.Generator.CLI to use this module</Description>

OData/KY.Generator.OData.csproj

+1-1
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>3.4.1</Version>
7+
<Version>3.5.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>oData Module for KY-Generator
1010
Download KY.Generator.CLI to use this module</Description>

OpenApi/KY.Generator.OpenApi.csproj

+1-1
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>3.4.1</Version>
7+
<Version>3.5.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>OpenApi Module for KY-Generator
1010
Download KY.Generator.CLI to use this module</Description>

Reflection.Annotations/KY.Generator.Reflection.Annotations.csproj

+1-1
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>3.4.1</Version>
7+
<Version>3.5.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>Annotations for Reflection Module for KY-Generator</Description>
1010
<Copyright>2020 - KY-Programming</Copyright>

Reflection/KY.Generator.Reflection.csproj

+1-1
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>3.4.1</Version>
7+
<Version>3.5.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>Reflection Module for KY-Generator
1010
Download KY.Generator.CLI to use this module</Description>

Tsql/KY.Generator.Tsql.csproj

+1-1
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>3.4.1</Version>
8+
<Version>3.5.0</Version>
99
<Description>TSQL Module for KY-Generator
1010
Download KY.Generator.CLI to use this module</Description>
1111
<Copyright>2020 - KY-Programming</Copyright>

TypeScript/KY.Generator.TypeScript.csproj

+1-1
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>3.4.1</Version>
7+
<Version>3.5.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>TypeScript Module for KY-Generator
1010
Download KY.Generator.CLI to use this module</Description>

0 commit comments

Comments
 (0)