Skip to content

Commit c321149

Browse files
author
Daniel James
committed
Updated project file
1 parent 0402f0c commit c321149

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
bin
2-
obj
2+
obj
3+
.vs

DestructureExtensions.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
<Authors>Daniel James</Authors>
88
<Description>Destructuring extension methods for awesome C#</Description>
99
<Copyright>2017 Daniel James</Copyright>
10-
<PackageLicenseUrl />
10+
<PackageLicenseUrl>https://github.com/thzinc/DestructureExtensions/blob/master/LICENSE</PackageLicenseUrl>
11+
<PackageProjectUrl>https://github.com/thzinc/DestructureExtensions</PackageProjectUrl>
12+
<RepositoryUrl>https://github.com/thzinc/DestructureExtensions</RepositoryUrl>
13+
<PackageTags>c#,c#7,destructure,destructuring,sugar</PackageTags>
1114
</PropertyGroup>
1215

1316
</Project>

0 commit comments

Comments
 (0)