Skip to content

Commit 396a1b3

Browse files
committed
Prepare release
1 parent c80a981 commit 396a1b3

19 files changed

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

Annotations/KY.Generator.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>5.5.2</Version>
7+
<Version>5.5.3</Version>
88
<Product>KY.Generator</Product>
99
<Description>Annotations for KY-Generator</Description>
1010
<Copyright>2020 - KY-Programming</Copyright>

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

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

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

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>5.5.2</Version>
8+
<Version>5.5.3</Version>
99
<Description>Core elements for KY-Generator
1010
Download KY.Generator 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>5.5.2</Version>
8+
<Version>5.5.3</Version>
99
<Description>C# Module for KY-Generator
1010
Download KY.Generator 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>5.5.2</Version>
8+
<Version>5.5.3</Version>
99
<Copyright>2020 - KY-Programming</Copyright>
1010
<Description>EntityFramework Module for KY-Generator
1111
Download KY.Generator 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>5.5.2</Version>
7+
<Version>5.5.3</Version>
88
<Product>KY.Generator</Product>
99
<Description>JSON Module for KY-Generator
1010
Download KY.Generator to use this module</Description>

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

Main/KY.Generator.csproj

+1-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.2</Version>
7+
<Version>5.5.3</Version>
88
<Authors>KY-Programming</Authors>
99
<Product>KY.Generator</Product>
1010
<Copyright>2020 - KY-Programming</Copyright>

Main/nuget.nuspec

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

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>5.5.2</Version>
7+
<Version>5.5.3</Version>
88
<Product>KY.Generator</Product>
99
<Description>oData Module for KY-Generator
1010
Download KY.Generator 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>5.5.2</Version>
7+
<Version>5.5.3</Version>
88
<Product>KY.Generator</Product>
99
<Description>OpenApi Module for KY-Generator
1010
Download KY.Generator 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>5.5.2</Version>
7+
<Version>5.5.3</Version>
88
<Product>KY.Generator</Product>
99
<Description>[Obsolete] Use KY.Generator.Annotations instead
1010
Annotations for Reflection Module for KY-Generator</Description>

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>5.5.2</Version>
7+
<Version>5.5.3</Version>
88
<Product>KY.Generator</Product>
99
<Description>Reflection Module for KY-Generator
1010
Download KY.Generator 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>5.5.2</Version>
8+
<Version>5.5.3</Version>
99
<Description>TSQL Module for KY-Generator
1010
Download KY.Generator 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>5.5.2</Version>
7+
<Version>5.5.3</Version>
88
<Product>KY.Generator</Product>
99
<Description>TypeScript Module for KY-Generator
1010
Download KY.Generator to use this module</Description>

Watchdog/KY.Generator.Watchdog.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Version>5.5.2</Version>
5+
<Version>5.5.3</Version>
66
<Authors>KY-Programming</Authors>
77
<Company>KY-Programming</Company>
88
<Product>KY.Generator</Product>

0 commit comments

Comments
 (0)