Skip to content

Commit ed78923

Browse files
committed
Version 5.0.11
1 parent 925d24b commit ed78923

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DownloaderExtensions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ namespace Fiscalapi.XmlDownloader;
3131

3232
public static class DownloaderExtensions
3333
{
34-
private const string SatFormat = "yyyy-MM-ddTHH:mm:ss.fffZ";
34+
//private const string SatFormat = "yyyy-MM-ddTHH:mm:ss.fffZ";
35+
private const string SatFormat = "yyyy-MM-ddTHH:mm:ss.000Z";
3536

3637
/// <summary>
3738
/// Converts a DateTime to the SAT format (yyyy-MM-ddTHH:mm:ss)

XmlDownloader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<Version>5.0.10</Version>
7+
<Version>5.0.11</Version>
88
<AssemblyVersion>$(Version)</AssemblyVersion>
99
<FileVersion>$(Version)</FileVersion>
1010
<PackageVersion>$(Version)</PackageVersion>

0 commit comments

Comments
 (0)