Skip to content

Commit

Permalink
Bump version and update support packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrzesniewski committed Aug 19, 2019
1 parent d94bd82 commit 7f3a550
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.1.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.14.0" />
</ItemGroup>

</Project>
8 changes: 4 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</PropertyGroup>

<PropertyGroup>
<ZebusDslVersion>1.0.0</ZebusDslVersion>
<ZebusDslBuildVersion>1.0.0</ZebusDslBuildVersion>
<ZebusDslVersion>1.0.1</ZebusDslVersion>
<ZebusDslBuildVersion>1.0.1</ZebusDslBuildVersion>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -37,8 +37,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2019.1.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="all" />
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="all" />
</ItemGroup>

</Project>

0 comments on commit 7f3a550

Please sign in to comment.