Skip to content

Commit 741a651

Browse files
authored
Merge b66dc95 into 917ff75
2 parents 917ff75 + b66dc95 commit 741a651

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

DrawnTableControl/DrawnTableControl.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,24 @@
88
<EnableNETAnalyzers>true</EnableNETAnalyzers>
99
<Copyright>Maksym Koshovyi © 2018</Copyright>
1010
<Authors>Maksym Koshovyi</Authors>
11-
<PackageId>DrawnTableControl_Maksym_Koshovyi</PackageId>
11+
<PackageId>DrawnTable</PackageId>
1212
<RepositoryUrl>https://github.com/maxkoshevoi/DrawnTable</RepositoryUrl>
1313
<PackageTags>WinForms, table, datagrid, custom-control</PackageTags>
14+
<RepositoryType>git</RepositoryType>
15+
<Version>1.0.2</Version>
16+
<Description>Custom WinForms control based on PictureBox for creating versatile tables</Description>
1417
</PropertyGroup>
1518

1619
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
1720
<Reference Include="System.Windows.Forms" />
1821
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
1922
</ItemGroup>
2023

24+
<ItemGroup>
25+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
26+
<PrivateAssets>all</PrivateAssets>
27+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
28+
</PackageReference>
29+
</ItemGroup>
30+
2131
</Project>

0 commit comments

Comments
 (0)