Nera.Lib.Cloud 2.0.0-dev0.4

This is a prerelease version of Nera.Lib.Cloud.
dotnet add package Nera.Lib.Cloud --version 2.0.0-dev0.4
                    
NuGet\Install-Package Nera.Lib.Cloud -Version 2.0.0-dev0.4
                    
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="Nera.Lib.Cloud" Version="2.0.0-dev0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nera.Lib.Cloud" Version="2.0.0-dev0.4" />
                    
Directory.Packages.props
<PackageReference Include="Nera.Lib.Cloud" />
                    
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 Nera.Lib.Cloud --version 2.0.0-dev0.4
                    
#r "nuget: Nera.Lib.Cloud, 2.0.0-dev0.4"
                    
#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 Nera.Lib.Cloud@2.0.0-dev0.4
                    
#: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=Nera.Lib.Cloud&version=2.0.0-dev0.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Nera.Lib.Cloud&version=2.0.0-dev0.4&prerelease
                    
Install as a Cake Tool

Nera.Lib.Cloud

Part of the Nera Libraries ecosystem. This library provides cloud-agnostic abstractions and implementations for common cloud services, including Storage, Messaging, and Email/Communication.

Features

  • Storage: Unified abstraction for blob/file storage (e.g., Google Drive, AWS S3 - implementations pending configuration).
  • Messaging: Cloud messaging abstractions and implementations.
  • Communication: Email services integration (SendGrid, Azure Communication Services).
  • Google Integration: Google Drive and Gmail API support.

Installation

Install via NuGet:

dotnet add package Nera.Lib.Cloud

Dependencies

  • Nera.Lib.Core (>= 1.0.23)
  • Nera.Lib.Caching (>= 1.0.8)

Extensions & Configuration

Register services in your Program.cs or Startup.cs:

// Example registration
builder.Services.AddNeraCloud(configuration);

Contributing

This project is part of the internal companies libraries.

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
2.0.0-dev0.4 39 3/4/2026
2.0.0-dev0.2 42 3/2/2026
2.0.0-dev0.1 44 3/2/2026