Skip to content

Commit 9810bfb

Browse files
committed
Update assembly info for v1.0.8
1 parent 894143a commit 9810bfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ What Is this wrapper?
33

44
This is the first publicly available .NET wrapper developed for the [SSL Labs' Assessment API's](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs.md) that allow the consumer to test SSL servers on the public internet.
55

6-
This wrapper easies the communication to the API's for .NET developers which allows you as the developer to focus on your project rather than managing the plumbing and overhead required to consume the API's.
6+
This wrapper eases the communication to the API's for .NET developers which allows you as the developer to focus on your project rather than managing the plumbing and overhead required to consume the API's.
77

88
**Notes**
99
- The wrapper does **NOT** use web scrapping like other wrappers which don't use the assessment API's.

SSLLabsApiWrapper/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.7")]
36-
[assembly: AssemblyFileVersion("1.0.7")]
35+
[assembly: AssemblyVersion("1.0.8")]
36+
[assembly: AssemblyFileVersion("1.0.8")]
3737
[assembly: InternalsVisibleTo("SSLLabsApiWrapper.Tests"), InternalsVisibleTo("DynamicProxyGenAssembly2")]

0 commit comments

Comments
 (0)