File tree Expand file tree Collapse file tree 4 files changed +39
-4
lines changed Expand file tree Collapse file tree 4 files changed +39
-4
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,10 @@ SSLLWrapper/bin/Debug/
4
4
SSLLWrapper.ConsoleAppTester /obj /Debug /
5
5
SSLLWrapper.Tests /obj /Debug /
6
6
SSLLWrapper.ConsoleAppTester /bin /Debug /
7
+ SSLLWrapper.Tests /bin /Debug /
8
+ SSLLWrapper /bin /
9
+ SSLLWrapper /obj /
10
+ SSLLWrapper.Tests /obj /
11
+ SSLLWrapper.Tests /bin /
12
+ SSLLWrapper.ConsoleAppTester /bin /
13
+ SSLLWrapper.ConsoleAppTester /obj /
Original file line number Diff line number Diff line change 41
41
<Reference Include =" FluentTests.Framework" >
42
42
<HintPath >..\packages\FluentTests.1.1.1\lib\FluentTests.Framework.dll</HintPath >
43
43
</Reference >
44
+ <Reference Include =" FluentTests.NUnit" >
45
+ <HintPath >..\packages\FluentTests.NUnit.1.1.2\lib\FluentTests.NUnit.dll</HintPath >
46
+ </Reference >
44
47
<Reference Include =" Moq" >
45
48
<HintPath >..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll</HintPath >
46
49
</Reference >
66
69
<None Include =" app.config" />
67
70
<None Include =" packages.config" />
68
71
</ItemGroup >
72
+ <ItemGroup >
73
+ <ProjectReference Include =" ..\SSLLWrapper\SSLLWrapper.csproj" >
74
+ <Project >{9D2FF62D-01C0-41B0-A3BE-32005365290C}</Project >
75
+ <Name >SSLLWrapper</Name >
76
+ </ProjectReference >
77
+ </ItemGroup >
69
78
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70
79
<Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
71
80
<Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <package >
3
+ <metadata >
4
+ <id >..\SSLLWrapper\</id >
5
+ <version >1.0.0</version >
6
+ <authors >Ashley</authors >
7
+ <owners >Ashley</owners >
8
+ <licenseUrl >http://github.com/AshleyPoole/SSLLWrapper/blob/master/LICENSE</licenseUrl >
9
+ <projectUrl >http://www.ashleypoole.co.uk/ssllwrapper</projectUrl >
10
+ <requireLicenseAcceptance >false</requireLicenseAcceptance >
11
+ <description >Package description</description >
12
+ <releaseNotes >Summary of changes made in this release of the package.</releaseNotes >
13
+ <copyright >Copyright 2014</copyright >
14
+ <tags >Tag1 Tag2</tags >
15
+ <dependencies >
16
+ <dependency id =" SampleDependency" version =" 1.0" />
17
+ </dependencies >
18
+ </metadata >
19
+ </package >
Original file line number Diff line number Diff line change 6
6
// set of attributes. Change these attribute values to modify the information
7
7
// associated with an assembly.
8
8
[ assembly: AssemblyTitle ( "SSLLWrapper" ) ]
9
- [ assembly: AssemblyDescription ( "" ) ]
9
+ [ assembly: AssemblyDescription ( ".NET Wrapper For SSL Labs Assessment API's " ) ]
10
10
[ assembly: AssemblyConfiguration ( "" ) ]
11
- [ assembly: AssemblyCompany ( "" ) ]
11
+ [ assembly: AssemblyCompany ( "Ashley Poole " ) ]
12
12
[ assembly: AssemblyProduct ( "SSLLWrapper" ) ]
13
13
[ assembly: AssemblyCopyright ( "Copyright © 2014" ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
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.0.0 " ) ]
36
- [ assembly: AssemblyFileVersion ( "1.0.0.0 " ) ]
35
+ [ assembly: AssemblyVersion ( "1.0.1 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.0.1 " ) ]
You can’t perform that action at this time.
0 commit comments