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

Use PowerShell 5 reference assembly and update NuGet packages to latest versions #61

Merged
merged 2 commits into from
Jun 7, 2020

Conversation

kborowinski
Copy link
Contributor

@kborowinski kborowinski commented Jun 6, 2020

This PR:

  1. Uses PowerShell 5 reference assembly meant for modules supporting PowerShell 5.1 and older instead of System.Management 4.7.0 package that depends on .NET CoreApp 2.0.

image

Since this module targets .NET461 and PowerShell 2.0 there is no point to use .NET Core depended package (unless your intention is to support PowerShell Core in the future). Also this change results in smaller module size than v1.11.0:

v1.11.0
image

v1.11.1
image

  1. Removes unnecessary reference to SevenZipSharp.Net45 reintroduced in commit [Enhancement] Added new a parameter OutputPath for Compress-7Zip #60
  2. Updates nuget packages to latest versions

@kborowinski
Copy link
Contributor Author

@thoemmi Have a look at this PR please.

@thoemmi thoemmi merged commit 4d58601 into thoemmi:master Jun 7, 2020
@thoemmi
Copy link
Owner

thoemmi commented Jun 7, 2020

Wow, many thanks for your contribution. I've just released v1.12.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants