Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-one committed Jul 22, 2022
1 parent eda74eb commit c84b93d
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 22 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.4.0</Version>
<Version>8.4.1</Version>
<Copyright>2022 - 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.4.0</Version>
<Version>8.4.1</Version>
<Product>KY.Generator</Product>
<Description>Annotations for KY-Generator</Description>
<Copyright>2022 - 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.4.0</Version>
<Version>8.4.1</Version>
<Product>KY.Generator</Product>
<Description>ASP.net Module for KY-Generator
Download KY.Generator to use this module</Description>
Expand Down
4 changes: 2 additions & 2 deletions CLI/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.4.0.0")]
[assembly: AssemblyFileVersion("8.4.0.0")]
[assembly: AssemblyVersion("8.4.1.0")]
[assembly: AssemblyFileVersion("8.4.1.0")]
2 changes: 1 addition & 1 deletion CLI/nuget.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>KY.Generator.CLI</id>
<!-- Ensure nuget.targets version is also updated -->
<version>8.4.0</version>
<version>8.4.1</version>
<title>KY.Generator.CLI</title>
<authors>KY-Programming</authors>
<owners>KY-Programming</owners>
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.4.0</Version>
<Version>8.4.1</Version>
<Description>Core elements for KY-Generator
Download KY.Generator to use this module</Description>
<Copyright>2022 - 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.4.0</Version>
<Version>8.4.1</Version>
<Description>C# Module for KY-Generator
Download KY.Generator to use this module</Description>
<Copyright>2022 - 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.4.0</Version>
<Version>8.4.1</Version>
<Product>KY.Generator</Product>
<Description>Fluent language for KY-Generator</Description>
<Copyright>2022 - 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.4.0</version>
<version>8.4.1</version>
<title>KY.Generator</title>
<authors>KY-Programming</authors>
<owners>KY-Programming</owners>
Expand All @@ -17,8 +17,8 @@
<copyright>Copyright 2022</copyright>
<tags>KY-Generator KY Generator Fluent Language</tags>
<dependencies>
<dependency id="KY.Generator" version="8.4.0"></dependency>
<dependency id="KY.Generator.Common" version="8.4.0"></dependency>
<dependency id="KY.Generator" version="8.4.1"></dependency>
<dependency id="KY.Generator.Common" version="8.4.1"></dependency>
</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.4.0</Version>
<Version>8.4.1</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.4.0.0")]
[assembly: AssemblyFileVersion("8.4.0.0")]
[assembly: AssemblyVersion("8.4.1.0")]
[assembly: AssemblyFileVersion("8.4.1.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>net6.0</TargetFramework>
<TargetFrameworks>netcoreapp2.0;netcoreapp3.0;net5.0;net6.0</TargetFrameworks>
<Version>8.4.0</Version>
<Version>8.4.1</Version>
<Authors>KY-Programming</Authors>
<Product>KY.Generator</Product>
<Copyright>2022 - 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.4.0</version>
<version>8.4.1</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.4.0</Version>
<Version>8.4.1</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.4.0</Version>
<Version>8.4.1</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.4.0</Version>
<Version>8.4.1</Version>
<Description>TSQL Module for KY-Generator
Download KY.Generator to use this module</Description>
<Copyright>2022 - 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.4.0</Version>
<Version>8.4.1</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.4.0</Version>
<Version>8.4.1</Version>
<Authors>KY-Programming</Authors>
<Company>KY-Programming</Company>
<Product>KY.Generator</Product>
Expand Down

0 comments on commit c84b93d

Please sign in to comment.