Fixed chat

This commit is contained in:
2015-10-19 17:30:33 +02:00
parent 8748315a40
commit 0ae99173d6
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ namespace ErgometerLibrary
Session = session;
Timestamp = Helper.Now;
ChatMessage = chat;
ChatMessage = chat.Replace("\n", "");
}
//SETVALUE
+2 -2
View File
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.3.0")]
[assembly: AssemblyFileVersion("1.0.3.0")]
[assembly: AssemblyVersion("1.0.3.1")]
[assembly: AssemblyFileVersion("1.0.3.1")]