Skip to content

Commit 6e9a374

Browse files
MattReibachBillVolz
authored andcommitted
Update README.MD
1 parent 75da4ec commit 6e9a374

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ PM> Install-Package SocketLabs.EmailDelivery
3838

3939
Alternately, you can simply [clone this repository](https://github.com/socketlabs/socketlabs-csharp.git) directly to include the source code in your project.
4040

41+
**Note for Visual Studio 2012 and earlier users**: Due to an issue with dependency requirements, the package manager in VS2012
42+
and earlier does not support installation of the current nuget package. In order to install the package directly, all you need to do
43+
is download the latest release binaries located at [https://github.com/socketlabs/socketlabs-csharp/releases/](https://github.com/socketlabs/socketlabs-csharp/releases/).
44+
Once you download the zip file, extract the files, and add the dll's from ```the lib\net45``` directory as references.
45+
You can do this from the project menu by clicking "Add Reference" then going to the browse option and picking the dll's from there.
4146

4247
<a name="getting-started"></a>
4348
# Getting Started

0 commit comments

Comments
 (0)