Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-one committed Apr 20, 2024
1 parent fbd6527 commit 5f2e99c
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Angular/KY.Generator.Angular.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>KY-Programming</Authors>
<Company>KY-Programming</Company>
<Product>KY.Generator</Product>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Copyright>2024 - KY-Programming</Copyright>
<Description>Angular Module for KY-Generator
Download KY.Generator to use this module</Description>
Expand Down
2 changes: 1 addition & 1 deletion Annotations/KY.Generator.Annotations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>KY-Programming</Company>
<Authors>KY-Programming</Authors>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Product>KY.Generator</Product>
<Description>Annotations for KY-Generator</Description>
<Copyright>2024 - KY-Programming</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion AspDotNet/KY.Generator.AspDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>KY-Programming</Company>
<Authors>KY-Programming</Authors>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Product>KY.Generator</Product>
<Description>ASP.net Module for KY-Generator
Download KY.Generator to use this module</Description>
Expand Down
2 changes: 1 addition & 1 deletion Common/KY.Generator.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Company>KY-Programming</Company>
<Authors>KY-Programming</Authors>
<Product>KY.Generator</Product>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Description>Core elements for KY-Generator
Download KY.Generator to use this module</Description>
<Copyright>2024 - KY-Programming</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Csharp/KY.Generator.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Authors>KY-Programming</Authors>
<Company>KY-Programming</Company>
<Product>KY.Generator</Product>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Description>C# Module for KY-Generator
Download KY.Generator to use this module</Description>
<Copyright>2024 - KY-Programming</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Fluent/KY.Generator.Fluent.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>KY-Programming</Company>
<Authors>KY-Programming</Authors>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Product>KY.Generator</Product>
<Description>Fluent language for KY-Generator</Description>
<Copyright>2024 - KY-Programming</Copyright>
Expand Down
6 changes: 3 additions & 3 deletions Fluent/nuget.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>KY.Generator.Fluent</id>
<version>8.8.7</version>
<version>8.8.8</version>
<title>KY.Generator</title>
<authors>KY-Programming</authors>
<owners>KY-Programming</owners>
Expand All @@ -17,8 +17,8 @@
<copyright>2024 - KY-Programming</copyright>
<tags>KY-Generator KY.Generator Fluent Language</tags>
<dependencies>
<dependency id="KY.Generator" version="8.8.7"/>
<dependency id="KY.Generator.Common" version="8.8.7"/>
<dependency id="KY.Generator" version="8.8.8"/>
<dependency id="KY.Generator.Common" version="8.8.8"/>
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Json/KY.Generator.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>KY-Programming</Company>
<Authors>KY-Programming</Authors>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Product>KY.Generator</Product>
<Description>JSON Module for KY-Generator
Download KY.Generator to use this module</Description>
Expand Down
4 changes: 2 additions & 2 deletions Main.Legacy/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.7.0")]
[assembly: AssemblyFileVersion("8.8.7.0")]
[assembly: AssemblyVersion("8.8.8.0")]
[assembly: AssemblyFileVersion("8.8.8.0")]
2 changes: 1 addition & 1 deletion Main/KY.Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<TargetFrameworks>netcoreapp2.0;netcoreapp3.0;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Authors>KY-Programming</Authors>
<Product>KY.Generator</Product>
<Copyright>2024 - KY-Programming</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Main/nuget.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>KY.Generator</id>
<version>8.8.7</version>
<version>8.8.8</version>
<title>KY.Generator</title>
<authors>KY-Programming</authors>
<owners>KY-Programming</owners>
Expand Down
2 changes: 1 addition & 1 deletion Reflection/KY.Generator.Reflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>KY-Programming</Company>
<Authors>KY-Programming</Authors>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Product>KY.Generator</Product>
<Description>Reflection Module for KY-Generator
Download KY.Generator to use this module</Description>
Expand Down
2 changes: 1 addition & 1 deletion Sqlite/KY.Generator.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>KY-Programming</Company>
<Authors>KY-Programming</Authors>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Product>KY.Generator</Product>
<Description>Sqlite Module for KY-Generator
Download KY.Generator to use this module</Description>
Expand Down
2 changes: 1 addition & 1 deletion Tsql/KY.Generator.Tsql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Company>KY-Programming</Company>
<Authors>KY-Programming</Authors>
<Product>KY.Generator</Product>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Description>TSQL Module for KY-Generator
Download KY.Generator to use this module</Description>
<Copyright>2024 - KY-Programming</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion TypeScript/KY.Generator.TypeScript.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>KY-Programming</Company>
<Authors>KY-Programming</Authors>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Product>KY.Generator</Product>
<Description>TypeScript Module for KY-Generator
Download KY.Generator to use this module</Description>
Expand Down
2 changes: 1 addition & 1 deletion Watchdog/KY.Generator.Watchdog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>8.8.7</Version>
<Version>8.8.8</Version>
<Authors>KY-Programming</Authors>
<Company>KY-Programming</Company>
<Product>KY.Generator</Product>
Expand Down

0 comments on commit 5f2e99c

Please sign in to comment.