Skip to content

Commit 9919364

Browse files
committed
Changed release files in preparation of a new release
1 parent a54a11e commit 9919364

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

Deployment/Changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
Version 1.1.0.0
217
==========================================
318
- Fixed SynchronizationContext issues

Deployment/Deploy.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

TS3QueryLib.Core.Silverlight/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
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")]

0 commit comments

Comments
 (0)