-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcommon.props
More file actions
12 lines (12 loc) · 680 Bytes
/
common.props
File metadata and controls
12 lines (12 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<Project>
<Import Project="version.props" />
<PropertyGroup>
<Copyright>2018</Copyright>
<Authors>alexey.petriashev;MicroElements</Authors>
<PackageIconUrl>https://raw.githubusercontent.com/micro-elements/MicroElements/master/image/logo_rounded.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/micro-elements/MicroElements.Testing</PackageProjectUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/micro-elements/MicroElements.Testing.git/master/LICENSE</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/micro-elements/MicroElements.Testing.git</RepositoryUrl>
</PropertyGroup>
</Project>