Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/0.0.19.6 #116

Merged
merged 14 commits into from
Jun 6, 2023
4 changes: 2 additions & 2 deletions SW-sdk-45/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.19.2")]
[assembly: AssemblyFileVersion("0.0.19.2")]
[assembly: AssemblyVersion("0.0.19.6")]
[assembly: AssemblyFileVersion("0.0.19.6")]
4 changes: 2 additions & 2 deletions SW-sdk/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.19.2")]
[assembly: AssemblyFileVersion("0.0.19.2")]
[assembly: AssemblyVersion("0.0.19.6")]
[assembly: AssemblyFileVersion("0.0.19.6")]


6 changes: 1 addition & 5 deletions SW-sdk/Services/Status/Status.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using SW.Helpers;
using System.Net;
using SAT.Services;
using SAT.Services.ConsultaCFDIService;
using SAT.Services.ConsultaCFDIService;

namespace SW.Services.Status
{
Expand Down
4 changes: 0 additions & 4 deletions SW-sdk/Services/Status/StatusService.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
using SAT.Services;
using SAT.Services.ConsultaCFDIService;
using SW.Helpers;
using System;
using System.IO;
using System.Net;
using System.Security.Cryptography.X509Certificates;
using System.ServiceModel;
using System.Xml;

namespace SW.Services.Status
{
Expand Down