Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Lazy Loading of Transitive Shared Types [See Comments] #164

Merged
merged 9 commits into from
Jan 31, 2021
Prev Previous commit
Next Next commit
Update release notes
  • Loading branch information
natemcmaster committed Jan 31, 2021
commit a867df1cdd2c707ca20603695052c7a9287b6456
3 changes: 2 additions & 1 deletion src/Plugins/releasenotes.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<PropertyGroup>
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '1.4.0'">
Changes:
* @Sewer56 - search in additional probing paths (PR #172)
* @Sewer56 - feature: add option to support lazy loading of transitive dependencies to increase performance (PR #164)
* @Sewer56 - bugfix: search in additional probing paths (PR #172)
</PackageReleaseNotes>
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '1.3.1'">
Changes:
Expand Down