File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
11
[ assembly: AssemblyCompany ( "Ashley Poole" ) ]
12
12
[ assembly: AssemblyProduct ( "SSLLWrapper" ) ]
13
- [ assembly: AssemblyCopyright ( "Copyright © 2014 " ) ]
13
+ [ assembly: AssemblyCopyright ( "Copyright © 2015 " ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.0.1 " ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.1 " ) ]
37
- [ assembly: InternalsVisibleTo ( "SSLLWrapper.Tests" ) ]
35
+ [ assembly: AssemblyVersion ( "1.0.2 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.0.2 " ) ]
37
+ [ assembly: InternalsVisibleTo ( "SSLLWrapper.Tests" ) , InternalsVisibleTo ( "DynamicProxyGenAssembly2" ) ]
You can’t perform that action at this time.
0 commit comments