Rocketmakers.Storage.Data 2.2.0

dotnet add package Rocketmakers.Storage.Data --version 2.2.0
                    
NuGet\Install-Package Rocketmakers.Storage.Data -Version 2.2.0
                    
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="Rocketmakers.Storage.Data" Version="2.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rocketmakers.Storage.Data" Version="2.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Rocketmakers.Storage.Data" />
                    
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 Rocketmakers.Storage.Data --version 2.2.0
                    
#r "nuget: Rocketmakers.Storage.Data, 2.2.0"
                    
#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 Rocketmakers.Storage.Data@2.2.0
                    
#: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=Rocketmakers.Storage.Data&version=2.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Rocketmakers.Storage.Data&version=2.2.0
                    
Install as a Cake Tool

Rocketmakers.Storage.Data

Containing data layer interfaces and core types, supporting Rocketmakers.Storage.Services.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (2)

Showing the top 2 NuGet packages that depend on Rocketmakers.Storage.Data:

Package Downloads
Rocketmakers.Storage.Services

Package Description

Rocketmakers.Storage.Data.EFCore

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.2.0 460 2/25/2026
2.1.0 115 2/24/2026
2.0.3 1,205 2/5/2026
2.0.2 2,387 12/8/2025
2.0.1 417 12/8/2025
2.0.0 3,030 9/4/2025
1.0.2 928 8/4/2025
1.0.1 1,572 5/2/2025
1.0.0 2,449 2/6/2025
0.5.1 1,394 1/8/2025
0.5.0 1,063 12/3/2024
0.4.1 4,797 11/4/2024
0.4.0 3,936 8/5/2024
0.3.0 4,099 5/2/2024
0.2.4 487 10/3/2023
0.2.3 332 7/7/2023
0.2.2 382 6/9/2023
0.2.1 364 5/4/2023
0.2.0 349 4/4/2023
0.1.0 322 4/4/2023

# [2.2.0](https://github.com/Rocketmakers/rocketmakers-packages/compare/storage-dotnet-v2.1.0...storage-dotnet-v2.2.0) (2026-02-25)

### Features

* **storage-dotnet:** Added method to generate signed urls for multiple storage files. ([07a3a49](https://github.com/Rocketmakers/rocketmakers-packages/commit/07a3a49db5ca759fcff0abefac19eb4478c6b5d3))
#