Mere 2.1.30
dotnet add package Mere --version 2.1.30
NuGet\Install-Package Mere -Version 2.1.30
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mere" Version="2.1.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mere --version 2.1.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mere, 2.1.30"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Mere as a Cake Addin #addin nuget:?package=Mere&version=2.1.30 // Install Mere as a Cake Tool #tool nuget:?package=Mere&version=2.1.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Mere is an "ORM-ish thing" for SQL server. User MereWebGenerator to generate your classes from a SQL server database. Please send any bugs found to ksc4130@gmail.com (thank you).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Mere:
Package | Downloads |
---|---|
Mere.Files
File parser and writer that works with Mere. |
|
kscDependencies
Packages I use often. |
|
Mere.Excel
Simple excel exporting with mere and CarlosAg.ExcelXmlWriter(http://www.carlosag.net/tools/excelxmlwriter/) |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.30 | 1,699 | 8/15/2017 |
2.1.22 | 1,223 | 8/30/2016 |
2.1.21 | 1,227 | 7/21/2016 |
2.1.20 | 1,189 | 7/18/2016 |
2.1.19 | 1,315 | 7/14/2016 |
2.1.18 | 1,381 | 7/11/2016 |
2.1.17 | 1,347 | 10/26/2015 |
2.1.16 | 1,506 | 3/4/2015 |
2.1.15 | 1,317 | 3/3/2015 |
2.1.14 | 1,246 | 3/2/2015 |
2.1.13 | 1,271 | 3/2/2015 |
2.1.12 | 1,354 | 2/11/2015 |
2.1.11 | 1,307 | 10/15/2014 |
2.1.10 | 1,259 | 10/10/2014 |
2.1.9 | 1,291 | 10/7/2014 |
2.1.8 | 1,287 | 10/7/2014 |
2.1.7 | 1,291 | 9/3/2014 |
2.1.6 | 1,311 | 9/2/2014 |
2.1.5 | 1,371 | 8/21/2014 |
2.1.4 | 1,347 | 7/29/2014 |
2.1.3 | 1,287 | 7/29/2014 |
2.1.2 | 1,297 | 7/14/2014 |
2.1.1 | 1,965 | 2/18/2014 |
2.1.0 | 1,413 | 1/31/2014 |
2.0.9 | 1,389 | 12/31/2013 |
2.0.8 | 2,230 | 12/4/2013 |
2.0.7 | 1,351 | 12/4/2013 |
2.0.6 | 1,325 | 12/4/2013 |
2.0.5 | 1,563 | 11/26/2013 |
2.0.4 | 1,357 | 11/26/2013 |
2.0.3 | 1,415 | 10/3/2013 |
2.0.2 | 1,323 | 9/26/2013 |
2.0.1 | 1,320 | 9/26/2013 |
2.0.0 | 1,343 | 9/12/2013 |
0.0.15 | 1,570 | 6/25/2013 |
0.0.14 | 1,425 | 5/30/2013 |
0.0.13 | 1,474 | 5/30/2013 |
0.0.12 | 1,445 | 5/22/2013 |
0.0.11 | 1,411 | 5/22/2013 |
0.0.10 | 1,419 | 5/21/2013 |
0.0.9 | 1,437 | 5/10/2013 |
0.0.8 | 1,377 | 4/24/2013 |
0.0.7 | 1,403 | 4/22/2013 |
0.0.6 | 1,336 | 4/22/2013 |
0.0.5 | 1,791 | 4/20/2013 |
0.0.4 | 1,395 | 4/14/2013 |
0.0.3 | 1,391 | 4/13/2013 |
0.0.2 | 1,423 | 4/13/2013 |
0.0.1 | 1,396 | 4/13/2013 |
Added support for MereColumn inserts.