Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c97d974b5 | ||
|
|
2bad9b8a0b | ||
|
|
0b6b05551b |
@@ -67,6 +67,9 @@ namespace PamhagenSysCtrl {
|
|||||||
|
|
||||||
public static async Task CheckForUpdates(bool showResult = false) {
|
public static async Task CheckForUpdates(bool showResult = false) {
|
||||||
if (Config.UpdateUrl == null) return;
|
if (Config.UpdateUrl == null) return;
|
||||||
|
foreach (Window w in Current.Windows) {
|
||||||
|
if (w is UpdateDialog) return;
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
var latest = await UpdateService.GetLatestInstallerUrl(Config.UpdateUrl);
|
var latest = await UpdateService.GetLatestInstallerUrl(Config.UpdateUrl);
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>WinExe</OutputType>
|
<OutputType>WinExe</OutputType>
|
||||||
<TargetFramework>net10.0-windows</TargetFramework>
|
<TargetFramework>net10.0-windows</TargetFramework>
|
||||||
<Version>0.0.3</Version>
|
<Version>0.0.4</Version>
|
||||||
<Product>Anlagensteuerung Pamhagen</Product>
|
<Product>Anlagensteuerung Pamhagen</Product>
|
||||||
<AssemblyTitle>Anlagensteuerung Pamhagen</AssemblyTitle>
|
<AssemblyTitle>Anlagensteuerung Pamhagen</AssemblyTitle>
|
||||||
<AssemblyName>PamhagenSysCtrl</AssemblyName>
|
<AssemblyName>PamhagenSysCtrl</AssemblyName>
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration.Ini" Version="10.0.10" />
|
<PackageReference Include="Microsoft.Extensions.Configuration.Ini" Version="10.0.11" />
|
||||||
<PackageReference Include="System.IO.Ports" Version="10.0.10" />
|
<PackageReference Include="System.IO.Ports" Version="10.0.11" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ About
|
|||||||
**Product:** Anlagensteuerung Pamhagen
|
**Product:** Anlagensteuerung Pamhagen
|
||||||
**Description:** Interface to a LPC and graphical user interface for controlling the plant/system
|
**Description:** Interface to a LPC and graphical user interface for controlling the plant/system
|
||||||
**Type:** HMI and PLC Control Software
|
**Type:** HMI and PLC Control Software
|
||||||
**Version:** 0.0.3 ([Changelog](./CHANGELOG.md))
|
**Version:** 0.0.4 ([Changelog](./CHANGELOG.md))
|
||||||
**License:** [GNU General Public License 3.0 (GPLv3)](./LICENSE)
|
**License:** [GNU General Public License 3.0 (GPLv3)](./LICENSE)
|
||||||
**Source code:** https://git.necronda.net/winzer/pamhagen-sysctrl
|
**Source code:** https://git.necronda.net/winzer/pamhagen-sysctrl
|
||||||
**Developement period:** 2026
|
**Developement period:** 2026
|
||||||
@@ -30,7 +30,7 @@ Packaging: [WiX Toolset](https://www.firegiant.com/wixtoolset/)
|
|||||||
**Produkt:** Anlagensteuerung Pamhagen
|
**Produkt:** Anlagensteuerung Pamhagen
|
||||||
**Beschreibung:** Schnittstelle zu einer SPS und grafische Benutzeroberfläche für die Steuerung der Anlage
|
**Beschreibung:** Schnittstelle zu einer SPS und grafische Benutzeroberfläche für die Steuerung der Anlage
|
||||||
**Typ:** HMI- und SPS-Steuerungssoftware
|
**Typ:** HMI- und SPS-Steuerungssoftware
|
||||||
**Version:** 0.0.3 ([Änderungsprotokoll](./CHANGELOG.md))
|
**Version:** 0.0.4 ([Änderungsprotokoll](./CHANGELOG.md))
|
||||||
**Lizenz:** [GNU General Public License 3.0 (GPLv3)](./LICENSE)
|
**Lizenz:** [GNU General Public License 3.0 (GPLv3)](./LICENSE)
|
||||||
**Quellcode:** https://git.necronda.net/winzer/pamhagen-sysctrl
|
**Quellcode:** https://git.necronda.net/winzer/pamhagen-sysctrl
|
||||||
**Entwicklungszeitraum:** 2026
|
**Entwicklungszeitraum:** 2026
|
||||||
|
|||||||
Reference in New Issue
Block a user