diff --git a/Utilidades.vb b/Utilidades.vb
index ef5f51b..7d54cc8 100644
--- a/Utilidades.vb
+++ b/Utilidades.vb
@@ -836,7 +836,7 @@ Public Class DescripcionValor
Return lista
End Function
- Public Function ObtenerValorDesdeNombre(Of TEnum As Structure)(nombre As String) As Integer?
+ Public Shared Function ObtenerValorDesdeNombre(Of TEnum As Structure)(nombre As String) As Integer?
Dim resultado As TEnum
If [Enum].TryParse(nombre, True, resultado) Then
Return Convert.ToInt32(resultado)
diff --git a/tsUtilidades.vbproj b/tsUtilidades.vbproj
index d4b93ba..52f4c89 100644
--- a/tsUtilidades.vbproj
+++ b/tsUtilidades.vbproj
@@ -16,11 +16,12 @@
net8.0
tsUtilidades
net8.0, libreria
- 1.0.7
+ 1.0.8
Manuel
Tecnosis S.A
Utilidades varias Entity Framework compatibles con EF Core 8.
+ - 2025-07-28 1.0.8 Correccion ObtenerValorDesdeNombre
- 2025-07-28 1.0.7 Nueva función de ObtenerValorDesdeNombre
- 2025-07-22 1.0.6 Nuevas funciones de encriptartexto y desencriptartexto
- Se traslada a tecnosis.git no hay cambios respecto a la 1.0.1