Crowley.LoadIQCommon 1.0.6

dotnet add package Crowley.LoadIQCommon --version 1.0.6
                    
NuGet\Install-Package Crowley.LoadIQCommon -Version 1.0.6
                    
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="Crowley.LoadIQCommon" Version="1.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Crowley.LoadIQCommon" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Crowley.LoadIQCommon" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Crowley.LoadIQCommon --version 1.0.6
                    
#r "nuget: Crowley.LoadIQCommon, 1.0.6"
                    
#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.
#:package Crowley.LoadIQCommon@1.0.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Crowley.LoadIQCommon&version=1.0.6
                    
Install as a Cake Addin
#tool nuget:?package=Crowley.LoadIQCommon&version=1.0.6
                    
Install as a Cake Tool

LogiBCommon

A comprehensive common utilities library for LogiB applications, providing authentication, conversion, cryptography, email, Firebase notifications, PDF generation, SMS, and database connectivity helpers.

Features

  • Authentication Helper: JWT token validation, custom token handling, and authentication middleware
  • Conversion Helper: Unit conversion for weight, volume, distance, and timezone handling
  • Cryptography Helper: Encryption and decryption utilities
  • Email Helper: SMTP email sending capabilities
  • Firebase Notification: Firebase Cloud Messaging integration
  • PDF Helper: PDF generation and manipulation utilities
  • SMS Helper: SMS sending via AWS SNS
  • Database Services: PostgreSQL connection management

Installation

Install the package via NuGet Package Manager:

dotnet add package Crowley.LogiBCommon

Or via Package Manager Console:

Install-Package Crowley.LogiBCommon

Requirements

  • .NET 6.0 or later

Usage

Authentication

Configure authentication middleware in your Startup.cs or Program.cs:

app.UseMiddleware<AuthenticationMiddleware>("your-secret-encryption-code");

Conversion Functions

using LogiBCommon.ConversionHelper;

var conversionFunctions = new ConversionFunctions(systemDefaultSettings);
double convertedWeight = conversionFunctions.ConvertWeight(100, "kg");
double convertedVolume = conversionFunctions.ConvertVolume(50, "m³");

Email Helper

using LogiBCommon.EmailHelper;

var emailHelper = new EmailHelper(smtpSettings);
await emailHelper.SendEmailAsync(to, subject, body);

SMS Helper

using LogiBCommon.SMSHelper;

var smsHelper = new SMSHelper();
await smsHelper.SendSMSAsync(phoneNumber, message);

PDF Helper

using LogiBCommon.PDFHelper;

var pdfHelper = new PDFHelper();
byte[] pdfBytes = pdfHelper.GeneratePDF(htmlContent);

Firebase Notifications

using LogiBCommon.FireBaseNotification;

var firebaseClient = new FirebaseMessagingClient();
await firebaseClient.SendNotificationAsync(token, title, body);

Dependencies

This package depends on:

  • AWSSDK.SimpleNotificationService
  • Crowley.Logger
  • FirebaseAdmin
  • Microsoft.AspNetCore.Http
  • Newtonsoft.Json
  • NLog
  • NodaTime
  • Npgsql
  • Portable.itextsharp.xmlworker
  • System.IdentityModel.Tokens.Jwt
  • System.Security.Cryptography.Pkcs
  • System.Security.Cryptography.Xml

Authors

  • Vikram Sankar
    1. Addesso

Company

Software Without Programmers

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For issues and questions, please contact the development team or create an issue in the repository.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows 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.6 113 12/12/2025
1.0.5 112 12/12/2025
1.0.4 115 12/12/2025
1.0.3 527 12/10/2025
1.0.2 468 12/10/2025
1.0.1 352 12/8/2025
1.0.0 333 12/8/2025