File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed
src/AngleSharp.Io/Properties Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change 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" ) ]
You can’t perform that action at this time.
0 commit comments