Skip to content

Commit 609ec22

Browse files
committed
Updated dates
1 parent 264ce25 commit 609ec22

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed
Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
1-
using System.Reflection;
2-
using System.Runtime.CompilerServices;
3-
using System.Runtime.InteropServices;
4-
5-
[assembly: AssemblyTitle("AngleSharp.Io")]
6-
[assembly: AssemblyDescription("Extension for AngleSharp to provide additional requesters and storage options.")]
7-
[assembly: AssemblyConfiguration("")]
8-
[assembly: AssemblyCompany("AngleSharp")]
9-
[assembly: AssemblyProduct("AngleSharp.Io")]
10-
[assembly: AssemblyCopyright("Copyright © AngleSharp, 2013-2016")]
11-
[assembly: AssemblyTrademark("")]
12-
[assembly: AssemblyCulture("")]
13-
[assembly: ComVisible(false)]
14-
[assembly: Guid("10d96c84-41d5-4c21-bacf-5d6997c85082")]
15-
[assembly: AssemblyVersion("0.3.2.0")]
16-
[assembly: AssemblyFileVersion("0.3.2")]
17-
[assembly: InternalsVisibleToAttribute("AngleSharp.Io.Tests")]
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
[assembly: AssemblyCopyright("Copyright © AngleSharp, 2013-2019")]
6+
[assembly: ComVisible(false)]
7+
[assembly: InternalsVisibleToAttribute("AngleSharp.Io.Tests")]

0 commit comments

Comments
 (0)