Skip to content

Commit 8c0576b

Browse files
committed
- fix FileSystem.Combine when directory name is contained twice (fix from KY.Core.Common)
- prepare release
1 parent d7642fa commit 8c0576b

24 files changed

+34
-34
lines changed

Angular.Tests/KY.Generator.Angular.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
10+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

Angular/KY.Generator.Angular.csproj

+2-2
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>6.2.1</Version>
8+
<Version>6.2.2</Version>
99
<Copyright>2020 - KY-Programming</Copyright>
1010
<Description>Angular Module for KY-Generator
1111
Download KY.Generator to use this module</Description>
@@ -28,7 +28,7 @@ Download KY.Generator to use this module</Description>
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
31+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

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

AspDotNet.Tests/KY.Generator.AspDotNet.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
10+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

AspDotNet/KY.Generator.AspDotNet.csproj

+2-2
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>6.2.1</Version>
7+
<Version>6.2.2</Version>
88
<Product>KY.Generator</Product>
99
<Description>ASP.net Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
@@ -27,7 +27,7 @@ Download KY.Generator to use this module</Description>
2727
</PropertyGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
30+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

CLI/KY.Generator.CLI.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<Reference Include="Costura, Version=3.3.2.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
4141
<HintPath>..\packages\Costura.Fody.3.3.2\lib\net40\Costura.dll</HintPath>
4242
</Reference>
43-
<Reference Include="KY.Core.Common, Version=4.17.0.0, Culture=neutral, processorArchitecture=MSIL">
44-
<HintPath>..\packages\KY.Core.Common.4.17.0\lib\netstandard2.0\KY.Core.Common.dll</HintPath>
43+
<Reference Include="KY.Core.Common, Version=4.18.0.0, Culture=neutral, processorArchitecture=MSIL">
44+
<HintPath>..\packages\KY.Core.Common.4.18.0\lib\netstandard2.0\KY.Core.Common.dll</HintPath>
4545
</Reference>
4646
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
4747
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>

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("6.2.1")]
36-
[assembly: AssemblyFileVersion("6.2.1")]
35+
[assembly: AssemblyVersion("6.2.2")]
36+
[assembly: AssemblyFileVersion("6.2.2")]

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

CLI/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<packages>
33
<package id="Costura.Fody" version="3.3.2" targetFramework="net461" />
44
<package id="Fody" version="3.3.5" targetFramework="net461" developmentDependency="true" />
5-
<package id="KY.Core.Common" version="4.17.0" targetFramework="net461" />
5+
<package id="KY.Core.Common" version="4.18.0" targetFramework="net461" />
66
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net461" />
77
</packages>

Core.Tests/KY.Generator.Core.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
10+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

Core/KY.Generator.Core.csproj

+2-2
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>6.2.1</Version>
8+
<Version>6.2.2</Version>
99
<Description>Core elements for KY-Generator
1010
Download KY.Generator to use this module</Description>
1111
<Copyright>2020 - KY-Programming</Copyright>
@@ -27,7 +27,7 @@ Download KY.Generator to use this module</Description>
2727
</PropertyGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
30+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
3131
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
3232
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="4.7.2" />
3333
</ItemGroup>

Csharp.Tests/KY.Generator.Csharp.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
10+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

Csharp/KY.Generator.CSharp.csproj

+2-2
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>6.2.1</Version>
8+
<Version>6.2.2</Version>
99
<Description>C# Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
1111
<Copyright>2020 - KY-Programming</Copyright>
@@ -25,7 +25,7 @@ Download KY.Generator to use this module</Description>
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
28+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
2929
</ItemGroup>
3030

3131
<ItemGroup>

Fluent/KY.Generator.Fluent.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>6.2.1</Version>
7+
<Version>6.2.2</Version>
88
<Product>KY.Generator</Product>
99
<Description>Fluent language for KY-Generator</Description>
1010
<Copyright>2020 - KY-Programming</Copyright>

Fluent/nuget.nuspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package>
44
<metadata>
55
<id>KY.Generator.Fluent</id>
6-
<version>6.2.1</version>
6+
<version>6.2.2</version>
77
<title>KY.Generator</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>
@@ -17,7 +17,7 @@
1717
<copyright>Copyright 2020</copyright>
1818
<tags>KY-Generator KY Generator Fluent Language</tags>
1919
<dependencies>
20-
<dependency id="KY.Generator" version="6.2.1"></dependency>
20+
<dependency id="KY.Generator" version="6.2.2"></dependency>
2121
</dependencies>
2222
</metadata>
2323
<files>

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("6.2.1")]
36-
[assembly: AssemblyFileVersion("6.2.1")]
35+
[assembly: AssemblyVersion("6.2.2")]
36+
[assembly: AssemblyFileVersion("6.2.2")]

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>6.2.1</Version>
7+
<Version>6.2.2</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
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>KY.Generator</id>
5-
<version>6.2.1</version>
5+
<version>6.2.2</version>
66
<title>KY.Generator</title>
77
<authors>KY-Programming</authors>
88
<owners>KY-Programming</owners>

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

Reflection.Tests/KY.Generator.Reflection.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
10+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

Reflection/KY.Generator.Reflection.csproj

+2-2
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>6.2.1</Version>
7+
<Version>6.2.2</Version>
88
<Product>KY.Generator</Product>
99
<Description>Reflection Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
@@ -28,7 +28,7 @@ Download KY.Generator to use this module</Description>
2828
</PropertyGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
31+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

Tests/Generator/KY.Generator.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
10+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

TypeScript.Tests/KY.Generator.TypeScript.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
10+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1212
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1313
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

TypeScript/KY.Generator.TypeScript.csproj

+2-2
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>6.2.1</Version>
7+
<Version>6.2.2</Version>
88
<Product>KY.Generator</Product>
99
<Description>TypeScript Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
@@ -26,7 +26,7 @@ Download KY.Generator to use this module</Description>
2626
</PropertyGroup>
2727

2828
<ItemGroup>
29-
<PackageReference Include="KY.Core.Common" Version="4.17.0" />
29+
<PackageReference Include="KY.Core.Common" Version="4.18.0" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

0 commit comments

Comments
 (0)