WJb.File 0.1.0

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

WJb.File

Overview

WJb.File provides a simple file‑based storage implementation for the WJb ecosystem.

This package is intended as a reference and lightweight storage provider for local development, testing, and low‑volume scenarios. It allows running WJb without external infrastructure or database dependencies.

WJb.File is part of WJb — a lightweight background job execution architecture for .NET, focused on explicit, predictable, and infrastructure‑agnostic job processing.

This package is provided as a free component of the WJb ecosystem.


Status

This is an initial placeholder release.

The API and behavior may change as the WJb ecosystem evolves.


Target framework

  • .NET 10.0

Use cases

  • Local development
  • Testing and prototyping
  • Minimal infrastructure environments
  • Reference implementation for storage providers

Licensing

WJb is distributed under a dual‑licensing model.

Open‑source license

WJb free components, including WJb.File, are licensed under the Apache License 2.0.

This license permits use, modification, and distribution, including commercial use, in accordance with the terms of the Apache License 2.0.

Commercial license

Certain advanced and enterprise features of the WJb ecosystem are available only in the commercial edition, provided as WJb.Pro and related packages.

Use of WJb.Pro and other commercial packages requires a valid commercial license.

For commercial licensing inquiries, contact:

📧 ukrguru@gmail.com


Notes

  • WJb.File does not require a commercial license.
  • It is intended as a lightweight and non‑enterprise storage option.
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.
  • net10.0

    • No dependencies.

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
0.1.0 37 5/12/2026

Initial placeholder release.