diff --git a/Deployment/Changelog.txt b/Deployment/Changelog.txt index d54fce5..8058da9 100644 --- a/Deployment/Changelog.txt +++ b/Deployment/Changelog.txt @@ -1,3 +1,18 @@ +Version 1.2.0.0 +========================================== +- Added notification notifyserveredited +- Added notification notifychannelpasswordchanged +- Added notification notifychannelcreated +- Added notification notifychanneldeleted +- Added notification notifychannelmoved +- Added notification notifychanneledited +- Added notification notifychanneldescriptionchanged +- Added handler for unknown notifications +- Added command ServerGroupAutoDelPerm +- Added command ServerGroupAutoAddPerm +- Added command ClientGetUidFromClid +- Added SendCommandValidationPredicate property to QueryRunner, which allows controlling when a command is sent or not using a single function + Version 1.1.0.0 ========================================== - Fixed SynchronizationContext issues diff --git a/Deployment/Deploy.target b/Deployment/Deploy.target index 2294d35..f27e927 100644 --- a/Deployment/Deploy.target +++ b/Deployment/Deploy.target @@ -5,7 +5,7 @@ .. Release - 1.1.0.0 + 1.2.0.0 $(ReleaseVersion.Replace(".", "_")) TS3QueryLib.Net.V$(ReleaseVersionEscaped) Releases\$(ReleaseVersionEscaped) diff --git a/TS3QueryLib.Core.Silverlight/Properties/AssemblyInfo.cs b/TS3QueryLib.Core.Silverlight/Properties/AssemblyInfo.cs index c0c1523..8b281a7 100644 --- a/TS3QueryLib.Core.Silverlight/Properties/AssemblyInfo.cs +++ b/TS3QueryLib.Core.Silverlight/Properties/AssemblyInfo.cs @@ -8,5 +8,5 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -[assembly: AssemblyVersion("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")]