-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.props
More file actions
16 lines (15 loc) · 907 Bytes
/
common.props
File metadata and controls
16 lines (15 loc) · 907 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.Design.Annotations</Product>
<Copyright>2018</Copyright>
<Authors>micro-elements</Authors>
<Description>Design annotations for DDD, CQRS and other architectural methodologies.</Description>
<PackageTags>Annotations DDD CQRS Design</PackageTags>
<PackageProjectUrl>https://github.com/micro-elements/MicroElements.Design.Annotations</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/micro-elements/MicroElements.Design.Annotations/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/micro-elements/MicroElements.Design.Annotations</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/micro-elements/MicroElements/master/image/logo_rounded.png</PackageIconUrl>
</PropertyGroup>
</Project>