Skip to content

Commit a09fe91

Browse files
committed
Common
feat: global assembly cache added feat: more/better logging added feat: massive performance improvements feat: signed license handling and optional check added
1 parent 9a73da6 commit a09fe91

File tree

52 files changed

+438
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+438
-99
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="KY.Core.Common" Version="4.32.0" />
12+
<PackageReference Include="KY.Core.Common" Version="4.34.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1414
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1515
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

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.7.0</Version>
8+
<Version>8.8.0-preview.1</Version>
99
<Copyright>2023 - 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.7.0</Version>
7+
<Version>8.8.0-preview.1</Version>
88
<Product>KY.Generator</Product>
99
<Description>Annotations for KY-Generator</Description>
1010
<Copyright>2023 - KY-Programming</Copyright>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="KY.Core.Common" Version="4.32.0" />
12+
<PackageReference Include="KY.Core.Common" Version="4.34.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1414
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1515
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

AspDotNet/KY.Generator.AspDotNet.csproj

Lines changed: 2 additions & 2 deletions
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.7.0</Version>
7+
<Version>8.8.0-preview.1</Version>
88
<Product>KY.Generator</Product>
99
<Description>ASP.net Module for KY-Generator
1010
Download KY.Generator to use this module</Description>
@@ -29,7 +29,7 @@ Download KY.Generator to use this module</Description>
2929
</PropertyGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="KY.Core.Common" Version="4.32.0" />
32+
<PackageReference Include="KY.Core.Common" Version="4.34.0" />
3333
</ItemGroup>
3434

3535
<ItemGroup>

CLI/KY.Generator.CLI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<HintPath>..\packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll</HintPath>
4343
<Private>True</Private>
4444
</Reference>
45-
<Reference Include="KY.Core.Common, Version=4.32.0.0, Culture=neutral, processorArchitecture=MSIL">
46-
<HintPath>..\packages\KY.Core.Common.4.32.0\lib\netstandard2.0\KY.Core.Common.dll</HintPath>
45+
<Reference Include="KY.Core.Common, Version=4.34.0.0, Culture=neutral, processorArchitecture=MSIL">
46+
<HintPath>..\packages\KY.Core.Common.4.34.0\lib\netstandard2.0\KY.Core.Common.dll</HintPath>
4747
</Reference>
4848
<Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
4949
<HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>

CLI/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyTrademark("")]
1313
[assembly: AssemblyCulture("")]
1414
[assembly: AssemblyCompany("KY-Programming")]
15-
[assembly: AssemblyCopyright("Copyright © KY-Programming 2006-2022")]
15+
[assembly: AssemblyCopyright("2023 - KY-Programming")]
1616

1717
// Setting ComVisible to false makes the types in this assembly not visible
1818
// to COM components. If you need to access a type in this assembly from
@@ -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("8.7.0.0")]
36-
[assembly: AssemblyFileVersion("8.7.0.0")]
35+
[assembly: AssemblyVersion("8.8.0.0")]
36+
[assembly: AssemblyFileVersion("8.8.0.0")]

CLI/nuget.nuspec

Lines changed: 2 additions & 2 deletions
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.7.0</version>
6+
<version>8.8.0-preview.1</version>
77
<title>KY.Generator.CLI</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>
@@ -16,7 +16,7 @@ Generate C# or TypeScript classes from .NET assemblies, JSON, TSQL or oData.
1616
Support for Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity Framework and more.
1717
</description>
1818
<releaseNotes></releaseNotes>
19-
<copyright>Copyright 2022</copyright>
19+
<copyright>2023 - KY-Programming</copyright>
2020
<tags>KY-Generator KY.Generator CLI</tags>
2121
<readme>docs\README.md</readme>
2222
</metadata>

CLI/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package id="Costura.Fody" version="5.7.0" targetFramework="net461" developmentDependency="true" />
44
<package id="Fody" version="6.5.5" targetFramework="net461" developmentDependency="true" />
5-
<package id="KY.Core.Common" version="4.32.0" targetFramework="net461" />
5+
<package id="KY.Core.Common" version="4.34.0" targetFramework="net461" />
66
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net461" />
77
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net461" />
88
<package id="NETStandard.Library" version="1.6.1" targetFramework="net461" />

Common.Tests/KY.Generator.Common.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="KY.Core.Common" Version="4.32.0" />
12+
<PackageReference Include="KY.Core.Common" Version="4.34.0" />
1313
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
1414
<PackageReference Include="MSTest.TestAdapter" Version="2.0.0" />
1515
<PackageReference Include="MSTest.TestFramework" Version="2.0.0" />

0 commit comments

Comments
 (0)