Skip to content

Commit

Permalink
Merge pull request #79 from jnm2/update_readme
Browse files Browse the repository at this point in the history
Fix package version in readme
  • Loading branch information
sharwell committed Jan 26, 2020
2 parents c14d291 + 92f6ee2 commit 06e5d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ IL weaver for adding nullability annotations to .NET Framework, .NET Standard, a
</PropertyGroup>

<ItemGroup>
<PackageReference Include="TunnelVisionLabs.ReferenceAssemblyAnnotator" Version="1.0.0-alpha.138" PrivateAssets="all" />
<PackageReference Include="TunnelVisionLabs.ReferenceAssemblyAnnotator" Version="1.0.0-alpha.154" PrivateAssets="all" />

<!-- Specifies the version of Microsoft.NETCore.App.Ref to obtain nullability information from. -->
<PackageDownload Include="Microsoft.NETCore.App.Ref" Version="[3.1.0]" />
Expand All @@ -55,7 +55,7 @@ Minimal:

```xml
<ItemGroup>
<PackageReference Include="TunnelVisionLabs.ReferenceAssemblyAnnotator" Version="1.0.0-alpha.138" PrivateAssets="all" />
<PackageReference Include="TunnelVisionLabs.ReferenceAssemblyAnnotator" Version="1.0.0-alpha.154" PrivateAssets="all" />
<PackageDownload Include="Microsoft.NETCore.App.Ref" Version="[3.1.0]" />
</ItemGroup>
```
Expand Down

0 comments on commit 06e5d1e

Please sign in to comment.