Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 12, 2019
1 parent 96cff4e commit 3d9a33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<NoWarn>CS1591;CS0649</NoWarn>
<Version>1.0.0-beta.36</Version>
<Version>1.0.0-beta.37</Version>
<PackageTags>Json, Testing, Verify</PackageTags>
<Description>Enables simple verification of complex models.</Description>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Verify/buildMultiTargeting/Verify.targets
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<Import Project="..\build\Verify.Xunit.targets"/>
<Import Project="..\build\Verify.targets"/>
</Project>

0 comments on commit 3d9a33a

Please sign in to comment.