glav / CognitiveServicesFluentApi

A fluent API to use with Microsoft Cortana suite of cognitive services
MIT License
4 stars 0 forks source link

Separate out utility extensions into own nuget packages #4

Closed glav closed 5 years ago

glav commented 5 years ago

In line with how most other packages are built and to prevent updates to the core API package when simple extension updates are made, separating out these extensions into separate packages makes sense and also make it very easy with little disruption when lots of updates are made fpor the extensions. Also means people can make their own versions of the same extensions without even ncluding the provided ones.