forked from AutomateThePlanet/Meissa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharedAssemblyInfo.targets
19 lines (19 loc) · 980 Bytes
/
SharedAssemblyInfo.targets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>1.2.5.0</Version>
<Authors>Anton Angelov</Authors>
<Company>Automate The Planet Ltd.</Company>
<Product>Meissa</Product>
<AssemblyVersion>1.2.5.0</AssemblyVersion>
<FileVersion>1.2.5.0</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<Copyright>Automate The Planet Ltd. 2018</Copyright>
<PackageLicenseUrl>https://github.com/angelovstanton/Meissa/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>http://meissarunner.com</PackageProjectUrl>
<PackageIconUrl>Icon URL</PackageIconUrl>
<RepositoryUrl>https://github.com/AutomateThePlanet/Meissa/</RepositoryUrl>
<!--<RepositoryType>Repo type</RepositoryType>-->
<PackageTags>tests, runner, distributed, uitests, webdriver, unitTests, dbTests, integrationTests, CI, CD</PackageTags>
<PackageReleaseNotes>Release</PackageReleaseNotes>
</PropertyGroup>
</Project>