WendyH / hdsdump

Adobe HDS stream downloader
GNU General Public License v3.0
48 stars 11 forks source link

Feature request: Provide binary targeting .NET 4 #2

Closed schierlm closed 7 years ago

schierlm commented 7 years ago

Could you include in your binary releases a binary targeting .NET 4?

Background: Windows 10 new installations (unlike upgrades) will no longer install the compatibility files needed for .NET 2 and .NET 3 by default. You can install them later via control panel (or when you run a .NET 2 app you are prompted to do so) but I'd rather not:

Should be enough to copy the project/solution files, change target framework to .NET 4.x (and optionally output filename) and recompile. (At least it worked fine for me).

If you prefer, I can send you a pull request with the changed project/solution files.

Thanks.

WendyH commented 7 years ago

No problem. I update the release.

schierlm commented 7 years ago

Thanks for the great and fast service :)