Skip to content

Commit 7c9c0f5

Browse files
committed
new version number and user agent
1 parent ed32096 commit 7c9c0f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/TumblThree/SharedAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212

1313
[assembly: ComVisible(false)]
1414
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
15-
[assembly: AssemblyVersion("2.15.1.0")]
16-
[assembly: AssemblyFileVersion("2.15.1.0")]
15+
[assembly: AssemblyVersion("2.16.0.0")]
16+
[assembly: AssemblyFileVersion("2.16.0.0")]

src/TumblThree/TumblThree.Applications/Properties/AppSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace TumblThree.Applications.Properties
1616
public sealed class AppSettings : IExtensibleDataObject
1717
{
1818
[IgnoreDataMember]
19-
public static readonly string USERAGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36";
19+
public static readonly string USERAGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36";
2020

2121
[IgnoreDataMember]
2222
[System.Diagnostics.CodeAnalysis.SuppressMessage("Naming", "CA1707:Identifiers should not contain underscores", Justification = "<Pending>")]

0 commit comments

Comments
 (0)