We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b0038 commit e66301dCopy full SHA for e66301d
Common/Enums/SatStatus.cs
@@ -26,7 +26,7 @@ public enum SatStatus
26
/// <summary>
27
/// Desconocido.
28
/// </summary>
29
- [EnumCode("000")] Unknown = 000,
+ [EnumCode("0")] Unknown = 0,
30
31
32
/// Usuario No Válido
XmlDownloader.csproj
@@ -4,7 +4,7 @@
4
<TargetFramework>net8.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
- <Version>5.0.1</Version>
+ <Version>5.0.2</Version>
8
<AssemblyVersion>$(Version)</AssemblyVersion>
9
<FileVersion>$(Version)</FileVersion>
10
<PackageVersion>$(Version)</PackageVersion>
0 commit comments