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>
|
||||||
|
|||||||
@ -1,17 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
|
||||||
Version 2.0
|
Version 2.0
|
||||||
|
|
||||||
The primary goals of this format is to allow a simple XML format
|
The primary goals of this format is to allow a simple XML format
|
||||||
that is mostly human readable. The generation and parsing of the
|
that is mostly human readable. The generation and parsing of the
|
||||||
various data types are done through the TypeConverter classes
|
various data types are done through the TypeConverter classes
|
||||||
associated with the data types.
|
associated with the data types.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
... ado.net/XML headers & schema ...
|
... ado.net/XML headers & schema ...
|
||||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
<resheader name="version">2.0</resheader>
|
<resheader name="version">2.0</resheader>
|
||||||
@ -26,36 +26,36 @@
|
|||||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
<comment>This is a comment</comment>
|
<comment>This is a comment</comment>
|
||||||
</data>
|
</data>
|
||||||
|
|
||||||
There are any number of "resheader" rows that contain simple
|
There are any number of "resheader" rows that contain simple
|
||||||
name/value pairs.
|
name/value pairs.
|
||||||
|
|
||||||
Each data row contains a name, and value. The row also contains a
|
Each data row contains a name, and value. The row also contains a
|
||||||
type or mimetype. Type corresponds to a .NET class that support
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
text/value conversion through the TypeConverter architecture.
|
text/value conversion through the TypeConverter architecture.
|
||||||
Classes that don't support this are serialized and stored with the
|
Classes that don't support this are serialized and stored with the
|
||||||
mimetype set.
|
mimetype set.
|
||||||
|
|
||||||
The mimetype is used for serialized objects, and tells the
|
The mimetype is used for serialized objects, and tells the
|
||||||
ResXResourceReader how to depersist the object. This is currently not
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
extensible. For a given mimetype the value must be set accordingly:
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
that the ResXResourceWriter will generate, however the reader can
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
read any of the formats listed below.
|
read any of the formats listed below.
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.binary.base64
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
value : The object must be serialized with
|
value : The object must be serialized with
|
||||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.soap.base64
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
value : The object must be serialized with
|
value : The object must be serialized with
|
||||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
value : The object must be serialized into a byte array
|
value : The object must be serialized into a byte array
|
||||||
: using a System.ComponentModel.TypeConverter
|
: using a System.ComponentModel.TypeConverter
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
-->
|
-->
|
||||||
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user