diff --git a/Lib.Audio/Properties/AssemblyInfo.cs b/Lib.Audio/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..d427b94
--- /dev/null
+++ b/Lib.Audio/Properties/AssemblyInfo.cs
@@ -0,0 +1,7 @@
+// Author: Gockner, Simon
+// Created: 2021-04-16
+// Copyright(c) 2021 SimonG. All Rights Reserved.
+
+using Lib.Logging;
+
+[assembly:LogComponent("AUDIO")]
\ No newline at end of file
diff --git a/Lib.Driver/Lib.Driver.csproj b/Lib.Driver/Lib.Driver.csproj
index d9bcfcd..a3619cc 100644
--- a/Lib.Driver/Lib.Driver.csproj
+++ b/Lib.Driver/Lib.Driver.csproj
@@ -5,4 +5,8 @@
enable
+
+
+
+
diff --git a/Lib.Driver/Properties/AssemblyInfo.cs b/Lib.Driver/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..599efac
--- /dev/null
+++ b/Lib.Driver/Properties/AssemblyInfo.cs
@@ -0,0 +1,7 @@
+// Author: Gockner, Simon
+// Created: 2021-04-16
+// Copyright(c) 2021 SimonG. All Rights Reserved.
+
+using Lib.Logging;
+
+[assembly:LogComponent("DRIVER")]
\ No newline at end of file
diff --git a/Lib.Midi/Lib.Midi.csproj b/Lib.Midi/Lib.Midi.csproj
index 28dab81..a090913 100644
--- a/Lib.Midi/Lib.Midi.csproj
+++ b/Lib.Midi/Lib.Midi.csproj
@@ -11,6 +11,7 @@
+
diff --git a/Lib.Midi/Properties/AssemblyInfo.cs b/Lib.Midi/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..4f2b51a
--- /dev/null
+++ b/Lib.Midi/Properties/AssemblyInfo.cs
@@ -0,0 +1,7 @@
+// Author: Gockner, Simon
+// Created: 2021-04-16
+// Copyright(c) 2021 SimonG. All Rights Reserved.
+
+using Lib.Logging;
+
+[assembly:LogComponent("MIDI")]
\ No newline at end of file
diff --git a/Mystify/Mystify.csproj b/Mystify/Mystify.csproj
index dcc0704..e1312af 100644
--- a/Mystify/Mystify.csproj
+++ b/Mystify/Mystify.csproj
@@ -3,6 +3,8 @@
Exe
net5.0
enable
+ 0.0.1
+ 0.0.1
@@ -17,6 +19,7 @@
+
diff --git a/Mystify/Properties/AssemblyInfo.cs b/Mystify/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..ec10666
--- /dev/null
+++ b/Mystify/Properties/AssemblyInfo.cs
@@ -0,0 +1,7 @@
+// Author: Gockner, Simon
+// Created: 2021-04-16
+// Copyright(c) 2021 SimonG. All Rights Reserved.
+
+using Lib.Logging;
+
+[assembly:LogComponent("MYSTIFY")]
\ No newline at end of file