Bugfixes (public)

This commit is contained in:
2015-10-02 11:45:17 +02:00
parent a6152e4e58
commit 167d186076
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace ErgometerLibrary
{
class Helper
public class Helper
{
public static double Now { get { return (DateTime.Now - DateTime.Parse("1/1/1870 0:0:0")).TotalMilliseconds; } }
}
+1 -1
View File
@@ -5,7 +5,7 @@ using System.Text;
namespace ErgometerLibrary
{
class NetHelper
public class NetHelper
{
public static void SendNetCommand(TcpClient client, NetCommand command)
{
+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.2.0")]
[assembly: AssemblyFileVersion("1.0.2.0")]
[assembly: AssemblyVersion("1.0.2.1")]
[assembly: AssemblyFileVersion("1.0.2.1")]