Releases: Cryptolens/cryptolens-dotnet
v2.0.6
- Speed up methods by setting WebClient.Proxy to null instead of DefaultCredentials.
Before: On some computers, the WebClient attempted to find/use a default proxy server where no proxy server is explicitly configured (using default IE settings). This caused long delays during the first request to the Web API.
Now: By explicitly setting the proxy to be null, it should not take as much time.
2.05
Release notes can be found here: http://blog.artemlos.net/news/release-notes-for-skgl-extension-2-0-5/
2.0.4
Please see the release notes here: http://blog.artemlos.net/posts/release-notes-for-skgl-extension-2-0-4/
v.2.0.3
Changed the eight digit hash code based on http://skgl.codeplex.com/workitem/2497.
Added the ability to specify the proxy server in all methods that work with the Web API.
SKGL Extension API .NET
Release notes can be found here: http://blog.artemlos.net/posts/whats-new-in-skgl-extension-for-net-v-2/