11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- < TargetFramework >net9.0-windows</ TargetFramework >
4+ < TargetFrameworks >net9.0-windows;</ TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <UseWPF >true</UseWPF >
8+ <EnableWindowsTargeting >true</EnableWindowsTargeting >
89
910 <PackageId >SimpleDataGrid</PackageId >
10- <Version >1.0 .0</Version >
11- <Authors >Your Name </Authors >
12- <Company >Your Company </Company >
11+ <Version >0.8 .0</Version >
12+ <Authors >Derek Gooding </Authors >
13+ <Company >Derek Gooding </Company >
1314 <PackageDescription >A simple DataGrid that supports pagination, filtering, and searching.</PackageDescription >
1415 <RepositoryUrl >https://github.com/your-username/SimpleDataGrid</RepositoryUrl >
1516 <PackageTags >wpf datagrid pagination filtering searching</PackageTags >
1617 <GenerateDocumentationFile >true</GenerateDocumentationFile >
18+
19+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
20+ <PackageReadmeFile >README.md</PackageReadmeFile >
21+ <PackageProjectUrl >https://github.com/DerekGooding/SimpleDataGrid</PackageProjectUrl >
22+ <RepositoryUrl >https://github.com/DerekGooding/SimpleDataGrid</RepositoryUrl >
23+ <PackageBugTrackerUrl >https://github.com/DerekGooding/SimpleDataGrid/issues</PackageBugTrackerUrl >
24+ <RepositoryType >git</RepositoryType >
25+ <RepositoryBranch >main</RepositoryBranch >
26+ <RepositoryCommit >$(GitCommitId)</RepositoryCommit >
27+
28+ <PackageIcon >Icon.png</PackageIcon >
29+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
30+ <DocumentationFile >bin\SimpleDataGrid.xml</DocumentationFile >
31+
32+ <Copyright >Copyright © Derek Gooding 2025</Copyright >
33+ <Product >SimpleDataGrid</Product >
34+ <AssemblyTitle >SimpleDataGrid - A simple DataGrid that supports pagination, filtering, and searching</AssemblyTitle >
35+ <AssemblyDescription >$(Description)</AssemblyDescription >
36+ <NeutralLanguage >en-US</NeutralLanguage >
37+
38+ <DevelopmentDependency >false</DevelopmentDependency >
39+ <IsTool >false</IsTool >
40+
41+ <PackageType >Dependency</PackageType >
42+ <MinClientVersion >4.1.0</MinClientVersion >
43+ <RequireLicenseAcceptance >false</RequireLicenseAcceptance >
44+
45+
46+
1747 </PropertyGroup >
1848
49+ <ItemGroup >
50+ <None Include =" ..\Icon.png" Pack =" true" PackagePath =" " />
51+ <None Include =" ..\README.md" Pack =" true" PackagePath =" " />
52+ </ItemGroup >
53+
1954</Project >
0 commit comments