From 6d3d5e357d91bfca5d16fbaf8b439b2ac1dc6201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=B6ller?= Date: Sat, 2 Oct 2010 20:03:59 +0000 Subject: [PATCH] Removed unused assemblies. --- OpenHardwareMonitor.csproj | 2 -- Properties/AssemblyVersion.cs | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/OpenHardwareMonitor.csproj b/OpenHardwareMonitor.csproj index 67b7e6e..5e27749 100644 --- a/OpenHardwareMonitor.csproj +++ b/OpenHardwareMonitor.csproj @@ -58,9 +58,7 @@ - - diff --git a/Properties/AssemblyVersion.cs b/Properties/AssemblyVersion.cs index 7b6dfaf..ff0385c 100644 --- a/Properties/AssemblyVersion.cs +++ b/Properties/AssemblyVersion.cs @@ -37,5 +37,5 @@ using System.Reflection; -[assembly: AssemblyVersion("0.2.0.0")] -[assembly: AssemblyInformationalVersion("0.2.0 Beta")] \ No newline at end of file +[assembly: AssemblyVersion("0.2.1.0")] +[assembly: AssemblyInformationalVersion("0.2.1 Beta")] \ No newline at end of file