From 63c25aeac1b134787324da5c5402d961b027e39f Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Tue, 16 Jun 2026 14:06:54 +0200 Subject: [PATCH 1/3] Version --- Aviso/My Project/AssemblyInfo.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Aviso/My Project/AssemblyInfo.vb b/Aviso/My Project/AssemblyInfo.vb index 1ee2fde..db934f5 100644 --- a/Aviso/My Project/AssemblyInfo.vb +++ b/Aviso/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + From 03b32960789b416c1b22cc81268f52f358aa30e8 Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Wed, 17 Jun 2026 17:02:05 +0200 Subject: [PATCH 2/3] =?UTF-8?q?divl.=20=C3=84nderungne?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aviso/My Project/AssemblyInfo.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Aviso/My Project/AssemblyInfo.vb b/Aviso/My Project/AssemblyInfo.vb index db934f5..1d4a9ad 100644 --- a/Aviso/My Project/AssemblyInfo.vb +++ b/Aviso/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + From 9a461c45b27b6211f71204f05c8429a2a2c02309 Mon Sep 17 00:00:00 2001 From: "d.breimaier" Date: Mon, 22 Jun 2026 17:48:10 +0200 Subject: [PATCH 3/3] Version --- Aviso/App.config | 3 ++- Aviso/My Project/AssemblyInfo.vb | 4 ++-- Aviso/My Project/Settings.Designer.vb | 6 +++--- Aviso/My Project/Settings.settings | 4 ++-- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Aviso/App.config b/Aviso/App.config index 46899ba..2062d3d 100644 --- a/Aviso/App.config +++ b/Aviso/App.config @@ -6,7 +6,8 @@ - + diff --git a/Aviso/My Project/AssemblyInfo.vb b/Aviso/My Project/AssemblyInfo.vb index 1d4a9ad..4ae1fba 100644 --- a/Aviso/My Project/AssemblyInfo.vb +++ b/Aviso/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - - + + diff --git a/Aviso/My Project/Settings.Designer.vb b/Aviso/My Project/Settings.Designer.vb index c2375c0..95f93a9 100644 --- a/Aviso/My Project/Settings.Designer.vb +++ b/Aviso/My Project/Settings.Designer.vb @@ -15,7 +15,7 @@ Option Explicit On Namespace My _ Partial Friend NotInheritable Class MySettings Inherits Global.System.Configuration.ApplicationSettingsBase @@ -93,8 +93,8 @@ Namespace My _ + Global.System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.0.90\DEVSQL;Initial Catalog=AVISO;Integrated Security=false;U"& _ + "ser ID=sa;Password=BmWr501956;")> _ Public ReadOnly Property AVISO_ConnectionString_TEST() As String Get Return CType(Me("AVISO_ConnectionString_TEST"),String) diff --git a/Aviso/My Project/Settings.settings b/Aviso/My Project/Settings.settings index bb7e28a..0bd3b43 100644 --- a/Aviso/My Project/Settings.settings +++ b/Aviso/My Project/Settings.settings @@ -14,10 +14,10 @@ <?xml version="1.0" encoding="utf-16"?> <SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> - <ConnectionString>Data Source=192.168.0.90\DEVSQL;Initial Catalog=AVISO_new;Integrated Security=false;User ID=sa;Password=BmWr501956;</ConnectionString> + <ConnectionString>Data Source=192.168.0.90\DEVSQL;Initial Catalog=AVISO;Integrated Security=false;User ID=sa;Password=BmWr501956;</ConnectionString> <ProviderName>System.Data.SqlClient</ProviderName> </SerializableConnectionString> - Data Source=192.168.0.90\DEVSQL;Initial Catalog=AVISO_new;Integrated Security=false;User ID=sa;Password=BmWr501956; + Data Source=192.168.0.90\DEVSQL;Initial Catalog=AVISO;Integrated Security=false;User ID=sa;Password=BmWr501956; \ No newline at end of file