File tree 4 files changed +5
-13
lines changed
4 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 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 ( "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 " ) ]
Original file line number Diff line number Diff line change 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 ( "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 " ) ]
37
37
38
38
Original file line number Diff line number Diff line change 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 ;
6
2
7
3
namespace SW . Services . Status
8
4
{
Original file line number Diff line number Diff line change 1
1
using SAT . Services ;
2
2
using SAT . Services . ConsultaCFDIService ;
3
- using SW . Helpers ;
4
3
using System ;
5
- using System . IO ;
6
- using System . Net ;
7
4
using System . Security . Cryptography . X509Certificates ;
8
5
using System . ServiceModel ;
9
- using System . Xml ;
10
6
11
7
namespace SW . Services . Status
12
8
{
You can’t perform that action at this time.
0 commit comments