|
4 | 4 | <id>CodeJam.Blocks</id>
|
5 | 5 | <version>1.3.0</version>
|
6 | 6 | <title>CodeJam.Blocks Library</title>
|
7 |
| - <authors>Andrew Koryavchenko, ig-sinicyn, Igor Tkachev</authors> |
| 7 | + <authors>Andrew Koryavchenko, ig-sinicyn, Igor Tkachev, rameel</authors> |
8 | 8 | <licenseUrl>https://github.com/rsdn/CodeJam/blob/master/LICENSE</licenseUrl>
|
9 | 9 | <iconUrl>https://github.com/raw/rsdn/CodeJam/master/Blocks/nuget/CodeJam.Blocks.Icon.png</iconUrl>
|
10 | 10 | <projectUrl>https://github.com/rsdn/CodeJam</projectUrl>
|
11 | 11 | <requireLicenseAcceptance>false</requireLicenseAcceptance>
|
12 | 12 | <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> |
14 | 14 | <tags>mapper services csv</tags>
|
15 | 15 | <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" /> |
22 | 17 | </dependencies>
|
23 | 18 | </metadata>
|
24 | 19 | <files>
|
|
39 | 34 | <file src="..\src\bin\Release.4.6\CodeJam.Blocks.dll" target="lib\net46" />
|
40 | 35 | <file src="..\src\bin\Release.4.6\CodeJam.Blocks.pdb" target="lib\net46" />
|
41 | 36 | <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" /> |
42 | 41 | </files>
|
43 | 42 | </package>
|
0 commit comments