Skip to content

Commit ea1772f

Browse files
committed
Blocks nuspec fixes
1 parent 7d6e0e1 commit ea1772f

File tree

2 files changed

+7
-298
lines changed

2 files changed

+7
-298
lines changed

Blocks/nuget/CodeJam.Blocks.nuspec

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,16 @@
44
<id>CodeJam.Blocks</id>
55
<version>1.3.0</version>
66
<title>CodeJam.Blocks Library</title>
7-
<authors>Andrew Koryavchenko, ig-sinicyn, Igor Tkachev</authors>
7+
<authors>Andrew Koryavchenko, ig-sinicyn, Igor Tkachev, rameel</authors>
88
<licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
99
<iconUrl>https://github.com/raw/rsdn/CodeJam/master/Blocks/nuget/CodeJam.Blocks.Icon.png</iconUrl>
1010
<projectUrl>https://github.com/rsdn/CodeJam</projectUrl>
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>CodeJam.Blocks is a set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another.</description>
13-
<copyright>RSDN.ru, 2017</copyright>
13+
<copyright>RSDN, 2017</copyright>
1414
<tags>mapper services csv</tags>
1515
<dependencies>
16-
<group targetFramework="net40">
17-
<dependency id="CodeJam" version="1.3.0" />
18-
</group>
19-
<group targetFramework="net45">
20-
<dependency id="CodeJam" version="1.3.0" />
21-
</group>
16+
<dependency id="CodeJam" version="1.3.0" />
2217
</dependencies>
2318
</metadata>
2419
<files>
@@ -39,5 +34,9 @@
3934
<file src="..\src\bin\Release.4.6\CodeJam.Blocks.dll" target="lib\net46" />
4035
<file src="..\src\bin\Release.4.6\CodeJam.Blocks.pdb" target="lib\net46" />
4136
<file src="..\src\bin\Release.4.6\CodeJam.Blocks.xml" target="lib\net46" />
37+
38+
<file src="..\src\bin\Release.4.6\CodeJam.Blocks.dll" target="lib\net47" />
39+
<file src="..\src\bin\Release.4.6\CodeJam.Blocks.pdb" target="lib\net47" />
40+
<file src="..\src\bin\Release.4.6\CodeJam.Blocks.xml" target="lib\net47" />
4241
</files>
4342
</package>

0 commit comments

Comments
 (0)