pieterderycke / Jace

Jace.NET is a calculation engine for the .NET platform.
MIT License
436 stars 94 forks source link

Updated Jace to support the new Universal app format #9

Closed rmaclean closed 10 years ago

rmaclean commented 10 years ago

I have updated Jace to have support for the new Universal app type, and thus Windows Phone 8.1, Windows 8.1 & prepares it for supporting Windows 10. This was done by creating an Universal portable class library and duplicating the WinRT version.

Since the nuget folder isn't in the repository I can't create a separate nuget build for this.

pieterderycke commented 10 years ago

Hello,

Thanks for doing this. I will accept the Pull request. You do not need to create the nuget sub folder. It is automatically created by the buildNuGetPackage.cmd script. We just need to add the build for Universal App type to it.

Kind regards, Pieter

Sihoj commented 10 years ago

Hi, I'm using your library on a Universal App. I'm really looking forward to the updated NuGet. Thanks for some great work!

pieterderycke commented 10 years ago

I have pushed Jace 0.8.6 to NuGet.org adding Universal App support

Sihoj commented 10 years ago

Thank you so much. I really appreciate it! Now I can get my app published. Such great people here.