File tree Expand file tree Collapse file tree
TS3QueryLib.Core.Silverlight/Properties Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 1.2.0.0
2+ ==========================================
3+ - Added notification notifyserveredited
4+ - Added notification notifychannelpasswordchanged
5+ - Added notification notifychannelcreated
6+ - Added notification notifychanneldeleted
7+ - Added notification notifychannelmoved
8+ - Added notification notifychanneledited
9+ - Added notification notifychanneldescriptionchanged
10+ - Added handler for unknown notifications
11+ - Added command ServerGroupAutoDelPerm
12+ - Added command ServerGroupAutoAddPerm
13+ - Added command ClientGetUidFromClid
14+ - Added SendCommandValidationPredicate property to QueryRunner, which allows controlling when a command is sent or not using a single function
15+
116Version 1.1.0.0
217==========================================
318- Fixed SynchronizationContext issues
Original file line number Diff line number Diff line change 55 <PropertyGroup>
66 <RootDirectory>..</RootDirectory>
77 <Config>Release</Config>
8- <ReleaseVersion>1.1 .0.0</ReleaseVersion>
8+ <ReleaseVersion>1.2 .0.0</ReleaseVersion>
99 <ReleaseVersionEscaped>$(ReleaseVersion.Replace(".", "_"))</ReleaseVersionEscaped>
1010 <ReleaseName>TS3QueryLib.Net.V$(ReleaseVersionEscaped)</ReleaseName>
1111 <ReleaseDirectory>Releases\$(ReleaseVersionEscaped)</ReleaseDirectory>
Original file line number Diff line number Diff line change 88[ assembly: AssemblyTrademark ( "" ) ]
99[ assembly: AssemblyCulture ( "" ) ]
1010[ assembly: ComVisible ( false ) ]
11- [ assembly: AssemblyVersion ( "1.1 .0.0" ) ]
12- [ assembly: AssemblyFileVersion ( "1.1 .0.0" ) ]
11+ [ assembly: AssemblyVersion ( "1.2 .0.0" ) ]
12+ [ assembly: AssemblyFileVersion ( "1.2 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments