.nuspec (828B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> 3 <metadata> 4 <!-- Required elements--> 5 <id>QueryExpressionBuilder</id> 6 <version>1.1.0.2904</version> 7 <description>This library helps create a predicate function for filtering database queries based on a model.</description> 8 <authors>Created by Taogar. </authors> 9 <licenseUrl>This project is distributed under the [MIT](https://opensource.org/licenses/MIT) license, which allows free use, modification, and distribution of the code in accordance with the terms of the MIT license.</licenseUrl> 10 <projectUrl>Link on [GitHub](https://github.com/sergik776/QueryExpressionBuilder)</projectUrl> 11 </metadata> 12 <!-- Optional 'files' node --> 13 </package>