Commit 6a70c3c8 6a70c3c8fd2d4219c0901377cfc94bc6a5370cdc by Christian Gerdes

Update README.md

1 parent 52310a19
......@@ -6,7 +6,7 @@ Building
Pre build versions of the DLL and the PDB Debug symbols files are available in the project wiki home page for download. Please remember to remove the blocking of the file that windows does for downloaded executable files, otherwise it will not load. Most windows setups also block executable files on shared filesystems, so you might want to place the file local.
Build the Project using Release config and make sure you build for .NET Framework 4.5 if you want to use the TLS 1.2 features (see the Wiki Pages for more details). The solution also contains a Test Project, it is not needed for use of the plugins, it is only used to test the plugins during development.
Build the Project using Release config and make sure you build for .NET Framework 4.5 if you want to use the TLS 1.2 features (see the Wiki Pages for more details). The solution also contains a Test Project, it is not needed for use of the plugins, it is only used to test the plugins during development. You can use this Test Project as a starting point for your Test Project or use it to play arround with the plugin as well, since it already contains a reference to the plugin DLL project.
Versioning
......