Download file

This commit is contained in:
Aurélie Delhaie
2022-05-22 21:56:35 +02:00
parent 03ceaf3bda
commit 54a6082394
17 changed files with 383 additions and 95 deletions

View File

@@ -16,7 +16,7 @@ namespace OpenSaveCloudClient.Models.Remote
[JsonPropertyName("name")]
public string Name { get; set; }
[JsonPropertyName("revision")]
[JsonPropertyName("rev")]
public int Revision { get; set; }
[JsonPropertyName("hash")]