Merge branch 'master' of ssh://float.ownsoft.de/git/beyondSoft/Chat
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>ChatController</RootNamespace>
|
<RootNamespace>ChatController</RootNamespace>
|
||||||
<AssemblyName>ChatController</AssemblyName>
|
<AssemblyName>ChatController</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<TargetFrameworkProfile />
|
<TargetFrameworkProfile />
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ namespace ChatController
|
|||||||
private string _Benutzername = string.Empty;
|
private string _Benutzername = string.Empty;
|
||||||
private string _ChatCode = string.Empty;
|
private string _ChatCode = string.Empty;
|
||||||
private string _Kundennummer = string.Empty;
|
private string _Kundennummer = string.Empty;
|
||||||
private readonly string _Version = "1.10";
|
private readonly string _Version = "1.11";
|
||||||
|
|
||||||
public string Version => $"Version: {_Version}";
|
public string Version => $"Version: {_Version}";
|
||||||
|
|
||||||
|
|||||||
54
ChatController/Resource.Designer.cs
generated
54
ChatController/Resource.Designer.cs
generated
@@ -1,10 +1,10 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
// Runtime Version:4.0.30319.42000
|
// Laufzeitversion:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
// the code is regenerated.
|
// der Code erneut generiert wird.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -13,12 +13,12 @@ namespace ChatController {
|
|||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||||
// class via a tool like ResGen or Visual Studio.
|
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||||
// with the /str option, or rebuild your VS project.
|
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
@@ -33,7 +33,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns the cached ResourceManager instance used by this class.
|
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
public static global::System.Resources.ResourceManager ResourceManager {
|
public static global::System.Resources.ResourceManager ResourceManager {
|
||||||
@@ -47,8 +47,8 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Overrides the current thread's CurrentUICulture property for all
|
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
/// resource lookups using this strongly typed resource class.
|
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
public static global::System.Globalization.CultureInfo Culture {
|
public static global::System.Globalization.CultureInfo Culture {
|
||||||
@@ -61,7 +61,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to OwnChat.
|
/// Sucht eine lokalisierte Zeichenfolge, die OwnChat ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string ApplicationFolderName {
|
public static string ApplicationFolderName {
|
||||||
get {
|
get {
|
||||||
@@ -70,7 +70,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to beyondSoft.
|
/// Sucht eine lokalisierte Zeichenfolge, die beyondSoft ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string CompanyName {
|
public static string CompanyName {
|
||||||
get {
|
get {
|
||||||
@@ -79,7 +79,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to ownChat.txt.
|
/// Sucht eine lokalisierte Zeichenfolge, die ownChat.txt ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string ConfigFileName {
|
public static string ConfigFileName {
|
||||||
get {
|
get {
|
||||||
@@ -88,7 +88,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static System.Drawing.Icon oC_favico_NewMessage {
|
public static System.Drawing.Icon oC_favico_NewMessage {
|
||||||
get {
|
get {
|
||||||
@@ -98,7 +98,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Office Dokumente |*.doc;*.xls;*.ppt;*.txt;*.pdf|Bilder |*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp.
|
/// Sucht eine lokalisierte Zeichenfolge, die Office Dokumente |*.doc;*.xls;*.ppt;*.txt;*.pdf|Bilder |*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string OpenFileDialogFilter_DocumentsAndImages {
|
public static string OpenFileDialogFilter_DocumentsAndImages {
|
||||||
get {
|
get {
|
||||||
@@ -107,7 +107,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Office Dokumente und Bilder |*.doc;*.docx;*.xls;*.xlsx;*.ppt;*.pptx;*.txt;*.pdf;*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp.
|
/// Sucht eine lokalisierte Zeichenfolge, die Office Dokumente und Bilder |*.doc;*.docx;*.xls;*.xlsx;*.ppt;*.pptx;*.txt;*.pdf;*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string OpenFileDialogFilter_Test {
|
public static string OpenFileDialogFilter_Test {
|
||||||
get {
|
get {
|
||||||
@@ -116,7 +116,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static System.Drawing.Icon ownchat_favicon {
|
public static System.Drawing.Icon ownchat_favicon {
|
||||||
get {
|
get {
|
||||||
@@ -126,7 +126,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Audio Datei|*.wav;*.mp3;*.wma;*.aac;*.ogg;.
|
/// Sucht eine lokalisierte Zeichenfolge, die Audio Datei|*.wav;*.mp3;*.wma;*.aac;*.ogg; ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string SaveFileDialogFilter_Audio {
|
public static string SaveFileDialogFilter_Audio {
|
||||||
get {
|
get {
|
||||||
@@ -135,7 +135,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Office Dokumente |*.doc;*.xls;*.ppt;*.txt.
|
/// Sucht eine lokalisierte Zeichenfolge, die Office Dokumente |*.doc;*.xls;*.ppt;*.txt ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string SaveFileDialogFilter_Documents {
|
public static string SaveFileDialogFilter_Documents {
|
||||||
get {
|
get {
|
||||||
@@ -144,7 +144,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Bilder |*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp.
|
/// Sucht eine lokalisierte Zeichenfolge, die Bilder |*.jpg;*.png;*.jpeg;*.jpe;*.gif;*.bmp ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string SaveFileDialogFilter_Images {
|
public static string SaveFileDialogFilter_Images {
|
||||||
get {
|
get {
|
||||||
@@ -153,7 +153,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Audio speichern.
|
/// Sucht eine lokalisierte Zeichenfolge, die Audio speichern ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string SaveFIleDialogTitle_Audio {
|
public static string SaveFIleDialogTitle_Audio {
|
||||||
get {
|
get {
|
||||||
@@ -162,7 +162,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Dokument speichern.
|
/// Sucht eine lokalisierte Zeichenfolge, die Dokument speichern ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string SaveFIleDialogTitle_Documents {
|
public static string SaveFIleDialogTitle_Documents {
|
||||||
get {
|
get {
|
||||||
@@ -171,7 +171,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Bild speichern.
|
/// Sucht eine lokalisierte Zeichenfolge, die Bild speichern ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string SaveFIleDialogTitle_Images {
|
public static string SaveFIleDialogTitle_Images {
|
||||||
get {
|
get {
|
||||||
@@ -180,7 +180,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to ownChatNewMessageSync.txt.
|
/// Sucht eine lokalisierte Zeichenfolge, die ownChatNewMessageSync.txt ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string SyncFile2Name {
|
public static string SyncFile2Name {
|
||||||
get {
|
get {
|
||||||
@@ -189,7 +189,7 @@ namespace ChatController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to ownChatMessageSync.txt.
|
/// Sucht eine lokalisierte Zeichenfolge, die ownChatMessageSync.txt ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string SyncFileName {
|
public static string SyncFileName {
|
||||||
get {
|
get {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<packages>
|
<packages>
|
||||||
<package id="RestSharp" version="105.2.3" targetFramework="net45" />
|
<package id="RestSharp" version="105.2.3" targetFramework="net45" requireReinstallation="true" />
|
||||||
</packages>
|
</packages>
|
||||||
@@ -28,8 +28,8 @@
|
|||||||
<InstallUrl>https://app.ownsoft.de/ownChat/</InstallUrl>
|
<InstallUrl>https://app.ownsoft.de/ownChat/</InstallUrl>
|
||||||
<ProductName>ownChat Desktop</ProductName>
|
<ProductName>ownChat Desktop</ProductName>
|
||||||
<PublisherName>ownSoft GmbH</PublisherName>
|
<PublisherName>ownSoft GmbH</PublisherName>
|
||||||
<MinimumRequiredVersion>1.0.0.39</MinimumRequiredVersion>
|
<MinimumRequiredVersion>1.0.0.40</MinimumRequiredVersion>
|
||||||
<ApplicationRevision>40</ApplicationRevision>
|
<ApplicationRevision>41</ApplicationRevision>
|
||||||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||||
|
|||||||
Reference in New Issue
Block a user