File tree Expand file tree Collapse file tree 7 files changed +12
-11
lines changed
Expand file tree Collapse file tree 7 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1919// COM, set the ComVisible attribute to true on that type.
2020[ assembly: ComVisible ( false ) ]
2121
22- [ assembly: AssemblyVersion ( "0.12.2.2 " ) ]
23- [ assembly: AssemblyFileVersion ( "0.12.2.2 " ) ]
22+ [ assembly: AssemblyVersion ( "0.14.0.1 " ) ]
23+ [ assembly: AssemblyFileVersion ( "0.14.0.1 " ) ]
2424
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
44 <id >Simple.Data.Ado</id >
5- <version >0.12.2.2 </version >
5+ <version >0.14.0.1 </version >
66 <authors >Mark Rendle</authors >
77 <owners >Mark Rendle</owners >
88 <description >ADO Adapter for the Simple.Data data access library.</description >
1212 <tags >sqlserver database data ado .net40</tags >
1313 <language >en-us</language >
1414 <dependencies >
15- <dependency id =" Simple.Data.Core" version =" 0.12.2.2 " />
15+ <dependency id =" Simple.Data.Core" version =" 0.14.0.1 " />
1616 </dependencies >
1717 </metadata >
1818</package >
Original file line number Diff line number Diff line change 22<package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
33 <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
44 <id >Simple.Data.Mocking</id >
5- <version >0.12.2.2 </version >
5+ <version >0.14.0.1 </version >
66 <authors >Mark Rendle</authors >
77 <owners >Mark Rendle</owners >
88 <description >XML-based Mocking adapter for the Simple.Data data access library.</description >
1212 <tags >database data .net40</tags >
1313 <language >en-us</language >
1414 <dependencies >
15- <dependency id =" Simple.Data.Ado" version =" 0.12.2.2 " />
15+ <dependency id =" Simple.Data.Ado" version =" 0.14.0.1 " />
1616 </dependencies >
1717 </metadata >
1818</package >
Original file line number Diff line number Diff line change 22<package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
33 <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
44 <id >Simple.Data.SqlCompact40</id >
5- <version >0.12.2.2 </version >
5+ <version >0.14.0.1 </version >
66 <authors >Mark Rendle</authors >
77 <owners >Mark Rendle</owners >
88 <description >SQL Server Compact 4.0 ADO provider for the Simple.Data data access library.</description >
1212 <tags >sqlserver compact sqlce database data ado .net40</tags >
1313 <language >en-us</language >
1414 <dependencies >
15- <dependency id =" Simple.Data.Ado" version =" 0.12.2.2 " />
15+ <dependency id =" Simple.Data.Ado" version =" 0.14.0.1 " />
1616 </dependencies >
1717 </metadata >
1818</package >
Original file line number Diff line number Diff line change 22<package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
33 <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
44 <id >Simple.Data.SqlServer</id >
5- <version >0.12.2.2 </version >
5+ <version >0.14.0.1 </version >
66 <authors >Mark Rendle</authors >
77 <owners >Mark Rendle</owners >
88 <description >SQL Server ADO provider for the Simple.Data data access library.</description >
1212 <tags >sqlserver database data ado .net40</tags >
1313 <language >en-us</language >
1414 <dependencies >
15- <dependency id =" Simple.Data.Ado" version =" 0.12.2.2 " />
15+ <dependency id =" Simple.Data.Ado" version =" 0.14.0.1 " />
1616 </dependencies >
1717 </metadata >
1818</package >
Original file line number Diff line number Diff line change 174174 <Compile Include =" UnresolvableObjectException.cs" />
175175 <Compile Include =" Commands\UpdateByCommand.cs" />
176176 <Compile Include =" WhereClause.cs" />
177+ <Compile Include =" WithClause.cs" />
177178 <Compile Include =" WithCountClause.cs" />
178179 <Compile Include =" WithMode.cs" />
179180 <Compile Include =" WithType.cs" />
Original file line number Diff line number Diff line change 22<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
33 <metadata >
44 <id >Simple.Data.Core</id >
5- <version >0.12.2.2 </version >
5+ <version >0.14.0.1 </version >
66 <authors >Mark Rendle</authors >
77 <owners >Mark Rendle</owners >
88 <licenseUrl >http://www.opensource.org/licenses/mit-license.php</licenseUrl >
You can’t perform that action at this time.
0 commit comments