|
12 | 12 | <Import Project="Directory.Dependencies.Commons.props" /> |
13 | 13 | <Import Project="Directory.CodeAnalysis.props" /> |
14 | 14 |
|
15 | | - <!--<ItemGroup> |
16 | | - <Content Include="README.md"><Pack>true</Pack><PackagePath>..\</PackagePath></Content> |
17 | | - <Content Include="LICENSE"><Pack>true</Pack><PackagePath>LICENSE</PackagePath></Content> |
18 | | - </ItemGroup>--> |
19 | | - |
20 | 15 | <PropertyGroup Label="Common Package"> |
| 16 | + <Title>An Unobtrusive Multitenancy helper for (new or existing) Asp.Net Core project</Title> |
21 | 17 | <Authors>Courio-Dev</Authors> |
22 | 18 | <Company>Courio-Dev</Company> |
23 | 19 | <Copyright>Copyright (c) Courio-Dev and contributors. All rights reserved.</Copyright> |
24 | | - <Description>Description</Description> |
25 | | - <ReleaseNotes></ReleaseNotes> |
| 20 | + <Description> |
| 21 | + An Unobtrusive Multitenancy helper for (new or existing) Asp.Net Core project |
| 22 | + |
| 23 | + 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. |
| 24 | + |
| 25 | + It's support multitenant DI ,sandbox services, etc. |
| 26 | + </Description> |
| 27 | + <ReleaseNotes>https://github.com/courio-dev/UnobtrusiveMultitenancy/blob/master/HISTORY.md</ReleaseNotes> |
26 | 28 | <PackageProjectUrl>https://github.com/Courio-Dev/UnobtrusiveMultitenancy</PackageProjectUrl> |
27 | 29 | <PackageLicenseUrl>https://github.com/Courio-Dev/UnobtrusiveMultitenancy/blob/master/LICENSE</PackageLicenseUrl> |
28 | 30 | <PackageIconUrl>https://github.com/Courio-Dev/UnobtrusiveMultitenancy</PackageIconUrl> |
29 | 31 | <RepositoryUrl>https://github.com/Courio-Dev/UnobtrusiveMultitenancy</RepositoryUrl> |
30 | 32 | <RepositoryType>git</RepositoryType> |
31 | 33 | <PackageTags> |
32 | | - multitenancy |
33 | | - multitenant |
34 | | - multitenant-applications |
35 | | - tenant |
36 | | - dependency-injection |
37 | | - aspnet-core-2 |
38 | | - aspnet-core-mvc |
39 | | - net-core-2 |
| 34 | + multitenancy |
| 35 | + multitenant |
| 36 | + multi-tenant |
| 37 | + multitenant-applications |
| 38 | + tenant |
| 39 | + ASP.NET Core 2.1 |
| 40 | + aspnet-core-2 |
| 41 | + aspnet-core-mvc |
| 42 | + .NET Core 2.1 |
| 43 | + dependency-injection |
| 44 | + tenant-resolution |
| 45 | + dotnet core 2.1 |
40 | 46 | </PackageTags> |
41 | 47 | </PropertyGroup> |
42 | 48 |
|
|
77 | 83 | <IncludeSymbols>true</IncludeSymbols> |
78 | 84 | <NuspecProperties> |
79 | 85 | id=$(PackageId); |
| 86 | + title=$(Title); |
80 | 87 | version=$(PackageVersion); |
81 | 88 | configuration=$(Configuration); |
82 | 89 | tags=$(PackageTags.Replace("&", "&amp;")); |
|
88 | 95 | author=$(Authors); |
89 | 96 | copyright=$(Copyright); |
90 | 97 | description=$(Description); |
91 | | - releaseNotes=$(ReleaseNotes) |
92 | | - |
| 98 | + releaseNotes=$(ReleaseNotes); |
93 | 99 | OutputBaseBinary=$(MSBuildProjectDirectory)\$(OutputPath); |
94 | 100 | </NuspecProperties> |
95 | 101 | </PropertyGroup> |
|
0 commit comments