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.26.2 #145

Merged
merged 15 commits into from
Feb 20, 2024
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,7 @@ namespace ExampleSDK
* IdUser

**Ejemplo de consumo de la libreria para eliminar usuarios**

```cs
using System;
using SW.Helpers;
Expand All @@ -1045,6 +1046,7 @@ namespace ExampleSDK
//En caso de error, se pueden visualizar los campos message y/o messageDetail
response.message;
response.messageDetail;

}
catch (Exception e)
{
Expand Down
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.26.1")]
[assembly: AssemblyFileVersion("0.0.26.1")]
[assembly: AssemblyVersion("0.0.26.2")]
[assembly: AssemblyFileVersion("0.0.26.2")]
4 changes: 2 additions & 2 deletions SW-sdk/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.26.1")]
[assembly: AssemblyFileVersion("0.0.26.1")]
[assembly: AssemblyVersion("0.0.26.2")]
[assembly: AssemblyFileVersion("0.0.26.2")]