Skip to content

Commit

Permalink
updated meissa version and nuspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
angelovstanton committed Oct 12, 2018
1 parent 44164d1 commit 42c95cb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Meissa.sln
Expand Up @@ -39,6 +39,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmallMSTestTestProject", "S
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NUnitReportMerge.Spike", "NUnitReportMerge.Spike\NUnitReportMerge.Spike.csproj", "{192F14FA-71BC-4674-93A5-0A36F631EABF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{82BC3A1E-0C7F-4F7D-8730-E89CFE22A034}"
ProjectSection(SolutionItems) = preProject
SharedAssemblyInfo.targets = SharedAssemblyInfo.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
6 changes: 3 additions & 3 deletions SharedAssemblyInfo.targets
@@ -1,11 +1,11 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>1.2.4.0</Version>
<Version>1.2.5.0</Version>
<Authors>Anton Angelov</Authors>
<Company>Automate The Planet Ltd.</Company>
<Product>Meissa</Product>
<AssemblyVersion>1.2.4.0</AssemblyVersion>
<FileVersion>1.2.4.0</FileVersion>
<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>
Expand Down
4 changes: 2 additions & 2 deletions installers/Meissa.Linux64/Meissa.Linux64.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Meissa.Linux64</id>
<version>1.3.4.0</version>
<version>1.3.5.0</version>
<authors>Automate The Planet Ltd.</authors>
<summary>Installs Meissa Distributed Test Runner.</summary>
<description> Open-source cross-platform test runner that executes tests in parallel, time balanced.</description>
Expand All @@ -13,6 +13,6 @@
<tags>Distributed Test Runner</tags>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</packageTypes>pu2gwfpvhqb
</metadata>
</package>
2 changes: 1 addition & 1 deletion installers/Meissa.MacOS64/Meissa.MacOS64.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Meissa.MacOS64</id>
<version>1.3.4.0</version>
<version>1.3.5.0</version>
<authors>Automate The Planet Ltd.</authors>
<summary>Installs Meissa Distributed Test Runner.</summary>
<description> Open-source cross-platform test runner that executes tests in parallel, time balanced.</description>
Expand Down
2 changes: 1 addition & 1 deletion installers/Meissa.Windows64/Meissa.Windows64.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Meissa.Windows64</id>
<version>1.3.4.0</version>
<version>1.3.5.0</version>
<authors>Automate The Planet Ltd.</authors>
<summary>Installs Meissa Distributed Test Runner.</summary>
<description> Open-source cross-platform test runner that executes tests in parallel, time balanced.</description>
Expand Down

0 comments on commit 42c95cb

Please sign in to comment.