version gemacht
This commit is contained in:
@@ -84,7 +84,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.6";
|
private readonly string _Version = "1.10";
|
||||||
|
|
||||||
public string Version => $"Version: {_Version}";
|
public string Version => $"Version: {_Version}";
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ using System.Windows;
|
|||||||
[assembly: AssemblyTitle("ownChat")]
|
[assembly: AssemblyTitle("ownChat")]
|
||||||
[assembly: AssemblyDescription("")]
|
[assembly: AssemblyDescription("")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("beyondSoft GmbH")]
|
[assembly: AssemblyCompany("ownSoft GmbH")]
|
||||||
[assembly: AssemblyProduct("ownChat")]
|
[assembly: AssemblyProduct("ownChat")]
|
||||||
[assembly: AssemblyCopyright("Copyright © 2017")]
|
[assembly: AssemblyCopyright("Copyright © 2017")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
|
|||||||
@@ -25,11 +25,11 @@
|
|||||||
<UpdatePeriodically>false</UpdatePeriodically>
|
<UpdatePeriodically>false</UpdatePeriodically>
|
||||||
<UpdateRequired>true</UpdateRequired>
|
<UpdateRequired>true</UpdateRequired>
|
||||||
<MapFileExtensions>true</MapFileExtensions>
|
<MapFileExtensions>true</MapFileExtensions>
|
||||||
<InstallUrl>http://app.beyondsoft.de/ownChat/</InstallUrl>
|
<InstallUrl>https://app.ownsoft.de/ownChat/</InstallUrl>
|
||||||
<ProductName>ownChat Desktop</ProductName>
|
<ProductName>ownChat Desktop</ProductName>
|
||||||
<PublisherName>beyondSoft GmbH</PublisherName>
|
<PublisherName>ownSoft GmbH</PublisherName>
|
||||||
<MinimumRequiredVersion>1.0.0.27</MinimumRequiredVersion>
|
<MinimumRequiredVersion>1.0.0.39</MinimumRequiredVersion>
|
||||||
<ApplicationRevision>28</ApplicationRevision>
|
<ApplicationRevision>40</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>
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ManifestCertificateThumbprint>D7D02C6BE66C484058796E17BD368F3C81B4AA88</ManifestCertificateThumbprint>
|
<ManifestCertificateThumbprint>8CA4066C36C87B745E4016FDA715A6DB16FCFFA9</ManifestCertificateThumbprint>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ManifestKeyFile>
|
<ManifestKeyFile>
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<EnableSecurityDebugging>false</EnableSecurityDebugging>
|
<EnableSecurityDebugging>false</EnableSecurityDebugging>
|
||||||
<PublishUrlHistory>D:\Projects\beyondSoft\Chat\publish\</PublishUrlHistory>
|
<PublishUrlHistory>D:\Projects\beyondSoft\Chat\publish\</PublishUrlHistory>
|
||||||
<InstallUrlHistory>http://app.beyondsoft.de/ownChat/|http://app.beyondsoft.de/ownChat/test/|https://app5.bewoplaner.de/chat/</InstallUrlHistory>
|
<InstallUrlHistory>https://app.ownsoft.de/ownChat/|http://app.beyondsoft.de/ownChat/|http://app.beyondsoft.de/ownChat/test/|http://app.beyondsoft.de/ownChat/test2/|https://app5.bewoplaner.de/chat/</InstallUrlHistory>
|
||||||
<SupportUrlHistory />
|
<SupportUrlHistory />
|
||||||
<UpdateUrlHistory />
|
<UpdateUrlHistory>https://app.ownsoft.de/ownChat/|http://app.beyondsoft.de/ownChat/test2/</UpdateUrlHistory>
|
||||||
<BootstrapperUrlHistory />
|
<BootstrapperUrlHistory />
|
||||||
<ErrorReportUrlHistory />
|
<ErrorReportUrlHistory />
|
||||||
<FallbackCulture>de-DE</FallbackCulture>
|
<FallbackCulture>de-DE</FallbackCulture>
|
||||||
|
|||||||
Reference in New Issue
Block a user