diff --git a/Analogy.Updater/Analogy.Updater.csproj b/Analogy.Updater/Analogy.Updater.csproj
index cefafdc..42bba7c 100644
--- a/Analogy.Updater/Analogy.Updater.csproj
+++ b/Analogy.Updater/Analogy.Updater.csproj
@@ -6,7 +6,7 @@
true
Lior Banai
Analogy.LogViewer
- 0.3.0
+ 0.3.1
true
true
snupkg
@@ -24,7 +24,6 @@
-
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/Analogy.Updater/AutoUpdater.cs b/Analogy.Updater/AutoUpdater.cs
index ff1aa93..37b8c5d 100644
--- a/Analogy.Updater/AutoUpdater.cs
+++ b/Analogy.Updater/AutoUpdater.cs
@@ -1,6 +1,3 @@
-using Analogy.Interfaces;
-using Analogy.Interfaces.DataTypes;
-using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
diff --git a/Analogy.Updater/MainForm.cs b/Analogy.Updater/MainForm.cs
index 99533cc..cc38396 100644
--- a/Analogy.Updater/MainForm.cs
+++ b/Analogy.Updater/MainForm.cs
@@ -1,6 +1,4 @@
-using Analogy.Interfaces;
-using Analogy.Interfaces.DataTypes;
-using System;
+using System;
using System.Diagnostics;
using System.IO;
using System.Windows.Forms;
diff --git a/Analogy.Updater/UpdateForm.cs b/Analogy.Updater/UpdateForm.cs
index 78851ab..2b3f5ed 100644
--- a/Analogy.Updater/UpdateForm.cs
+++ b/Analogy.Updater/UpdateForm.cs
@@ -4,7 +4,6 @@
using System.Globalization;
using System.IO;
using System.Windows.Forms;
-using Analogy.Interfaces;
using Microsoft.Win32;
namespace Analogy.Updater