Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 27b8c74

Browse files
committed
Updated Silverlight to the latest code - 3.9.50.
Not superfluous, the previous version was broken. One user even reported it, but we mistakenly did not test the released version but the (at the time) current version of the source. For reference, the broken version - still on NuGet - is 3.9.44; don't let this version fool you, SL5 build lag behind the official build number so 3.9.49 includes SL5 binaries 3.9.44. The crash happened in ServiceClientBase's constructor due to the misuse of the CookieContainer. Current code works fine, let's update SL5 build and update NuGet...
1 parent 2195662 commit 27b8c74

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

NuGet/lib/sl5/ServiceStack.Text.dll

3.5 KB
Binary file not shown.

NuGet/lib/sl5/ServiceStack.Text.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ServiceStack.Text.SL5/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
2323
[assembly: Guid("b058736d-b210-47e1-b16f-ba72d92e7c4e")]
24-
[assembly: AssemblyVersion("3.9.48.0")]
24+
[assembly: AssemblyVersion("3.9.50.0")]

0 commit comments

Comments
 (0)