Skip to content

Commit

Permalink
remove Analogy Interface references
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Nov 14, 2021
1 parent cc3ecc4 commit af56caa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Analogy.Updater/Analogy.Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWindowsForms>true</UseWindowsForms>
<Authors>Lior Banai</Authors>
<Company>Analogy.LogViewer</Company>
<Version>0.3.0</Version>
<Version>0.3.1</Version>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand All @@ -24,7 +24,6 @@

<ItemGroup>
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="2.15.1" />
<PackageReference Include="Microsoft.Build.Tasks.Git" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
3 changes: 0 additions & 3 deletions Analogy.Updater/AutoUpdater.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using Analogy.Interfaces;
using Analogy.Interfaces.DataTypes;
using Microsoft.Win32;
using System;
using System.Collections.Generic;
using System.ComponentModel;
Expand Down
4 changes: 1 addition & 3 deletions Analogy.Updater/MainForm.cs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
1 change: 0 additions & 1 deletion Analogy.Updater/UpdateForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System.Globalization;
using System.IO;
using System.Windows.Forms;
using Analogy.Interfaces;
using Microsoft.Win32;

namespace Analogy.Updater
Expand Down

0 comments on commit af56caa

Please sign in to comment.