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 94d140c commit 96cff4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.35</Version>
<Version>1.0.0-beta.36</Version>
<PackageTags>Json, Testing, Verify</PackageTags>
<Description>Enables simple verification of complex models.</Description>
</PropertyGroup>
Expand Down
2 changes: 2 additions & 0 deletions src/Verify/Verify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<PackageReference Include="ProjectDefaults" Version="1.0.37" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
<PackageReference Include="Nullable" Version="1.1.1" PrivateAssets="All" />
<Content Include="buildMultiTargeting\Verify.targets" PackagePath="buildMultiTargeting\Verify.targets" />
<Content Include="build\Verify.targets" PackagePath="build\Verify.targets" />
<None Include="EmptyFiles\empty.*">
<Pack>true</Pack>
<PackagePath>EmptyFiles</PackagePath>
Expand Down

0 comments on commit 96cff4e

Please sign in to comment.