|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <TargetFramework>netstandard2.0</TargetFramework> |
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 | <Company>KY-Programming</Company> |
8 | 8 | <Authors>KY-Programming</Authors> |
9 | | - <Version>10.0.0-preview.36</Version> |
| 9 | + <Version>10.0.0-preview.45</Version> |
10 | 10 | <Product>KY.Generator</Product> |
11 | 11 | <Description>ASP.net Module for KY-Generator |
12 | 12 | Download KY.Generator to use this module |
13 | 13 | </Description> |
14 | | - <Copyright>2025 - KY-Programming</Copyright> |
| 14 | + <Copyright>2026 - KY-Programming</Copyright> |
15 | 15 | <PackageReadmeFile>README.md</PackageReadmeFile> |
16 | 16 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
17 | 17 | <PackageProjectUrl>https://generator.ky-programming.de</PackageProjectUrl> |
|
20 | 20 | <PackageTags>KY-Generator KY.Generator ASP.net</PackageTags> |
21 | 21 | <LangVersion>latest</LangVersion> |
22 | 22 | <RootNamespace>KY.Generator</RootNamespace> |
| 23 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
23 | 24 | </PropertyGroup> |
24 | 25 |
|
25 | 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
28 | 29 |
|
29 | 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
30 | 31 | <OutputPath>..\bin\Release</OutputPath> |
31 | | - <DocumentationFile>..\bin\Release\KY.Generator.AspDotNet.xml</DocumentationFile> |
32 | 32 | <NoWarn>1701;1702;1591</NoWarn> |
33 | 33 | </PropertyGroup> |
34 | 34 |
|
|
44 | 44 | <None Include="..\icon.png" Pack="true" PackagePath="assets" Visible="false" /> |
45 | 45 | <None Include="..\Common\README.md" Pack="true" PackagePath="" Visible="false" /> |
46 | 46 | <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" /> |
47 | 48 | <None Include="$(OutputPath)\publish\KY.Generator.AspDotNet.Generator.dll" Pack="true" PackagePath="generators\netstandard2.0\" Visible="false" /> |
48 | 49 | <None Remove="KY.Generator.AspDotNet.csproj.DotSettings" /> |
49 | 50 | </ItemGroup> |
|
0 commit comments