Skip to content

Commit

Permalink
Changed release files in preparation of a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Scordo committed Oct 16, 2016
1 parent a54a11e commit 9919364
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Deployment/Changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Deployment/Deploy.target
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<RootDirectory>..</RootDirectory>
<Config>Release</Config>
<ReleaseVersion>1.1.0.0</ReleaseVersion>
<ReleaseVersion>1.2.0.0</ReleaseVersion>
<ReleaseVersionEscaped>$(ReleaseVersion.Replace(".", "_"))</ReleaseVersionEscaped>
<ReleaseName>TS3QueryLib.Net.V$(ReleaseVersionEscaped)</ReleaseName>
<ReleaseDirectory>Releases\$(ReleaseVersionEscaped)</ReleaseDirectory>
Expand Down
4 changes: 2 additions & 2 deletions TS3QueryLib.Core.Silverlight/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 9919364

Please sign in to comment.