6.1.0 Fertig gestellt, wird demnächst freigegeben

This commit is contained in:
Daniel Schick 2021-03-10 11:08:33 +00:00
parent 6396a214b3
commit 75524ed6fb
5 changed files with 6 additions and 5 deletions

View File

@ -35,7 +35,7 @@
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
<WebPage>publish.html</WebPage>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>6.0.14.%2a</ApplicationVersion>
<ApplicationVersion>6.1.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<CreateDesktopShortcut>true</CreateDesktopShortcut>
<PublishWizardCompleted>true</PublishWizardCompleted>

View File

@ -134,7 +134,7 @@ namespace ENI2
int? resultLimit = null;
int? expectedResultNum = null;
int? expectedResultNum;
if (sender == this.buttonLast10Ids)
{
@ -197,8 +197,9 @@ namespace ENI2
}
if(!latestIdsSearch)
// 31.5.17: Komische Display ETA Vorsortierung
this.anmeldungen.Sort();
this.anmeldungen.Sort();
// ergebnis anzeigen
this.dataGrid.ItemsSource = this.anmeldungen;

Binary file not shown.

View File

@ -2,6 +2,6 @@
[assembly: AssemblyCompany("schick Informatik")]
[assembly: AssemblyProduct("BSMD NSW interface")]
[assembly: AssemblyInformationalVersion("6.0.14")]
[assembly: AssemblyInformationalVersion("6.1.0")]
[assembly: AssemblyCopyright("Copyright © 2014-2021 schick Informatik")]
[assembly: AssemblyTrademark("")]

View File

@ -1,4 +1,4 @@
using System.Reflection;
[assembly: AssemblyVersion("6.0.14.*")]
[assembly: AssemblyVersion("6.1.0.*")]