Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.6 KB

File metadata and controls

47 lines (29 loc) · 1.6 KB

MultiTenancy.EntityFrameworkCore

NuGet License: MIT

Multi-tenant data isolation support for Entity Framework Core applications

Installation

dotnet add package MultiTenancy.EntityFrameworkCore

Description

Multi-tenant data isolation support for Entity Framework Core applications

Documentation

See the NuGet package page for full documentation.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

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

Related Packages

Support

How to Publish

cd C:\desktopContents\projects\SaaS\NuGetPackages\MultiTenancy.EntityFrameworkCore
.\publish.ps1 -ApiKey XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -Bump patch  # Bug fixes
.\publish.ps1 -ApiKey XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -Bump minor  # New features
.\publish.ps1 -ApiKey XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -Bump major  # Breaking changes