forked from Finbuckle/Finbuckle.MultiTenant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
20 lines (19 loc) · 1.02 KB
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project>
<PropertyGroup>
<Version>6.4.1</Version>
<Authors>Finbuckle LLC</Authors>
<Copyright>Copyright 2018-2020 Finbuckle LLC, Andrew White, and Contributors</Copyright>
<PackageIconUrl>https://www.finbuckle.com/images/finbuckle-128x128.png</PackageIconUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://www.finbuckle.com/MultiTenant</PackageProjectUrl>
<RepositoryUrl>https://github.com/Finbuckle/Finbuckle.MultiTenant</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageTags>finbuckle;multitenant;multitenancy;aspnet;aspnetcore;entityframework;entityframework-core;efcore</PackageTags>
<PackageIcon>finbuckle-128x128.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<None Include="../../finbuckle-128x128.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>