Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ky-one committed Jan 4, 2021
1 parent 82ce7eb commit 15314e0
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 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>6.2.1-preview.0</Version>
<Version>6.2.1</Version>
<Copyright>2020 - 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>6.2.1-preview.0</Version>
<Version>6.2.1</Version>
<Product>KY.Generator</Product>
<Description>Annotations for KY-Generator</Description>
<Copyright>2020 - 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>6.2.1-preview.0</Version>
<Version>6.2.1</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 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>6.2.1-preview.0</version>
<version>6.2.1</version>
<title>KY.Generator.CLI</title>
<authors>KY-Programming</authors>
<owners>KY-Programming</owners>
Expand Down
2 changes: 1 addition & 1 deletion Core/KY.Generator.Core.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>6.2.1-preview.0</Version>
<Version>6.2.1</Version>
<Description>Core elements for KY-Generator
Download KY.Generator to use this module</Description>
<Copyright>2020 - 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>6.2.1-preview.0</Version>
<Version>6.2.1</Version>
<Product>KY.Generator</Product>
<Description>Fluent language for KY-Generator</Description>
<Copyright>2020 - KY-Programming</Copyright>
Expand Down
4 changes: 2 additions & 2 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>6.2.1-preview.0</version>
<version>6.2.1</version>
<title>KY.Generator</title>
<authors>KY-Programming</authors>
<owners>KY-Programming</owners>
Expand All @@ -17,7 +17,7 @@
<copyright>Copyright 2020</copyright>
<tags>KY-Generator KY Generator Fluent Language</tags>
<dependencies>
<dependency id="KY.Generator" version="6.2.1-preview.0"></dependency>
<dependency id="KY.Generator" version="6.2.1"></dependency>
</dependencies>
</metadata>
<files>
Expand Down
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>netcoreapp3.0</TargetFramework>
<TargetFrameworks>netcoreapp2.0;netcoreapp3.0;net5.0</TargetFrameworks>
<Version>6.2.1-preview.0</Version>
<Version>6.2.1</Version>
<Authors>KY-Programming</Authors>
<Product>KY.Generator</Product>
<Copyright>2020 - 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>6.2.1-preview.0</version>
<version>6.2.1</version>
<title>KY.Generator</title>
<authors>KY-Programming</authors>
<owners>KY-Programming</owners>
Expand Down
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>6.2.1-preview.0</Version>
<Version>6.2.1</Version>
<Product>KY.Generator</Product>
<Description>[Obsolete] Use KY.Generator.Annotations instead
Annotations for Reflection Module for KY-Generator</Description>
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>6.2.1-preview.0</Version>
<Version>6.2.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 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>6.2.1-preview.0</Version>
<Version>6.2.1</Version>
<Product>KY.Generator</Product>
<Description>TypeScript Module for KY-Generator
Download KY.Generator to use this module</Description>
Expand Down

0 comments on commit 15314e0

Please sign in to comment.