diff --git a/Blacklight/Blacklight.csproj b/Blacklight/Blacklight.csproj
index 1901658e5cb353a73d3a091eb5eb0bf92393ee3f..de2657dc16662c48f0fa60ed940cc4812566e5e8 100644
--- a/Blacklight/Blacklight.csproj
+++ b/Blacklight/Blacklight.csproj
@@ -4,6 +4,9 @@
         <Nullable>enable</Nullable>
         <BuiltInComInteropSupport>true</BuiltInComInteropSupport>
         <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
+        <AssemblyVersion>1.0.0</AssemblyVersion>
+        <InformationalVersion>Blacklight/1.0.0.1</InformationalVersion>
+        <FileVersion>1.0.0.1</FileVersion>
     </PropertyGroup>
 
     <ItemGroup>
diff --git a/Blacklight/TODO b/Blacklight/TODO
index 4e06362649b387814e7a15cc7160e964f2b9a464..acd44eadaae153ec58a0054249766c5032eda0d0 100644
--- a/Blacklight/TODO
+++ b/Blacklight/TODO
@@ -14,8 +14,11 @@ Scroll to top for more messages
 
 [done] Message edited indicator
 
-Message editing and deleting (scary for editing?)
+Message editing (scary)
+
+[done] Message deleting
 
 Maybe look into transforming fakeMsg into final message instead of remove and then wait for event to arrive,
 or remove it when the event has arrived (how to tell? -> Client attribute with guid?)
 
+Show avatars for people
\ No newline at end of file