neue Version erstellt
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>ChatController</RootNamespace>
|
||||
<AssemblyName>ChatController</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -83,7 +83,7 @@ namespace ChatController
|
||||
private string _Benutzername = string.Empty;
|
||||
private string _ChatCode = string.Empty;
|
||||
private string _Kundennummer = string.Empty;
|
||||
private readonly string _Version = "1.10";
|
||||
private readonly string _Version = "1.11";
|
||||
|
||||
public string Version => $"Version: {_Version}";
|
||||
|
||||
|
||||
54
ChatController/Resource.Designer.cs
generated
54
ChatController/Resource.Designer.cs
generated
@@ -1,10 +1,10 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.42000
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -13,12 +13,12 @@ namespace ChatController {
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
/// </summary>
|
||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
// class via a tool like ResGen or Visual Studio.
|
||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
// with the /str option, or rebuild your VS project.
|
||||
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||
// 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.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
@@ -33,7 +33,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the cached ResourceManager instance used by this class.
|
||||
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
public static global::System.Resources.ResourceManager ResourceManager {
|
||||
@@ -47,8 +47,8 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Overrides the current thread's CurrentUICulture property for all
|
||||
/// resource lookups using this strongly typed resource class.
|
||||
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
/// </summary>
|
||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
public static global::System.Globalization.CultureInfo Culture {
|
||||
@@ -61,7 +61,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to OwnChat.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die OwnChat ähnelt.
|
||||
/// </summary>
|
||||
public static string ApplicationFolderName {
|
||||
get {
|
||||
@@ -70,7 +70,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to beyondSoft.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die beyondSoft ähnelt.
|
||||
/// </summary>
|
||||
public static string CompanyName {
|
||||
get {
|
||||
@@ -79,7 +79,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ownChat.txt.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die ownChat.txt ähnelt.
|
||||
/// </summary>
|
||||
public static string ConfigFileName {
|
||||
get {
|
||||
@@ -88,7 +88,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <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>
|
||||
public static System.Drawing.Icon oC_favico_NewMessage {
|
||||
get {
|
||||
@@ -98,7 +98,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <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>
|
||||
public static string OpenFileDialogFilter_DocumentsAndImages {
|
||||
get {
|
||||
@@ -107,7 +107,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <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>
|
||||
public static string OpenFileDialogFilter_Test {
|
||||
get {
|
||||
@@ -116,7 +116,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <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>
|
||||
public static System.Drawing.Icon ownchat_favicon {
|
||||
get {
|
||||
@@ -126,7 +126,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <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>
|
||||
public static string SaveFileDialogFilter_Audio {
|
||||
get {
|
||||
@@ -135,7 +135,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <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>
|
||||
public static string SaveFileDialogFilter_Documents {
|
||||
get {
|
||||
@@ -144,7 +144,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <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>
|
||||
public static string SaveFileDialogFilter_Images {
|
||||
get {
|
||||
@@ -153,7 +153,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Audio speichern.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Audio speichern ähnelt.
|
||||
/// </summary>
|
||||
public static string SaveFIleDialogTitle_Audio {
|
||||
get {
|
||||
@@ -162,7 +162,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Dokument speichern.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Dokument speichern ähnelt.
|
||||
/// </summary>
|
||||
public static string SaveFIleDialogTitle_Documents {
|
||||
get {
|
||||
@@ -171,7 +171,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Bild speichern.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Bild speichern ähnelt.
|
||||
/// </summary>
|
||||
public static string SaveFIleDialogTitle_Images {
|
||||
get {
|
||||
@@ -180,7 +180,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ownChatNewMessageSync.txt.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die ownChatNewMessageSync.txt ähnelt.
|
||||
/// </summary>
|
||||
public static string SyncFile2Name {
|
||||
get {
|
||||
@@ -189,7 +189,7 @@ namespace ChatController {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to ownChatMessageSync.txt.
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die ownChatMessageSync.txt ähnelt.
|
||||
/// </summary>
|
||||
public static string SyncFileName {
|
||||
get {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="RestSharp" version="105.2.3" targetFramework="net45" />
|
||||
<package id="RestSharp" version="105.2.3" targetFramework="net45" requireReinstallation="true" />
|
||||
</packages>
|
||||
Reference in New Issue
Block a user