Cosmetics and bumped version to 1.7.0.0
This commit is contained in:
parent
7d4f202692
commit
be46e79a67
@ -2,7 +2,7 @@ openapi: 3.0.0
|
|||||||
x-stoplight:
|
x-stoplight:
|
||||||
id: mwv4y8vcnopwr
|
id: mwv4y8vcnopwr
|
||||||
info:
|
info:
|
||||||
version: 1.6.0
|
version: 1.7.0
|
||||||
title: Bremen calling API
|
title: Bremen calling API
|
||||||
description: 'Administer DEBRE ship calls, times and notifications'
|
description: 'Administer DEBRE ship calls, times and notifications'
|
||||||
termsOfService: 'https://www.bsmd.de/'
|
termsOfService: 'https://www.bsmd.de/'
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
1.6.0.4
|
1.7.0.0
|
||||||
@ -8,8 +8,8 @@
|
|||||||
<SignAssembly>True</SignAssembly>
|
<SignAssembly>True</SignAssembly>
|
||||||
<StartupObject>BreCalClient.App</StartupObject>
|
<StartupObject>BreCalClient.App</StartupObject>
|
||||||
<AssemblyOriginatorKeyFile>..\..\misc\brecal.snk</AssemblyOriginatorKeyFile>
|
<AssemblyOriginatorKeyFile>..\..\misc\brecal.snk</AssemblyOriginatorKeyFile>
|
||||||
<AssemblyVersion>1.6.0.4</AssemblyVersion>
|
<AssemblyVersion>1.7.0.0</AssemblyVersion>
|
||||||
<FileVersion>1.6.0.4</FileVersion>
|
<FileVersion>1.7.0.0</FileVersion>
|
||||||
<Title>Bremen calling client</Title>
|
<Title>Bremen calling client</Title>
|
||||||
<Description>A Windows WPF client for the Bremen calling API.</Description>
|
<Description>A Windows WPF client for the Bremen calling API.</Description>
|
||||||
<ApplicationIcon>containership.ico</ApplicationIcon>
|
<ApplicationIcon>containership.ico</ApplicationIcon>
|
||||||
|
|||||||
@ -401,7 +401,7 @@ namespace BreCalClient
|
|||||||
{
|
{
|
||||||
this.searchFilterControl.SearchFilter.Ports.Clear();
|
this.searchFilterControl.SearchFilter.Ports.Clear();
|
||||||
|
|
||||||
List<Berth> berths = new List<Berth>();
|
List<Berth> berths = new();
|
||||||
foreach (Port port in comboBoxPorts.SelectedItems)
|
foreach (Port port in comboBoxPorts.SelectedItems)
|
||||||
{
|
{
|
||||||
this.searchFilterControl.SearchFilter.Ports.Add(port.Id);
|
this.searchFilterControl.SearchFilter.Ports.Add(port.Id);
|
||||||
|
|||||||
@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ApplicationRevision>2</ApplicationRevision>
|
<ApplicationRevision>2</ApplicationRevision>
|
||||||
<ApplicationVersion>1.6.0.4</ApplicationVersion>
|
<ApplicationVersion>1.7.0.0</ApplicationVersion>
|
||||||
<BootstrapperEnabled>True</BootstrapperEnabled>
|
<BootstrapperEnabled>True</BootstrapperEnabled>
|
||||||
<Configuration>Debug</Configuration>
|
<Configuration>Debug</Configuration>
|
||||||
<CreateDesktopShortcut>True</CreateDesktopShortcut>
|
<CreateDesktopShortcut>True</CreateDesktopShortcut>
|
||||||
@ -38,7 +38,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|||||||
<UpdateMode>Foreground</UpdateMode>
|
<UpdateMode>Foreground</UpdateMode>
|
||||||
<UpdateRequired>True</UpdateRequired>
|
<UpdateRequired>True</UpdateRequired>
|
||||||
<WebPageFileName>Publish.html</WebPageFileName>
|
<WebPageFileName>Publish.html</WebPageFileName>
|
||||||
<MinimumRequiredVersion>1.6.0.4</MinimumRequiredVersion>
|
<MinimumRequiredVersion>1.7.0.0</MinimumRequiredVersion>
|
||||||
<SkipPublishVerification>false</SkipPublishVerification>
|
<SkipPublishVerification>false</SkipPublishVerification>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -547,51 +547,6 @@
|
|||||||
<data name="arrow_up_green" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="arrow_up_green" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>arrow_up_green.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>arrow_up_green.png;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="textShiftingSequence" xml:space="preserve">
|
|
||||||
<value>Verhol. Nr.</value>
|
|
||||||
</data>
|
|
||||||
<data name="textClearAll" xml:space="preserve">
|
|
||||||
<value>Alle Eintragungen zurücksetzen?</value>
|
|
||||||
</data>
|
|
||||||
<data name="textBothTideTimesNecessary" xml:space="preserve">
|
|
||||||
<value>Beide Tidenzeiten sollten angegeben werden (von - bis)</value>
|
|
||||||
</data>
|
|
||||||
<data name="textEndValueBeforeStartValue" xml:space="preserve">
|
|
||||||
<value>Endzeit liegt vor Startzeit</value>
|
|
||||||
</data>
|
|
||||||
<data name="textError" xml:space="preserve">
|
|
||||||
<value>Error</value>
|
|
||||||
</data>
|
|
||||||
<data name="textETAInThePast" xml:space="preserve">
|
|
||||||
<value>Zeitpunkt ETA liegt in der Vergangenheit</value>
|
|
||||||
</data>
|
|
||||||
<data name="textETDInThePast" xml:space="preserve">
|
|
||||||
<value>Zeitpunkt ETD liegt in der Vergangenheit</value>
|
|
||||||
</data>
|
|
||||||
<data name="textLockTimeInThePast" xml:space="preserve">
|
|
||||||
<value>Schleusenzeit liegt in der Vergangenheit</value>
|
|
||||||
</data>
|
|
||||||
<data name="textOperationEndInThePast" xml:space="preserve">
|
|
||||||
<value>Operation Endzeit liegt in der Vergangenheit</value>
|
|
||||||
</data>
|
|
||||||
<data name="textOperationStartInThePast" xml:space="preserve">
|
|
||||||
<value>Operation Startzeit liegt in der Vergangenheit</value>
|
|
||||||
</data>
|
|
||||||
<data name="textTideTimesInThePast" xml:space="preserve">
|
|
||||||
<value>Tidenzeit liegt in der Vergangenheit</value>
|
|
||||||
</data>
|
|
||||||
<data name="textWarning" xml:space="preserve">
|
|
||||||
<value>Warnung</value>
|
|
||||||
</data>
|
|
||||||
<data name="textZoneEntryInThePast" xml:space="preserve">
|
|
||||||
<value>Zeit Reviereintritt liegt in der Vergangenheit</value>
|
|
||||||
</data>
|
|
||||||
<data name="textTidalBothValues" xml:space="preserve">
|
|
||||||
<value>Für das Tidenfenster müssen beide Zeiten angegeben werden</value>
|
|
||||||
</data>
|
|
||||||
<data name="textTooFarInTheFuture" xml:space="preserve">
|
|
||||||
<value>Eine Zeiteingabe ist zu weit in der Zukunft</value>
|
|
||||||
</data>
|
|
||||||
<data name="textStartTimeMissing" xml:space="preserve">
|
<data name="textStartTimeMissing" xml:space="preserve">
|
||||||
<value>Wenn eine Ende-Zeit angegeben wird, muss auch eine Start-Zeit angegeben werden</value>
|
<value>Wenn eine Ende-Zeit angegeben wird, muss auch eine Start-Zeit angegeben werden</value>
|
||||||
</data>
|
</data>
|
||||||
|
|||||||
@ -6,8 +6,8 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<UseWPF>true</UseWPF>
|
<UseWPF>true</UseWPF>
|
||||||
<ApplicationIcon>Resources\lock_preferences.ico</ApplicationIcon>
|
<ApplicationIcon>Resources\lock_preferences.ico</ApplicationIcon>
|
||||||
<FileVersion>1.6.0.4</FileVersion>
|
<FileVersion>1.7.0.0</FileVersion>
|
||||||
<AssemblyVersion>1.6.0.4</AssemblyVersion>
|
<AssemblyVersion>1.7.0.0</AssemblyVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='BreCal',
|
name='BreCal',
|
||||||
version='1.6.0',
|
version='1.7.0',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user