Skip to content

Commit 7d6a579

Browse files
committed
Mark package as a development dependency
1 parent b38e614 commit 7d6a579

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ArrayDeconstructors.Source.nuspec

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22
<package>
33
<metadata>
44
<id>ArrayDeconstructors.Source</id>
5-
<version>1.0.2</version>
5+
<version>1.0.3</version>
66
<authors>Alexander Zaytsev</authors>
77
<owners>hazzik</owners>
88
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
9+
<projectUrl>https://github.com/hazzik/ArrayDeconstructors</projectUrl>
10+
<developmentDependency>true</developmentDependency>
911
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1012
<description><![CDATA[ArrayDeconstructors is a source package which allows you to use new C# 7 deconstruction syntax to deconstruct array into variables:
1113
1214
int[] array = <...>;
1315
var (a,b) = array;]]></description>
1416
<copyright>Alexander Zaytsev © 2017</copyright>
15-
<tags>deconstructor deconstruction array arrays</tags>
17+
<tags>deconstructor deconstruction array arrays tuple tuples</tags>
1618
</metadata>
1719
<files>
1820
<file src="ArrayDeconstructors.cs.pp" target="content/App_Code/ArrayDeconstructors.cs.pp" />

0 commit comments

Comments
 (0)