From ada8c4687be0e0297fb19d827f222b015d6908f2 Mon Sep 17 00:00:00 2001
From: Emilia <emilia@jumpsca.re>
Date: Sat, 1 Mar 2025 19:08:26 +0200
Subject: [PATCH] Some kind of version numbers

---
 Blacklight/Blacklight.csproj | 3 +++
 Blacklight/TODO              | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/Blacklight/Blacklight.csproj b/Blacklight/Blacklight.csproj
index 1901658..de2657d 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 4e06362..acd44ea 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
-- 
GitLab