Skip to content

Commit 81d10ca

Browse files
committed
chore: prepare release
feat: enable documentation generation fix: drop .net 5 bundling
1 parent 71c140d commit 81d10ca

36 files changed

Lines changed: 118 additions & 90 deletions

File tree

Angular.Fluent/KY.Generator.Angular.Fluent.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Company>KY-Programming</Company>
8-
<Version>10.0.0-preview.36</Version>
8+
<Version>10.0.0-preview.45</Version>
99
<LangVersion>latest</LangVersion>
1010
<RootNamespace>KY.Generator</RootNamespace>
11+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1112
</PropertyGroup>
1213

1314
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -18,7 +19,6 @@
1819
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1920
<OutputPath>..\bin\Release</OutputPath>
2021
<NoWarn>1701;1702;1591</NoWarn>
21-
<DocumentationFile>..\bin\Release\KY.Generator.Angular.xml</DocumentationFile>
2222
</PropertyGroup>
2323

2424
<ItemGroup>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Company>KY-Programming</Company>
8-
<Version>10.0.0-preview.36</Version>
8+
<Version>10.0.0-preview.45</Version>
99
<LangVersion>latest</LangVersion>
1010
<RootNamespace>KY.Generator.Angular</RootNamespace>
1111
</PropertyGroup>

Angular/KY.Generator.Angular.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -7,8 +7,8 @@
77
<Authors>KY-Programming</Authors>
88
<Company>KY-Programming</Company>
99
<Product>KY.Generator</Product>
10-
<Version>10.0.0-preview.36</Version>
11-
<Copyright>2025 - KY-Programming</Copyright>
10+
<Version>10.0.0-preview.45</Version>
11+
<Copyright>2026 - KY-Programming</Copyright>
1212
<Description>Angular Module for KY-Generator
1313
Download KY.Generator to use this module
1414
</Description>
@@ -20,6 +20,7 @@
2020
<PackageTags>KY-Generator KY.Generator Angular</PackageTags>
2121
<LangVersion>latest</LangVersion>
2222
<RootNamespace>KY.Generator</RootNamespace>
23+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2324
</PropertyGroup>
2425

2526
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -30,7 +31,6 @@
3031
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
3132
<OutputPath>..\bin\Release</OutputPath>
3233
<NoWarn>1701;1702;1591</NoWarn>
33-
<DocumentationFile>..\bin\Release\KY.Generator.Angular.xml</DocumentationFile>
3434
</PropertyGroup>
3535

3636
<ItemGroup>
@@ -43,6 +43,7 @@
4343
<None Include="..\icon.png" Pack="true" PackagePath="assets" Visible="false" />
4444
<None Include="..\Common\README.md" Pack="true" PackagePath="" Visible="false" />
4545
<None Include="$(OutputPath)\publish\KY.Generator.Angular.Fluent.dll" Pack="true" PackagePath="lib\netstandard2.0\" Visible="false" />
46+
<None Include="$(OutputPath)\publish\KY.Generator.Angular.Fluent.xml" Pack="true" PackagePath="lib\netstandard2.0\" Visible="false" />
4647
<None Include="$(OutputPath)\publish\KY.Generator.Angular.Generator.dll" Pack="true" PackagePath="generators\netstandard2.0\" Visible="false" />
4748
<None Remove="KY.Generator.Angular.csproj.DotSettings" />
4849
</ItemGroup>

Annotations/KY.Generator.Annotations.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Company>KY-Programming</Company>
88
<Authors>KY-Programming</Authors>
9-
<Version>10.0.0-preview.19</Version>
9+
<Version>10.0.0-preview.45</Version>
1010
<Product>KY.Generator</Product>
1111
<Description>Annotations for KY-Generator</Description>
12-
<Copyright>2025 - KY-Programming</Copyright>
12+
<Copyright>2026 - KY-Programming</Copyright>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<PackageProjectUrl>https://generator.ky-programming.de</PackageProjectUrl>

AspDotNet.Fluent/KY.Generator.AspDotNet.Fluent.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Company>KY-Programming</Company>
8-
<Version>10.0.0-preview.36</Version>
8+
<Version>10.0.0-preview.45</Version>
99
<LangVersion>latest</LangVersion>
1010
<RootNamespace>KY.Generator</RootNamespace>
11+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1112
</PropertyGroup>
1213

1314
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -16,7 +17,6 @@
1617

