ngOfficeUIFabric / ng-officeuifabric

Office UI Fabric (https://github.com/OfficeDev/office-ui-fabric) implementation for Angular
http://ngOfficeUiFabric.com
MIT License
321 stars 67 forks source link

Nuget dependency can't be fulfilled #424

Closed douglasware closed 7 years ago

douglasware commented 7 years ago

The latest stable package requires OfficeUIFabric >= 2.6.2, but the latest published on Nuget is 2.6.1.

ghost commented 7 years ago

Hmm, 2.6.2 is a Node only release https://github.com/OfficeDev/office-ui-fabric-core/releases/tag/2.6.2 Don't know why they didn't push it to Nuget.

andikrueger commented 7 years ago

2.6.2 was a fix for an issue which prevented the build: https://github.com/OfficeDev/office-ui-fabric-core/issues/821#issuecomment-252625060 And the original issue: https://github.com/OfficeDev/office-ui-fabric-core/issues/808

I think it's save to change the package.json and require 2.6.1.

andrewconnell commented 7 years ago

Fixing now... this is so stupid. Why issue a release and not publish it? If you bump the version, BUMP THE VERSION.

So wait.. they pushed it to NPM, but not NuGet. Is this really a bug for ngOfficeUIFabric?

andrewconnell commented 7 years ago

Nevermind... confirmed by the Office UI Fabric guys in https://github.com/OfficeDev/office-ui-fabric-core/issues/824. We won't fix... they screwed up and are fixing it so closing this as a a wontfix.

ghost commented 7 years ago

Chill @andrewconnell 👍 :)

Jahnp commented 7 years ago

Sorry guys, honest mistake when publishing.

andrewconnell commented 7 years ago

NP... caught us off guard but glad it's getting resolved :)

Jahnp commented 7 years ago

For sure. I mentioned it in #824, but the package has been uploaded now--hopefully this should be resolved. Please let us know if you hit any other issues with this version.