-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcommon.props
More file actions
16 lines (15 loc) · 799 Bytes
/
common.props
File metadata and controls
16 lines (15 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<Project>
<Import Project="version.props" />
<PropertyGroup>
<Product>MicroElements.Data</Product>
<Copyright>2022</Copyright>
<Authors>micro-elements</Authors>
<Description>Data aspects: caching</Description>
<PackageTags>cache;processing;pipeline</PackageTags>
<PackageIconUrl>https://raw.githubusercontent.com/micro-elements/MicroElements/master/image/logo_rounded.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/micro-elements/MicroElements.Data</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/micro-elements/MicroElements.Data/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/micro-elements/MicroElements.Data</RepositoryUrl>
</PropertyGroup>
</Project>