Skip to content

Commit

Permalink
new version number and user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas694 committed Oct 26, 2024
1 parent ed32096 commit 7c9c0f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/TumblThree/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@

[assembly: ComVisible(false)]
[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.MainAssembly)]
[assembly: AssemblyVersion("2.15.1.0")]
[assembly: AssemblyFileVersion("2.15.1.0")]
[assembly: AssemblyVersion("2.16.0.0")]
[assembly: AssemblyFileVersion("2.16.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace TumblThree.Applications.Properties
public sealed class AppSettings : IExtensibleDataObject
{
[IgnoreDataMember]
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";
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";

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

0 comments on commit 7c9c0f5

Please sign in to comment.