diff options
Diffstat (limited to 'src/Ryujinx.Ui.Common/Models/Github/GithubReleasesJsonResponse.cs')
-rw-r--r-- | src/Ryujinx.Ui.Common/Models/Github/GithubReleasesJsonResponse.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.Ui.Common/Models/Github/GithubReleasesJsonResponse.cs b/src/Ryujinx.Ui.Common/Models/Github/GithubReleasesJsonResponse.cs index 954d03e3..3fa7cf81 100644 --- a/src/Ryujinx.Ui.Common/Models/Github/GithubReleasesJsonResponse.cs +++ b/src/Ryujinx.Ui.Common/Models/Github/GithubReleasesJsonResponse.cs @@ -7,4 +7,4 @@ namespace Ryujinx.Ui.Common.Models.Github public string Name { get; set; } public List<GithubReleaseAssetJsonResponse> Assets { get; set; } } -}
\ No newline at end of file +} |