Skip to content

Commit 447ebc4

Browse files
committed
Prepare release
1 parent 09a17de commit 447ebc4

16 files changed

+18
-18
lines changed

Angular/KY.Generator.Angular.csproj

Lines changed: 1 addition & 1 deletion
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>8.1.0-preview.0</Version>
8+
<Version>8.1.0</Version>
99
<Copyright>2021 - KY-Programming</Copyright>
1010
<Description>Angular Module for KY-Generator
1111
Download KY.Generator to use this module</Description>

Annotations/KY.Generator.Annotations.csproj

Lines changed: 1 addition & 1 deletion
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>8.1.0-preview.0</Version>
7+
<Version>8.1.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>Annotations for KY-Generator</Description>
1010
<Copyright>2021 - KY-Programming</Copyright>

AspDotNet/KY.Generator.AspDotNet.csproj

Lines changed: 1 addition & 1 deletion
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>8.1.0-preview.0</Version>
7+
<Version>8.1.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>ASP.net Module for KY-Generator
1010
Download KY.Generator to use this module</Description>

CLI/nuget.nuspec

Lines changed: 1 addition & 1 deletion
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>8.1.0-preview.0</version>
6+
<version>8.1.0</version>
77
<title>KY.Generator.CLI</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>

Common/KY.Generator.Common.csproj

Lines changed: 1 addition & 1 deletion
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>8.1.0-preview.0</Version>
8+
<Version>8.1.0</Version>
99
<Description>Core elements for KY-Generator
1010
Download KY.Generator to use this module</Description>
1111
<Copyright>2021 - KY-Programming</Copyright>

Csharp/KY.Generator.CSharp.csproj

Lines changed: 1 addition & 1 deletion
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>8.1.0-preview.0</Version>
8+
<Version>8.1.0</Version>
99
<Description>C# Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
1111
<Copyright>2021 - KY-Programming</Copyright>

Fluent/KY.Generator.Fluent.csproj

Lines changed: 1 addition & 1 deletion
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>8.1.0-preview.0</Version>
7+
<Version>8.1.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>Fluent language for KY-Generator</Description>
1010
<Copyright>2021 - KY-Programming</Copyright>

Fluent/nuget.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package>
44
<metadata>
55
<id>KY.Generator.Fluent</id>
6-
<version>8.1.0-preview.0</version>
6+
<version>8.1.0</version>
77
<title>KY.Generator</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>
@@ -17,8 +17,8 @@
1717
<copyright>Copyright 2021</copyright>
1818
<tags>KY-Generator KY Generator Fluent Language</tags>
1919
<dependencies>
20-
<dependency id="KY.Generator" version="8.1.0-preview.0"></dependency>
21-
<dependency id="KY.Generator.Common" version="8.1.0-preview.0"></dependency>
20+
<dependency id="KY.Generator" version="8.1.0"></dependency>
21+
<dependency id="KY.Generator.Common" version="8.1.0"></dependency>
2222
</dependencies>
2323
</metadata>
2424
<files>

Json/KY.Generator.Json.csproj

Lines changed: 1 addition & 1 deletion
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>8.1.0-preview.0</Version>
7+
<Version>8.1.0</Version>
88
<Product>KY.Generator</Product>
99
<Description>JSON Module for KY-Generator
1010
Download KY.Generator to use this module</Description>

Main/KY.Generator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net5.0</TargetFramework>
66
<TargetFrameworks>netcoreapp2.0;netcoreapp3.0;net5.0</TargetFrameworks>
7-
<Version>8.1.0-preview.0</Version>
7+
<Version>8.1.0</Version>
88
<Authors>KY-Programming</Authors>
99
<Product>KY.Generator</Product>
1010
<Copyright>2021 - KY-Programming</Copyright>

0 commit comments

Comments
 (0)