Griffin.ReportWriter 2023.1.1

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

// Install Griffin.ReportWriter as a Cake Tool
#tool nuget:?package=Griffin.ReportWriter&version=2023.1.1

Griffin Report Writer (C# Custom Library, for internal use only)

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
2023.1.1 195 6/12/2023
2022.7.1 1,003 7/4/2022
2022.7.0 381 7/4/2022
2020.6.0 549 3/24/2020
2020.1.0 727 1/17/2020
2019.24.1 1,546 11/29/2019
2019.22.2 567 10/25/2019
2019.22.1 459 10/22/2019
2019.21.4 532 10/15/2019
2019.21.3 498 10/14/2019
2019.21.2 470 10/10/2019
2019.21.1 481 10/8/2019
2019.20.6 463 10/4/2019
2019.20.5 487 9/26/2019
2019.20.4 460 9/26/2019
2019.20.3 464 9/26/2019
2019.20.2 484 9/25/2019
2019.20.1 439 9/25/2019
2019.19.6 545 9/18/2019
2019.19.5 463 9/17/2019
2019.19.4 453 9/17/2019
2019.19.3 481 9/17/2019
2019.19.2 479 9/13/2019
2019.19.1 491 9/11/2019
2019.16.1 620 8/5/2019
2019.15.1 538 7/17/2019

A custom made class library for internal use only.
     This package makes sure that you have all the dependencies available for the templateless report writer to work.
     This package caters for both web and windows based applications.
     11/09/2019: Removed the capitalization of the sheet names. Now the case will be provided in the schema for better customization.
     13/09/2019: Added static encryption decryption capability to be used for single sign on security.
     16/09/2019: Added class to help with REST calls.
     17/09/2019: Added class to help with untrust worthy SSL certificate issue. Moved all methods to the nuget where possible
     18/09/2019: Corrected the issue with the User Validation check.
     25/09/2019: Corrected the encryption logic to keep in sync with the dot net core compatibility.
     25/09/2019: Decryption will now default to empty when failed.
     26/09/2019: Removed all the crypto logic to the API so the nuget will use the api too as we have found platform issues.
     04/10/2019: Added a Can Update field to the data column in the schema.
     08/10/2019: Added field data type for a cell value serialization.
     10/10/2019: Added a debug mode option to throw the actual error.
     14/10/2019: Added forgot password option to share between clients.
     15/10/2019: Added back up desirialization to make sure older schema's will work with newer framework.
     22/10/2019: Added extra user fields to cater for kfs SSO feature.
     25/10/2019: Added BUSSUIUrl to the keys so it can be accessed by all clients. Also cleared GR UI session when logged out from Griffin.
     29/11/2019: Added the sql date fix logic for date range user control to the nuget package.
     15/01/2020: Added can import flag for all schema's so all schema structures can be in sync. Also added schema key end point to the helper.
     24/03/2020: Added extention to string helper to expose camel case method.
     04/07/2022: Corrected bug in Dataset.IsValid() to check rowcount against total rows across all tables in the dataset instead of just the first
     12/06/2023: Addition of default values _CurrentCustomer and _CurrentEnvironment to support SSO process, and modification of CurrentCustomer and CurrentEnvironment to be getters