Skip to content

Commit ba281ba

Browse files
committed
Removed unused using statements
1 parent 113f505 commit ba281ba

15 files changed

Lines changed: 12 additions & 36 deletions

File tree

Ignia.Topics.Data.Caching/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
[assembly: AssemblyTrademark("")]
2222
[assembly: AssemblyCulture("")]
2323
[assembly: ComVisible(false)]
24-
[assembly: AssemblyVersion("3.5.1760.0")]
25-
[assembly: AssemblyFileVersion("3.5.1792.0")]
24+
[assembly: AssemblyVersion("3.5.1762.0")]
25+
[assembly: AssemblyFileVersion("3.5.1794.0")]
2626
[assembly: CLSCompliant(true)]
2727
[assembly: Guid("206b7f91-ca25-4e9d-9576-60d2e54a2c0a")]
2828

Ignia.Topics.Tests/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
[assembly: AssemblyTrademark("")]
2222
[assembly: AssemblyCulture("")]
2323
[assembly: ComVisible(false)]
24-
[assembly: AssemblyVersion("3.5.1789.0")]
25-
[assembly: AssemblyFileVersion("3.5.1837.0")]
24+
[assembly: AssemblyVersion("3.5.1791.0")]
25+
[assembly: AssemblyFileVersion("3.5.1839.0")]
2626
[assembly: CLSCompliant(true)]
2727
[assembly: Guid("27632801-bfe3-41d9-8678-3c4bbe45e6c9")]

Ignia.Topics.Tests/TestDoubles/FakeTopicLookupService.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
| Client Ignia, LLC
44
| Project Topics Library
55
\=============================================================================================================================*/
6-
using System;
7-
using System.Collections.Generic;
8-
using System.Linq;
9-
using System.Text;
10-
using System.Threading.Tasks;
116

127
namespace Ignia.Topics.Tests.TestDoubles {
138

Ignia.Topics.Tests/TestDoubles/FakeTopicRepository.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
| Project Topics Library
55
\=============================================================================================================================*/
66
using System;
7-
using System.Collections.Generic;
87
using System.Diagnostics.Contracts;
9-
using System.Threading.Tasks;
10-
using Ignia.Topics.Collections;
118
using Ignia.Topics.Querying;
129
using Ignia.Topics.Repositories;
1310

Ignia.Topics.Tests/TestDoubles/FakeViewModelLookupService.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
| Client Ignia, LLC
44
| Project Topics Library
55
\=============================================================================================================================*/
6-
using System;
7-
using System.Collections.Generic;
8-
using System.Linq;
9-
using System.Text;
10-
using System.Threading.Tasks;
116
using Ignia.Topics.Tests.ViewModels;
127
using Ignia.Topics.ViewModels;
138

Ignia.Topics.ViewModels/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
[assembly: AssemblyTrademark("")]
2222
[assembly: AssemblyCulture("")]
2323
[assembly: ComVisible(false)]
24-
[assembly: AssemblyVersion("3.5.1760.0")]
25-
[assembly: AssemblyFileVersion("3.5.1791.0")]
24+
[assembly: AssemblyVersion("3.5.1762.0")]
25+
[assembly: AssemblyFileVersion("3.5.1793.0")]
2626
[assembly: CLSCompliant(true)]
2727
[assembly: Guid("e52fc633-b4c5-4a2b-8caf-30e756d7a6a7")]
2828

Ignia.Topics.Web.Mvc/Models/NavigationViewModel{T}.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
| Client Ignia, LLC
44
| Project Topics Library
55
\=============================================================================================================================*/
6-
76
using Ignia.Topics.ViewModels;
87

98
namespace Ignia.Topics.Web.Mvc.Models {

Ignia.Topics.Web.Mvc/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
[assembly: AssemblyTrademark("")]
2222
[assembly: AssemblyCulture("")]
2323
[assembly: ComVisible(false)]
24-
[assembly: AssemblyVersion("3.5.1765.0")]
25-
[assembly: AssemblyFileVersion("3.5.1797.0")]
24+
[assembly: AssemblyVersion("3.5.1767.0")]
25+
[assembly: AssemblyFileVersion("3.5.1799.0")]
2626
[assembly: CLSCompliant(true)]
2727
[assembly: Guid("3b3ce34d-b5e5-47ca-bfef-e6740650f378")]

Ignia.Topics.Web/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
[assembly: AssemblyTrademark("")]
2222
[assembly: AssemblyCulture("")]
2323
[assembly: ComVisible(false)]
24-
[assembly: AssemblyVersion("3.5.1757.0")]
25-
[assembly: AssemblyFileVersion("3.5.1781.0")]
24+
[assembly: AssemblyVersion("3.5.1759.0")]
25+
[assembly: AssemblyFileVersion("3.5.1783.0")]
2626
[assembly: CLSCompliant(true)]
2727
[assembly: Guid("c98f7b48-a085-4394-b820-c244f23868ce")]

Ignia.Topics/Collections/ReadOnlyTopicCollection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
| Client Ignia, LLC
44
| Project Topics Library
55
\=============================================================================================================================*/
6-
76
using System.Collections.Generic;
87
using System.Diagnostics.Contracts;
98

0 commit comments

Comments
 (0)