Skip to content

Commit 8fd25c1

Browse files
versioning
1 parent 41944bf commit 8fd25c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Source/Machine.VSTestAdapter/Machine.VSTestAdapter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Product>Machine.Specifications.Runner.VisualStudio</Product>
1313
<AssemblyTitle>Machine.Specifications.Runner.VisualStudio</AssemblyTitle>
1414
<PackageId>Machine.Specifications.Runner.VisualStudio </PackageId>
15-
<Version>2.0.0</Version>
15+
<Version>1.0.0</Version>
1616
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1717
<Authors>https://github.com/machine/machine.vstestadapter</Authors>
1818
<PackageProjectUrl>https://github.com/machine/machine.vstestadapter</PackageProjectUrl>

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
2-
nuget_version: '2.6.1'
3-
assembly_version: '2.6.1'
2+
nuget_version: '2.7.0'
3+
assembly_version: '2.7.0'
44

55
version: '$(nuget_version)+{build}'
66

@@ -28,7 +28,7 @@ test_script: dotnet test -c %CONFIGURATION% Source\Machine.VSTestAdapter.Specs
2828
deploy:
2929
- provider: GitHub
3030
description: |
31-
* Fix to support for VS 2017 15.5.x
31+
* Fix for out ot memory exceptions and tests not showing up
3232
3333
on:
3434
appveyor_repo_tag: true

0 commit comments

Comments
 (0)