Skip to content

Commit

Permalink
Changed version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Scordo committed Sep 8, 2017
1 parent 19f4430 commit 445b738
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions Deployment/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 1.2.2.0
==========================================
- Added "SubChannelIdList" property to "ChannelDeletedEventArgs". This allows to get the IDs of deleted sub-channels.

Version 1.2.1.0
==========================================
- Fixed client query detection
- Added authentication to client query

Version 1.2.0.0
==========================================
- Added notification notifyserveredited
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.2.0.0</ReleaseVersion>
<ReleaseVersion>1.2.2.0</ReleaseVersion>
<ReleaseVersionEscaped>$(ReleaseVersion.Replace(".", "_"))</ReleaseVersionEscaped>
<ReleaseName>TS3QueryLib.Net.V$(ReleaseVersionEscaped)</ReleaseName>
<ReleaseDirectory>Releases\$(ReleaseVersionEscaped)</ReleaseDirectory>
Expand Down
2 changes: 1 addition & 1 deletion Deployment/DeployLocal.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Deploy.target /target:Deploy
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" Deploy.target /target:Deploy /verbosity:m
pause
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.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyVersion("1.2.2.0")]
[assembly: AssemblyFileVersion("1.2.2.0")]

0 comments on commit 445b738

Please sign in to comment.