npgsql / npgsql

Npgsql is the .NET data provider for PostgreSQL.
http://www.npgsql.org
PostgreSQL License
3.28k stars 822 forks source link

How can I Install npgsql without nuget? #725

Closed zhanglhz closed 9 years ago

zhanglhz commented 9 years ago

I only use npgsql in Excel wtih PowerQuery.

In Version 2.2.5, I find Setup_Npgsql-2.2.5.0-r3-net45.exe etc., but in realse version 3.0.0, I do not find files like this.

gabrielbarceloscn commented 9 years ago

Access this url: https://www.nuget.org/packages/Npgsql/ and click: Download option.

Open the nuproj downloaded file in Windows Explorer/WinZip or WinRar, go to lib\net45\Npgsql.dll.

Enjoy.

zhanglhz commented 9 years ago

Thank you. I'll Try to install this without setup package.