Mercurial > pub > bltoolkit
comparison NuGet/BLToolkit.nuspec @ 0:f990fcb411a9
Копия текущей версии из github
author | cin |
---|---|
date | Thu, 27 Mar 2014 21:46:09 +0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f990fcb411a9 |
---|---|
1 <?xml version="1.0"?> | |
2 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | |
3 <metadata> | |
4 <id>BLToolkit</id> | |
5 <version>4.1.21</version> | |
6 <title>Business Logic Toolkit for .NET</title> | |
7 <authors>Igor Tkachev</authors> | |
8 <owners /> | |
9 <licenseUrl>http://bltoolkit.net/License.ashx</licenseUrl> | |
10 <projectUrl>http://bltoolkit.net/</projectUrl> | |
11 <requireLicenseAcceptance>false</requireLicenseAcceptance> | |
12 <description>Business Logic Toolkit is a set of components to simplify .NET application development.</description> | |
13 <summary /> | |
14 <tags>bltoolkit Linq ORM DAL database DB</tags> | |
15 </metadata> | |
16 <files> | |
17 <file src="..\Source\bin\Release\BLToolkit.3.dll" target="lib\net35" /> | |
18 <file src="..\Source\bin\Release\BLToolkit.4.dll" target="lib\net40-full" /> | |
19 <file src="..\Source\bin\Release\BLToolkit.CP.4.dll" target="lib\net40-client" /> | |
20 <file src="..\Source\bin\Release\BLToolkit.SL.4.dll" target="lib\sl40" /> | |
21 </files> | |
22 </package> |