mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-20 01:53:24 +08:00
Compare commits
1 Commits
6ef96168c1
...
v0.8.8.5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
de2ab54732 |
@@ -507,6 +507,7 @@ public sealed class PlondsClientServiceTests : IDisposable
|
|||||||
private static PlondsClientDownloads CreateDownloads(string? changedUrl, string? filesUrl)
|
private static PlondsClientDownloads CreateDownloads(string? changedUrl, string? filesUrl)
|
||||||
{
|
{
|
||||||
return new PlondsClientDownloads(
|
return new PlondsClientDownloads(
|
||||||
|
ReleaseTag: "v1.4.0",
|
||||||
GitHub: null,
|
GitHub: null,
|
||||||
S3: new PlondsS3Downloads(
|
S3: new PlondsS3Downloads(
|
||||||
Bucket: "bucket",
|
Bucket: "bucket",
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
namespace LanMountainDesktop.Services.Plonds;
|
namespace LanMountainDesktop.Services.Plonds;
|
||||||
|
|
||||||
internal sealed record PlondsClientDownloads(
|
internal sealed record PlondsClientDownloads(
|
||||||
|
string? ReleaseTag,
|
||||||
PlondsGitHubDownloads? GitHub,
|
PlondsGitHubDownloads? GitHub,
|
||||||
PlondsS3Downloads? S3);
|
PlondsS3Downloads? S3);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user