Skip to content

Commit 6e0f8a7

Browse files
committed
Fix patreon api issues, update copyright, update version
1 parent 9fc6f7e commit 6e0f8a7

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2024 Aleksey Tsutsey & Contributors
3+
Copyright (c) 2019-2026 Aleksey Tsutsey & Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

PatreonDownloader.App/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private static async Task<PatreonDownloaderSettings> InitializeSettings(CommandL
151151
PatreonDownloaderSettings settings = new PatreonDownloaderSettings
152152
{
153153
UrlBlackList = (_configuration["UrlBlackList"] ?? "").ToLowerInvariant().Split("|").ToList(),
154-
UserAgent = "Patreon/72.2.28 (Android; Android 14; Scale/2.10)",
154+
UserAgent = "Patreon/126.9.0.15 (Android; Android 14; Scale/2.10)",
155155
CookieContainer = null,
156156
SaveAvatarAndCover = commandLineOptions.SaveAvatarAndCover,
157157
SaveDescriptions = commandLineOptions.SaveDescriptions,

PatreonDownloader.App/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("Patreon Downloader")]
13-
[assembly: AssemblyCopyright("Copyright 2019-2025 Aleksey Tsutsey & Contributors")]
13+
[assembly: AssemblyCopyright("Copyright 2019-2026 Aleksey Tsutsey & Contributors")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -29,5 +29,5 @@
2929
// Build Number
3030
// Revision
3131
//
32-
[assembly: AssemblyVersion("30.0.0.0")]
33-
[assembly: AssemblyFileVersion("30.0.0.0")]
32+
[assembly: AssemblyVersion("31.0.0.0")]
33+
[assembly: AssemblyFileVersion("31.0.0.0")]

PatreonDownloader.Implementation/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[assembly: AssemblyConfiguration("")]
1616
[assembly: AssemblyCompany("")]
1717
[assembly: AssemblyProduct("Patreon Downloader")]
18-
[assembly: AssemblyCopyright("Copyright 2019-2025 Aleksey Tsutsey & Contributors")]
18+
[assembly: AssemblyCopyright("Copyright 2019-2026 Aleksey Tsutsey & Contributors")]
1919
[assembly: AssemblyTrademark("")]
2020
[assembly: AssemblyCulture("")]
2121

0 commit comments

Comments
 (0)