dotnet.multitenancy
1.0.0
ไลบรารี Multitenancy สำหรับ. NET Standard
ลิงค์ด่วน
เปลี่ยนบันทึก | พื้นที่เก็บข้อมูลโครงการ
มีให้สำหรับ. NET Standard 2.0+
PM> Install-Package FluentlyHttpClient
< PackageReference Include = " FluentlyHttpClient " Version = " * " /> เพิ่มบริการผ่าน .AddFluentlyHttpClient()
// using Startup.cs (can be elsewhere)
public void ConfigureServices ( IServiceCollection services )
{
services . AddFluentlyHttpClient ( ) ;
}สิ่งที่ต้องทำ
ติดตั้ง/ตั้งค่าต่อไปนี้:
# run tests
npm test
# bump version
npm version minor --no-git-tag # major | minor | patch | prerelease
# nuget pack (only)
npm run pack
# nuget publish dev (pack + publish + clean)
npm run publish:dev