MySQL Forums
Forum List  »  Announcements

Connector/NET 6.8.3 is available as official MySQL Nuget packages
Posted by: Roberto Ezequiel Garcia Ballesteros
Date: March 05, 2014 10:38AM

Dear MySQL users,

We are proud to announce that we have made the open source version of our Connector/NET 6.8.3 is available as official MySQL Nuget packages.

What this means for Connector/Net users?
It’s even easier and more straight forward to develop for MySQL from Visual Studio. Installing and upgrading packages couldn’t be easier.

NuGet is the package manager for the Microsoft development platform including .NET. The NuGet client tools provide the ability to produce and consume packages. The NuGet Gallery is the central software package repository populated by various package authors and tied directly to developers ease of installation and development.

For more information see http://nuget.codeplex.com/documentation?title=Getting%20Started

Currently we have 3 nuget packages which contain:

- MySQL Connector/NET Core
- MySQL Connector/NET for Entity Framework 6
- MySQL Connector/NET Web providers


In order to install the nuget package you can use the Package Manager Console as follows:

PM> Install-Package MySql.ConnectorNET.Entity
PM> Install-Package MySql.ConnectorNET.Web

Or via the visual studio console
http://docs.nuget.org/docs/start-here/Managing-NuGet-Packages-Using-The-Dialog

Note – The core package is automatically included -
MySql.ConnectorNET.Entity and MySql.ConnectorNET.Web are dependent on MySql.ConnectorNET.Data so there is no need to install it (it will be installed automatically).

For more information or to go directly to our Nuget Packages
http://www.nuget.org/packages/MySql.ConnectorNET.Entity/
http://www.nuget.org/packages/MySql.ConnectorNET.Data/
http://www.nuget.org/packages/MySql.ConnectorNET.Web/

Regards,
MySql Connector/NET team

Options: ReplyQuote


Subject
Views
Written By
Posted
Connector/NET 6.8.3 is available as official MySQL Nuget packages
8671
March 05, 2014 10:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.