Reputation: 1108
I wanted to start using PostgreSQL with Entity Framework, so I went to Visual Studio Support (DDEX) page, which says:
Grab the latest setup program (.exe-file) from https://github.com/npgsql/npgsql/releases and run it.
I went to that page, but I can't find the .exe installation file anywhere. Where do I find the installation for DDEX tools?
P.S. There might be a possibility that the file was in front of my nose but I didn't see it. In that case feel free to down-vote me, but please leave the answer with the location/instructions where I can find the file :)
Upvotes: 4
Views: 3678
Reputation: 531
I used for it version 2.2.5 and this version contains "setup program (.exe-file)". See there: https://github.com/npgsql/npgsql/releases/tag/v2.2.5 I spent a lot of time to find this simple way.
Upvotes: 2