Skip to content

Commit c18c90f

Browse files
authored
Merge pull request #116 from lunasoft/release/0.0.19.6
Release/0.0.19.6
2 parents b8d7b01 + b39a1ea commit c18c90f

File tree

4 files changed

+5
-13
lines changed

4 files changed

+5
-13
lines changed

SW-sdk-45/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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("0.0.19.2")]
36-
[assembly: AssemblyFileVersion("0.0.19.2")]
35+
[assembly: AssemblyVersion("0.0.19.6")]
36+
[assembly: AssemblyFileVersion("0.0.19.6")]

SW-sdk/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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("0.0.19.2")]
36-
[assembly: AssemblyFileVersion("0.0.19.2")]
35+
[assembly: AssemblyVersion("0.0.19.6")]
36+
[assembly: AssemblyFileVersion("0.0.19.6")]
3737

3838

SW-sdk/Services/Status/Status.cs

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using System;
2-
using SW.Helpers;
3-
using System.Net;
4-
using SAT.Services;
5-
using SAT.Services.ConsultaCFDIService;
1+
using SAT.Services.ConsultaCFDIService;
62

73
namespace SW.Services.Status
84
{

SW-sdk/Services/Status/StatusService.cs

-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
using SAT.Services;
22
using SAT.Services.ConsultaCFDIService;
3-
using SW.Helpers;
43
using System;
5-
using System.IO;
6-
using System.Net;
74
using System.Security.Cryptography.X509Certificates;
85
using System.ServiceModel;
9-
using System.Xml;
106

117
namespace SW.Services.Status
128
{

0 commit comments

Comments
 (0)