Skip to content

Commit

Permalink
Bug #55 Assembly version number incorrect.
Browse files Browse the repository at this point in the history
  • Loading branch information
DVaughan committed Oct 16, 2019
1 parent 13db0b7 commit 696ac7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Test/UnitTests/UnitTests.csproj
Expand Up @@ -11,10 +11,10 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="MSTest.TestAdapter">
<Version>1.4.0</Version>
<Version>2.0.0</Version>
</PackageReference>
<PackageReference Include="MSTest.TestFramework">
<Version>1.4.0</Version>
<Version>2.0.0</Version>
</PackageReference>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion version.json
@@ -1,5 +1,5 @@
{
"version": "1.0",
"version": "1.1",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/rel/v\\d+\\.\\d+" // we also release branches starting with vN.N
Expand Down

0 comments on commit 696ac7a

Please sign in to comment.