Skip to content

Releases: Cryptolens/cryptolens-dotnet

v2.0.6

22 Jul 08:02
Compare
Choose a tag to compare
  • 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

13 May 19:56
Compare
Choose a tag to compare

2.0.4

03 May 10:10
Compare
Choose a tag to compare

v.2.0.3

02 Mar 19:45
Compare
Choose a tag to compare
v.2.0.3 Pre-release
Pre-release

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

15 Jan 19:02
Compare
Choose a tag to compare