Skip to content

Commit

Permalink
Try to fix spurious test failures on BanManagerTest.longDelaysDoNotCr…
Browse files Browse the repository at this point in the history
…ashd due to some horrible race condition on slow hosted GitHub Actions CI runners
  • Loading branch information
Aldaviva committed Aug 28, 2024
1 parent 4952d1f commit 4ee47c5
Show file tree
Hide file tree
Showing 4 changed files with 580 additions and 579 deletions.
74 changes: 37 additions & 37 deletions Fail2Ban4Win/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Fail2Ban4Win")]
[assembly: AssemblyDescription("Fail2Ban4Win")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ben Hutchison")]
[assembly: AssemblyProduct("Fail2Ban4Win")]
[assembly: AssemblyCopyright("© 2024 Ben Hutchison")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("f87074cc-c205-403f-8113-5f41716be1cb")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Fail2Ban4Win")]
[assembly: AssemblyDescription("Fail2Ban4Win")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Ben Hutchison")]
[assembly: AssemblyProduct("Fail2Ban4Win")]
[assembly: AssemblyCopyright("© 2024 Ben Hutchison")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("f87074cc-c205-403f-8113-5f41716be1cb")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.1.0")]
[assembly: AssemblyFileVersion("1.3.1.0")]

[assembly: InternalsVisibleTo("Tests")]
Loading

0 comments on commit 4ee47c5

Please sign in to comment.