Skip to content

Commit

Permalink
change version to 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayPianikov authored and NikolayPianikov committed Sep 24, 2019
1 parent 1d739b3 commit c9e0658
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion IntegrationTests/Dual.Tests/Dual.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.15" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.16" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion IntegrationTests/MS.Tests/MS.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.2.0" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.15" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.16" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion IntegrationTests/XUnit.Tests/XUnit.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.15" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.16" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion Samples/DevTeam.Tests/DevTeam.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="DevTeam.TestAdapter" Version="1.0.9-beta" />
<PackageReference Include="DevTeam.TestFramework" Version="1.0.9-beta" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.15" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.16" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/MS.Tests/MS.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.2.0" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.15" />
<PackageReference Include="TeamCity.VSTest.TestAdapter" Version="1.0.16" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PackageVersion Condition=" '$(PackageVersion)' == '' ">1.0.15</PackageVersion>
<PackageVersion Condition=" '$(PackageVersion)' == '' ">1.0.16</PackageVersion>
<Build_Number Condition=" '$(Build_Number)' == '' ">0</Build_Number>
<Version>$(PackageVersion).$(Build_Number)</Version>
</PropertyGroup>
Expand Down

0 comments on commit c9e0658

Please sign in to comment.