Skip to content

Commit

Permalink
Update version number and user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas694 committed Nov 1, 2023
1 parent 6073ecd commit 4e7f689
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.11.3.0")]
[assembly: AssemblyFileVersion("2.11.3.0")]
[assembly: AssemblyVersion("2.11.4.0")]
[assembly: AssemblyFileVersion("2.11.4.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/117.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/118.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 4e7f689

Please sign in to comment.