CBHI.Models.Shared 3.5.6

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

This File is for SSO Authorization of different projects within CBHI.

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 (3)

Showing the top 3 NuGet packages that depend on CBHI.Models.Shared:

Package Downloads
CBHI.Models.Auth

A shared requirement forCBHI Projects by Author

CBHI.BLL.Auth

A Repository CBHI SSO.

CBHI.Module.Security

A shared requirement forCBHI Projects by Author

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.5.6 124 4/28/2026
3.5.5 139 4/16/2026
3.5.4 131 3/7/2026
3.5.3 98 3/7/2026
3.5.2 227 12/3/2025
3.5.1 207 11/24/2025
3.5.0 192 11/24/2025
3.0.1 205 11/24/2025
3.0.0 202 11/24/2025
2.0.3 216 11/15/2025
2.0.0 262 11/15/2025

Version 3.5.6
- Add new Encryption Class
Version 3.5.5
- Update Packages
Version 3.5.4
Version 3.5.3
- Updated dependencies"
- DevExpress, EntityFrameworkCore

Version 3.5.2
- Changed all nullable fields to "string?"

Version 3.5.1
- Repacked due to Package deployment issues

Version 3.5.0
- Upgraded to .NET 10.0 due to issues with dependencies on .NET 9.0

Version 3.0.1
- Updated Dependencies to latest version

Version 3.0.0
- Upgraded to .NET 9.0

Version 2.0.3
- Updated dependencies