dotnet.multitenancy
1.0.0
.NET标准的多端库
快速链接
更改日志|项目存储库
可用于.NET标准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