This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Description
I think it will be very convenient for other if they can simple install JSIL using NuGet.
I currently test it with my private JSIL build/private feed. I created three packages:
- JSIL.Compiler - contains output from bin folder. Also will contain target, that would be executed on build process.
- JSIL.Meta - contains only JSIL.Meta.dll
- JSIL.Libraries - contains Libraries, that should be installed on Project that will contain html file.
I have only one unresolved issues. Really, all this three packages depend on each other version, but as they should be installed in different projects, I can't restrict that they version be same.