diff --git a/xunit/src/Bss.Testing.Xunit/Sdk/TheoryAttribute.cs b/xunit/src/Bss.Testing.Xunit/Sdk/BssTheoryAttribute.cs similarity index 82% rename from xunit/src/Bss.Testing.Xunit/Sdk/TheoryAttribute.cs rename to xunit/src/Bss.Testing.Xunit/Sdk/BssTheoryAttribute.cs index 7846dcb..4772c54 100644 --- a/xunit/src/Bss.Testing.Xunit/Sdk/TheoryAttribute.cs +++ b/xunit/src/Bss.Testing.Xunit/Sdk/BssTheoryAttribute.cs @@ -5,6 +5,6 @@ namespace Bss.Testing.Xunit.Sdk; [XunitTestCaseDiscoverer("Bss.Testing.Xunit.Sdk.TheoryDiscoverer", "Bss.Testing.Xunit")] [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] -public class TheoryAttribute : FactAttribute +public class BssTheoryAttribute : FactAttribute { } diff --git a/xunit/src/__SolutionItems/CommonAssemblyInfo.cs b/xunit/src/__SolutionItems/CommonAssemblyInfo.cs index 06b932c..407b583 100644 --- a/xunit/src/__SolutionItems/CommonAssemblyInfo.cs +++ b/xunit/src/__SolutionItems/CommonAssemblyInfo.cs @@ -4,12 +4,12 @@ [assembly: AssemblyCompany("Luxoft")] [assembly: AssemblyCopyright("Copyright © Luxoft 2024")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: AssemblyInformationalVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.1.0")] +[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyInformationalVersion("1.0.1.0")] #if DEBUG [assembly: AssemblyConfiguration("Debug")] #else [assembly: AssemblyConfiguration("Release")] -#endif \ No newline at end of file +#endif