diff --git a/.appveyor.yml b/.appveyor.yml index 9e734b2..d117a5d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -106,7 +106,7 @@ artifacts: - path: .\Artifacts\**\*.zip name: Zip # Store xUnit Test Results -- path: .\Artifacts\**\*.trx +- path: .\Artifacts\**\*.coverage.xml name: xUnit Test Results @@ -117,7 +117,7 @@ artifacts: deploy: - provider: GitHub release: 'Release $(APPVEYOR_REPO_TAG_NAME) build $(APPVEYOR_BUILD_VERSION)' - description: '[**CHANGE LOG**](https://github.com/courio-dev/$(APPVEYOR_REPO_TAG_NAME)/blob/master/HISTORY.md)' + description: '[**CHANGE LOG**](https://github.com/courio-dev/$(APPVEYOR_PROJECT_SLUG)/blob/master/HISTORY.md)' artifact: Zip, NuGet draft: false prerelease: $(IsPreRelease) @@ -127,7 +127,7 @@ deploy: on: appveyor_repo_tag: true # Deploying to MyGet feed -- provider: NuGet +- provider: MyGet name: development server: https://www.myget.org/F/courio-dev/api/v2/package api_key: diff --git a/directory.build/Directory.Build.props b/directory.build/Directory.Build.props index dc05017..7f7f37a 100644 --- a/directory.build/Directory.Build.props +++ b/directory.build/Directory.Build.props @@ -12,31 +12,37 @@ - - + An Unobtrusive Multitenancy helper for (new or existing) Asp.Net Core project Courio-Dev Courio-Dev Copyright (c) Courio-Dev and contributors. All rights reserved. - Description - + + An Unobtrusive Multitenancy helper for (new or existing) Asp.Net Core project + + The goal of this project is to add the multitenancy functionality to an ASP.NET Core application (existing or new) without modification (or very little) of code. + + It's support multitenant DI ,sandbox services, etc. + + https://github.com/courio-dev/UnobtrusiveMultitenancy/blob/master/HISTORY.md https://github.com/Courio-Dev/UnobtrusiveMultitenancy https://github.com/Courio-Dev/UnobtrusiveMultitenancy/blob/master/LICENSE https://github.com/Courio-Dev/UnobtrusiveMultitenancy https://github.com/Courio-Dev/UnobtrusiveMultitenancy git - multitenancy - multitenant - multitenant-applications - tenant - dependency-injection - aspnet-core-2 - aspnet-core-mvc - net-core-2 + multitenancy + multitenant + multi-tenant + multitenant-applications + tenant + ASP.NET Core 2.1 + aspnet-core-2 + aspnet-core-mvc + .NET Core 2.1 + dependency-injection + tenant-resolution + dotnet core 2.1 @@ -77,6 +83,7 @@ true id=$(PackageId); + title=$(Title); version=$(PackageVersion); configuration=$(Configuration); tags=$(PackageTags.Replace("&", "&")); @@ -88,8 +95,7 @@ author=$(Authors); copyright=$(Copyright); description=$(Description); - releaseNotes=$(ReleaseNotes) - + releaseNotes=$(ReleaseNotes); OutputBaseBinary=$(MSBuildProjectDirectory)\$(OutputPath); diff --git a/src/PuzzleCMS.Core/PuzzleCMS.Core.Multitenancy/PuzzleCMS.Core.Multitenancy.nuspec b/src/PuzzleCMS.Core/PuzzleCMS.Core.Multitenancy/PuzzleCMS.Core.Multitenancy.nuspec index 6bf984a..d95fd96 100644 --- a/src/PuzzleCMS.Core/PuzzleCMS.Core.Multitenancy/PuzzleCMS.Core.Multitenancy.nuspec +++ b/src/PuzzleCMS.Core/PuzzleCMS.Core.Multitenancy/PuzzleCMS.Core.Multitenancy.nuspec @@ -2,6 +2,7 @@ $id$ + $title$ $version$ $author$ $copyright$ @@ -9,7 +10,7 @@ $iconUrl$ $projectUrl$ true - true + false $description$ $releaseNotes$ $tags$