From 9919364ed94f93f4a6fb543fb0e6d2452bbbf47e Mon Sep 17 00:00:00 2001 From: Scordo Date: Sun, 16 Oct 2016 09:34:03 +0200 Subject: [PATCH] Changed release files in preparation of a new release --- Deployment/Changelog.txt | 15 +++++++++++++++ Deployment/Deploy.target | 2 +- .../Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 18 insertions(+), 3 deletions(-) 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")]