Skip to content

Commit

Permalink
update GrEmit to v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton92nd committed Nov 21, 2019
1 parent 7a1cdf6 commit 15c1bee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.3.x - 2019.11.21
- Update GrEmit to v3.2.2 supporting SourceLink

## v1.3.7 - 2019.11.21
- Use [SourceLink](https://github.com/dotnet/sourcelink) to help ReSharper decompiler show actual code.

Expand Down
2 changes: 1 addition & 1 deletion GrobExp.Compiler/GrobExp.Compiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GrEmit" Version="3.2.1" />
<PackageReference Include="GrEmit" Version="3.2.2" />
</ItemGroup>

</Project>

0 comments on commit 15c1bee

Please sign in to comment.