From c84b93da3d2f69e0f7f7c76570214ce171f0e299 Mon Sep 17 00:00:00 2001 From: KY Date: Fri, 22 Jul 2022 13:17:31 +0200 Subject: [PATCH] Prepare release --- Angular/KY.Generator.Angular.csproj | 2 +- Annotations/KY.Generator.Annotations.csproj | 2 +- AspDotNet/KY.Generator.AspDotNet.csproj | 2 +- CLI/Properties/AssemblyInfo.cs | 4 ++-- CLI/nuget.nuspec | 2 +- Common/KY.Generator.Common.csproj | 2 +- Csharp/KY.Generator.CSharp.csproj | 2 +- Fluent/KY.Generator.Fluent.csproj | 2 +- Fluent/nuget.nuspec | 6 +++--- Json/KY.Generator.Json.csproj | 2 +- Main.Legacy/Properties/AssemblyInfo.cs | 4 ++-- Main/KY.Generator.csproj | 2 +- Main/nuget.nuspec | 2 +- Reflection/KY.Generator.Reflection.csproj | 2 +- Sqlite/KY.Generator.Sqlite.csproj | 2 +- Tsql/KY.Generator.Tsql.csproj | 2 +- TypeScript/KY.Generator.TypeScript.csproj | 2 +- Watchdog/KY.Generator.Watchdog.csproj | 2 +- 18 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Angular/KY.Generator.Angular.csproj b/Angular/KY.Generator.Angular.csproj index cf796203..1d309eee 100644 --- a/Angular/KY.Generator.Angular.csproj +++ b/Angular/KY.Generator.Angular.csproj @@ -5,7 +5,7 @@ KY-Programming KY-Programming KY.Generator - 8.4.0 + 8.4.1 2022 - KY-Programming Angular Module for KY-Generator Download KY.Generator to use this module diff --git a/Annotations/KY.Generator.Annotations.csproj b/Annotations/KY.Generator.Annotations.csproj index 03262140..88ed14c3 100644 --- a/Annotations/KY.Generator.Annotations.csproj +++ b/Annotations/KY.Generator.Annotations.csproj @@ -4,7 +4,7 @@ netstandard2.0 KY-Programming KY-Programming - 8.4.0 + 8.4.1 KY.Generator Annotations for KY-Generator 2022 - KY-Programming diff --git a/AspDotNet/KY.Generator.AspDotNet.csproj b/AspDotNet/KY.Generator.AspDotNet.csproj index 38cf42f3..f5cae4b7 100644 --- a/AspDotNet/KY.Generator.AspDotNet.csproj +++ b/AspDotNet/KY.Generator.AspDotNet.csproj @@ -4,7 +4,7 @@ netstandard2.0 KY-Programming KY-Programming - 8.4.0 + 8.4.1 KY.Generator ASP.net Module for KY-Generator Download KY.Generator to use this module diff --git a/CLI/Properties/AssemblyInfo.cs b/CLI/Properties/AssemblyInfo.cs index e2557cd2..b91abb6f 100644 --- a/CLI/Properties/AssemblyInfo.cs +++ b/CLI/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("8.4.0.0")] -[assembly: AssemblyFileVersion("8.4.0.0")] +[assembly: AssemblyVersion("8.4.1.0")] +[assembly: AssemblyFileVersion("8.4.1.0")] diff --git a/CLI/nuget.nuspec b/CLI/nuget.nuspec index 23a9aa2b..02ec0c74 100644 --- a/CLI/nuget.nuspec +++ b/CLI/nuget.nuspec @@ -3,7 +3,7 @@ KY.Generator.CLI - 8.4.0 + 8.4.1 KY.Generator.CLI KY-Programming KY-Programming diff --git a/Common/KY.Generator.Common.csproj b/Common/KY.Generator.Common.csproj index 464566bf..494ce074 100644 --- a/Common/KY.Generator.Common.csproj +++ b/Common/KY.Generator.Common.csproj @@ -5,7 +5,7 @@ KY-Programming KY-Programming KY.Generator - 8.4.0 + 8.4.1 Core elements for KY-Generator Download KY.Generator to use this module 2022 - KY-Programming diff --git a/Csharp/KY.Generator.CSharp.csproj b/Csharp/KY.Generator.CSharp.csproj index 6f84a362..7887760b 100644 --- a/Csharp/KY.Generator.CSharp.csproj +++ b/Csharp/KY.Generator.CSharp.csproj @@ -5,7 +5,7 @@ KY-Programming KY-Programming KY.Generator - 8.4.0 + 8.4.1 C# Module for KY-Generator Download KY.Generator to use this module 2022 - KY-Programming diff --git a/Fluent/KY.Generator.Fluent.csproj b/Fluent/KY.Generator.Fluent.csproj index e2da5cfe..8d3aed70 100644 --- a/Fluent/KY.Generator.Fluent.csproj +++ b/Fluent/KY.Generator.Fluent.csproj @@ -4,7 +4,7 @@ netstandard2.0 KY-Programming KY-Programming - 8.4.0 + 8.4.1 KY.Generator Fluent language for KY-Generator 2022 - KY-Programming diff --git a/Fluent/nuget.nuspec b/Fluent/nuget.nuspec index 0a9c6f35..07a774fa 100644 --- a/Fluent/nuget.nuspec +++ b/Fluent/nuget.nuspec @@ -3,7 +3,7 @@ KY.Generator.Fluent - 8.4.0 + 8.4.1 KY.Generator KY-Programming KY-Programming @@ -17,8 +17,8 @@ Copyright 2022 KY-Generator KY Generator Fluent Language - - + + diff --git a/Json/KY.Generator.Json.csproj b/Json/KY.Generator.Json.csproj index 76734759..7a140798 100644 --- a/Json/KY.Generator.Json.csproj +++ b/Json/KY.Generator.Json.csproj @@ -4,7 +4,7 @@ netstandard2.0 KY-Programming KY-Programming - 8.4.0 + 8.4.1 KY.Generator JSON Module for KY-Generator Download KY.Generator to use this module diff --git a/Main.Legacy/Properties/AssemblyInfo.cs b/Main.Legacy/Properties/AssemblyInfo.cs index 90d24c84..689a84e4 100644 --- a/Main.Legacy/Properties/AssemblyInfo.cs +++ b/Main.Legacy/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("8.4.0.0")] -[assembly: AssemblyFileVersion("8.4.0.0")] +[assembly: AssemblyVersion("8.4.1.0")] +[assembly: AssemblyFileVersion("8.4.1.0")] diff --git a/Main/KY.Generator.csproj b/Main/KY.Generator.csproj index 8b45d9ab..a622bbbd 100644 --- a/Main/KY.Generator.csproj +++ b/Main/KY.Generator.csproj @@ -4,7 +4,7 @@ Exe net6.0 netcoreapp2.0;netcoreapp3.0;net5.0;net6.0 - 8.4.0 + 8.4.1 KY-Programming KY.Generator 2022 - KY-Programming diff --git a/Main/nuget.nuspec b/Main/nuget.nuspec index 13fe10ec..59634f60 100644 --- a/Main/nuget.nuspec +++ b/Main/nuget.nuspec @@ -2,7 +2,7 @@ KY.Generator - 8.4.0 + 8.4.1 KY.Generator KY-Programming KY-Programming diff --git a/Reflection/KY.Generator.Reflection.csproj b/Reflection/KY.Generator.Reflection.csproj index ace76275..48d498ec 100644 --- a/Reflection/KY.Generator.Reflection.csproj +++ b/Reflection/KY.Generator.Reflection.csproj @@ -4,7 +4,7 @@ netstandard2.0 KY-Programming KY-Programming - 8.4.0 + 8.4.1 KY.Generator Reflection Module for KY-Generator Download KY.Generator to use this module diff --git a/Sqlite/KY.Generator.Sqlite.csproj b/Sqlite/KY.Generator.Sqlite.csproj index b29c6bd0..070081e9 100644 --- a/Sqlite/KY.Generator.Sqlite.csproj +++ b/Sqlite/KY.Generator.Sqlite.csproj @@ -3,7 +3,7 @@ netstandard2.0 KY-Programming KY-Programming - 8.4.0 + 8.4.1 KY.Generator Sqlite Module for KY-Generator Download KY.Generator to use this module diff --git a/Tsql/KY.Generator.Tsql.csproj b/Tsql/KY.Generator.Tsql.csproj index 763094cb..ad6a0d14 100644 --- a/Tsql/KY.Generator.Tsql.csproj +++ b/Tsql/KY.Generator.Tsql.csproj @@ -5,7 +5,7 @@ KY-Programming KY-Programming KY.Generator - 8.4.0 + 8.4.1 TSQL Module for KY-Generator Download KY.Generator to use this module 2022 - KY-Programming diff --git a/TypeScript/KY.Generator.TypeScript.csproj b/TypeScript/KY.Generator.TypeScript.csproj index 2762b629..05bb595c 100644 --- a/TypeScript/KY.Generator.TypeScript.csproj +++ b/TypeScript/KY.Generator.TypeScript.csproj @@ -4,7 +4,7 @@ netstandard2.0 KY-Programming KY-Programming - 8.4.0 + 8.4.1 KY.Generator TypeScript Module for KY-Generator Download KY.Generator to use this module diff --git a/Watchdog/KY.Generator.Watchdog.csproj b/Watchdog/KY.Generator.Watchdog.csproj index 9c87d0e4..95a51721 100644 --- a/Watchdog/KY.Generator.Watchdog.csproj +++ b/Watchdog/KY.Generator.Watchdog.csproj @@ -2,7 +2,7 @@ netstandard2.0 - 8.4.0 + 8.4.1 KY-Programming KY-Programming KY.Generator