RebelQuery 1.0.3.99

dotnet add package RebelQuery --version 1.0.3.99
NuGet\Install-Package RebelQuery -Version 1.0.3.99
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="RebelQuery" Version="1.0.3.99" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RebelQuery --version 1.0.3.99
#r "nuget: RebelQuery, 1.0.3.99"
#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 RebelQuery as a Cake Addin
#addin nuget:?package=RebelQuery&version=1.0.3.99

// Install RebelQuery as a Cake Tool
#tool nuget:?package=RebelQuery&version=1.0.3.99

A Rebel Query lib
   Rebel Query is a powerful sql lib for C#/.NET applications.
   Rebel Query is a complete lib for your application retrieve data from SQL Servers. Provides full data abstraction for Queries results, giving speed and easily for .NET queries

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3.99 504 8/22/2020
1.0.3.8 605 2/7/2020
1.0.3.6 452 2/6/2020
1.0.3.5 528 2/5/2020
1.0.3.4 521 2/2/2020
1.0.3.3 452 1/31/2020
1.0.3.2 454 1/28/2020
1.0.3 495 1/20/2020
1.0.3-alpha 382 9/11/2019
1.0.2 467 9/9/2019
1.0.1 455 9/1/2019
1.0.1-a 330 9/3/2019
1.0.0 451 9/1/2019

(08/2020)
v1.0.3.9
- Scalar variable features

     (05/02/2020)
       v1.0.3.5
       -Fixed error when query results are empty
     (05/02/2020)
      v1.0.3.5
      - Optimized core architecture;
      - Now supporting excel export over ToExcel() function
     (02/02/2020)
      v1.0.3.4
      - Optimizes core with async tasks;
      - Fixes fixes null exception on wrong sql syntax;
      - Fixes Dates mapping to string;
       (31/01/2020)
       v1.0.3.3
       - Improve data types mapping for numeric types;
       - Fixes Nullable mapping error;
       - Fixes DateTimeOffset mapping to DateTime;
       - Adds a new set of test case to prevent which updates make crash in working functionalities;
       - Improve speed of the core;
       - More detailed errors messages;

       (28/01/2019)
       v1.0.3.2
       - Adds a new version to the base version that include backward supports .net Core 2.x version. Even so, its compatible with 3.x .net Core version

       (19/01/2019)
       v1.0.3
       - TDD Development;
       - Fix empty string on where args;
       - Improve connection security;
       - Attributes support added: PrimaryKey; SqlAttribute;
       - Improved user query engine interface;
       - Support to explicit queries;
       - Implements update query.
       
       v1.0.3-ALPHA
       - Makes The development as alpha;
       - Attributes support added: PrimaryKey; SqlAttribute;
       - Improved user query engine interface;
       - Support to explicit queries;
       - Implements update query.

       v1.0.1 ALPHA
        - Makes The development as alphanuget

       (09/01/2019)
       v1.0.1
       - Updates project files: License added GNU GENERAL PUBLIC LICENSE

       (09/01/2019)
       v1.0.0
       - Project: The first release. The projet is under development to brings a stable version.