File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
Version 2.0.0.0
2
2
==========================================
3
- - Added AwaitableQueryDispatcher
4
- - Dropped support for Silverligt and Windows Phone 7
5
3
- Changed minimum .Net Framework Version to 4.5
4
+ - Added AwaitableQueryDispatcher (Replacement for the other 2 Dispatchers) - It is much faster anf fixes some conceptional problems
5
+ - Dropped support for Silverligt and Windows Phone 7
6
6
- Added more detailed exception in cases when there is a response parsing error
7
7
8
8
Version 1.2.2.0
Original file line number Diff line number Diff line change 1
1
Requirements
2
2
==============================================================
3
-
4
- - Visual Studio 2008 with .Net Framework 3.5
5
- - Silverlight Toolkit and so on (only if you want to use this library with silverlight)
3
+ - Visual Studio 2015 with .Net Framework 4.5+
6
4
7
5
How to use?
8
6
==============================================================
9
7
10
- For Windows Phone 7.1 reference the assembly : TS3QueryLib.Core.WP7
11
- For Silverlight reference the assembly : TS3QueryLib.Core.Silverlight
12
- For ASP.Net, Winforms, WPF and so on reference the assembly: TS3QueryLib.Core.Framework
8
+ Reference the assembly: TS3QueryLib.Core.Framework
13
9
14
10
15
- Sample Code (Silverlight)
11
+ Sample Code
16
12
==============================================================
17
13
18
14
using System.Windows;
You can’t perform that action at this time.
0 commit comments