Skip to content

Commit 92510af

Browse files
committed
Upgrade referenced packages. Remove and Sort Usings. Solve using incorrect package reference in setup project issue.
1 parent ea5ed64 commit 92510af

36 files changed

+20
-141
lines changed

NoteWidgetAddIn/AddIn.Ribbon.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Efrey Kong. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
54
using System.Drawing;
65
using System.Drawing.Imaging;
76
using System.IO;

NoteWidgetAddIn/Export/CustomFileExportor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) Efrey Kong. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
5-
using System.Collections.Generic;
64
using System.IO;
75
using NoteWidgetAddIn.Model;
86

NoteWidgetAddIn/Export/ExportFactory.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
// Copyright (c) Efrey Kong. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
5-
using System.IO;
6-
using System.Text;
7-
using System.Xml.Linq;
8-
using Microsoft.Office.Interop.OneNote;
94
using NoteWidgetAddIn.Export;
10-
using NoteWidgetAddIn.Model;
115

126
namespace NoteWidgetAddIn
137
{

NoteWidgetAddIn/Export/HtmlExportor.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
// Copyright (c) Efrey Kong. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
5-
using System.Collections.Generic;
64
using System.IO;
7-
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
10-
using System.Xml.Linq;
115
using NoteWidgetAddIn.Markdown;
126
using NoteWidgetAddIn.Model;
137

NoteWidgetAddIn/Export/MarkdownExportor.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
// Licensed under the Apache License, Version 2.0.
33

44
using System;
5-
using System.Collections.Generic;
65
using System.IO;
7-
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
10-
using System.Xml.Linq;
116
using NoteWidgetAddIn.Model;
127

138
namespace NoteWidgetAddIn.Export

NoteWidgetAddIn/Export/OneNoteHostedExportor.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// Copyright (c) Efrey Kong. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
94
using Microsoft.Office.Interop.OneNote;
105

116
namespace NoteWidgetAddIn.Export

NoteWidgetAddIn/Markdown/Extension/ColorSchemeExtension.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// Licensed under the Apache License, Version 2.0.
33

44
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
95

106
namespace NoteWidgetAddIn.Markdown.Extension
117
{

NoteWidgetAddIn/Markdown/Extension/DiagramExtension.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// Licensed under the Apache License, Version 2.0.
33

44
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
95

106
namespace NoteWidgetAddIn.Markdown.Extension
117
{

NoteWidgetAddIn/Markdown/Extension/HighlightExtension.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
// Licensed under the Apache License, Version 2.0.
33

44
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
95

106
namespace NoteWidgetAddIn.Markdown.Extension
117
{

NoteWidgetAddIn/Markdown/HtmlTemplate.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
// Copyright (c) Efrey Kong. All Rights Reserved.
22
// Licensed under the Apache License, Version 2.0.
33

4-
using System;
54
using System.Collections.Generic;
65
using System.Text;
76
using System.Web;
8-
using Markdig;
97

108
namespace NoteWidgetAddIn.Markdown
119
{

0 commit comments

Comments
 (0)