1718
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1819
<OutputPath>..\bin\Release</OutputPath>
19-
<DocumentationFile>..\bin\Release\KY.Generator.AspDotNet.Fluent.xml</DocumentationFile>
2020
<NoWarn>1701;1702;1591</NoWarn>
2121
</PropertyGroup>
2222

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Company>KY-Programming</Company>
8-
<Version>10.0.0-preview.36</Version>
8+
<Version>10.0.0-preview.45</Version>
99
<LangVersion>latest</LangVersion>
1010
<RootNamespace>KY.Generator.AspDotNet</RootNamespace>
1111
</PropertyGroup>

AspDotNet/KY.Generator.AspDotNet.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<Company>KY-Programming</Company>
88
<Authors>KY-Programming</Authors>
9-
<Version>10.0.0-preview.36</Version>
9+
<Version>10.0.0-preview.45</Version>
1010
<Product>KY.Generator</Product>
1111
<Description>ASP.net Module for KY-Generator
1212
Download KY.Generator to use this module
1313
</Description>
14-
<Copyright>2025 - KY-Programming</Copyright>
14+
<Copyright>2026 - KY-Programming</Copyright>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1717
<PackageProjectUrl>https://generator.ky-programming.de</PackageProjectUrl>
@@ -20,6 +20,7 @@
2020
<PackageTags>KY-Generator KY.Generator ASP.net</PackageTags>
2121
<LangVersion>latest</LangVersion>
2222
<RootNamespace>KY.Generator</RootNamespace>
23+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2324
</PropertyGroup>
2425

2526
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -28,7 +29,6 @@
2829

2930
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
3031
<OutputPath>..\bin\Release</OutputPath>
31-
<DocumentationFile>..\bin\Release\KY.Generator.AspDotNet.xml</DocumentationFile>
3232
<NoWarn>1701;1702;1591</NoWarn>
3333
</PropertyGroup>
3434

@@ -44,6 +44,7 @@
4444
<None Include="..\icon.png" Pack="true" PackagePath="assets" Visible="false" />
4545
<None Include="..\Common\README.md" Pack="true" PackagePath="" Visible="false" />
4646
<None Include="$(OutputPath)\publish\KY.Generator.AspDotNet.Fluent.dll" Pack="true" PackagePath="lib\netstandard2.0\" Visible="false" />
47+
<None Include="$(OutputPath)\publish\KY.Generator.AspDotNet.Fluent.xml" Pack="true" PackagePath="lib\netstandard2.0\" Visible="false" />
4748
<None Include="$(OutputPath)\publish\KY.Generator.AspDotNet.Generator.dll" Pack="true" PackagePath="generators\netstandard2.0\" Visible="false" />
4849
<None Remove="KY.Generator.AspDotNet.csproj.DotSettings" />
4950
</ItemGroup>

CLI/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyTrademark("")]
1212
[assembly: AssemblyCulture("")]
1313
[assembly: AssemblyCompany("KY-Programming")]
14-
[assembly: AssemblyCopyright("2025 - KY-Programming")]
14+
[assembly: AssemblyCopyright("2026 - KY-Programming")]
1515

1616
// Setting ComVisible to false makes the types in this assembly not visible
1717
// to COM components. If you need to access a type in this assembly from

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>10.0.0-preview.36</version>
6+
<version>10.0.0-preview.45</version>
77
<title>KY.Generator.CLI</title>
88
<authors>KY-Programming</authors>
99
<owners>KY-Programming</owners>
@@ -16,7 +16,7 @@
1616
Support for Angular, ASP.NET, ASP.NET Core, C# POCOs, TypeScript POCOs, Entity Framework and more.
1717
</description>
1818
<releaseNotes></releaseNotes>
19-
<copyright>2025 - KY-Programming</copyright>
19+
<copyright>2026 - KY-Programming</copyright>
2020
<tags>KY-Generator KY.Generator CLI</tags>
2121
<readme>docs\README.md</readme>
2222
</metadata>

Common.Fluent/KY.Generator.Common.Fluent.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>netstandard2.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<Company>KY-Programming</Company>
7-
<Version>10.0.0-preview.36</Version>
7+
<Version>10.0.0-preview.45</Version>
88
<RootNamespace>KY.Generator</RootNamespace>
99
<LangVersion>latest</LangVersion>
10+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1011
</PropertyGroup>
1112

1213
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -15,6 +16,7 @@
1516

1617
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
1718
<OutputPath>..\bin\Release</OutputPath>
19+
<NoWarn>$(NoWarn);1591</NoWarn>
1820
</PropertyGroup>
1921

2022
<ItemGroup>

0 commit comments

Comments
 (0)