diff --git a/Heleonix.Testing.NUnit.Tests/Heleonix.Testing.NUnit.Tests.csproj b/Heleonix.Testing.NUnit.Tests/Heleonix.Testing.NUnit.Tests.csproj index 5802957..09c2070 100644 --- a/Heleonix.Testing.NUnit.Tests/Heleonix.Testing.NUnit.Tests.csproj +++ b/Heleonix.Testing.NUnit.Tests/Heleonix.Testing.NUnit.Tests.csproj @@ -1,141 +1,43 @@ - - - - - - - + + + - Debug - AnyCPU - {D9F8D146-C245-4F6E-8DE2-45738659BA83} - Library - Properties - Heleonix.Testing.NUnit.Tests - Heleonix.Testing.NUnit.Tests - v4.6 - 512 - {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 15.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages - False - UnitTest - - + netcoreapp2.0 + + false - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 + + true - bin\Debug\Heleonix.Testing.NUnit.Tests.xml - default + + bin\Debug\netcoreapp2.0\Heleonix.Testing.NUnit.Tests.xml + latest + full + true - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 + + true - bin\Release\Heleonix.Testing.NUnit.Tests.xml - default + + bin\Release\netcoreapp2.0\Heleonix.Testing.NUnit.Tests.xml + latest + pdbonly + true + - - - - - - Properties\SharedAssemblyInfo.cs - - - - - - - - - - - - - - stylecop.json - - - - - - - - - - - - - - - - - - - - + + - - {36ad64b1-92ad-4bce-931e-fbec6c655e3f} - Heleonix.Testing.NUnit - + + + + + - - 1.0.3 - - - 2.6.0 - - - 15.7.2 - - - 4.8.2 - - - 3.9.0 - - - 3.10.0 - - - 2.3.0 - - - 6.8.2.4717 - - - 1.0.2 - + - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - - - - \ No newline at end of file + + diff --git a/Heleonix.Testing.NUnit.Tests/Properties/AssemblyInfo.cs b/Heleonix.Testing.NUnit.Tests/Properties/AssemblyInfo.cs deleted file mode 100644 index 45a3899..0000000 --- a/Heleonix.Testing.NUnit.Tests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,10 +0,0 @@ -// -// Copyright (c) 2018-present Heleonix - Hennadii Lutsyshyn. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the repository root for full license information. -// - -using System; -using System.Reflection; - -[assembly: AssemblyTitle("Heleonix.Testing.NUnit.Tests")] -[assembly: CLSCompliant(true)] diff --git a/Heleonix.Testing.sln b/Heleonix.Testing.sln index 1f78bb6..0544faa 100644 --- a/Heleonix.Testing.sln +++ b/Heleonix.Testing.sln @@ -10,7 +10,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution .gitignore = .gitignore LICENSE = LICENSE README.md = README.md - SharedAssemblyInfo.cs = SharedAssemblyInfo.cs SharedProjectInfo.proj = SharedProjectInfo.proj stylecop.json = stylecop.json EndProjectSection @@ -19,8 +18,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sources", "Sources", "{4AEA EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{783E9705-9D30-414A-956F-DBDCB06F3ACA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Heleonix.Testing.NUnit.Tests", "Heleonix.Testing.NUnit.Tests\Heleonix.Testing.NUnit.Tests.csproj", "{D9F8D146-C245-4F6E-8DE2-45738659BA83}" -EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{5334635D-74B4-48B3-AEB7-EF04B0887CAB}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{E4223876-529E-4757-98A2-97D488BD32B3}" @@ -29,6 +26,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{E42238 Docs\images\BDD.png = Docs\images\BDD.png EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Heleonix.Testing.NUnit.Tests", "Heleonix.Testing.NUnit.Tests\Heleonix.Testing.NUnit.Tests.csproj", "{8821B8D3-CC9E-4402-ABF5-0F4F99E82A8C}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -39,18 +38,18 @@ Global {36AD64B1-92AD-4BCE-931E-FBEC6C655E3F}.Debug|Any CPU.Build.0 = Debug|Any CPU {36AD64B1-92AD-4BCE-931E-FBEC6C655E3F}.Release|Any CPU.ActiveCfg = Release|Any CPU {36AD64B1-92AD-4BCE-931E-FBEC6C655E3F}.Release|Any CPU.Build.0 = Release|Any CPU - {D9F8D146-C245-4F6E-8DE2-45738659BA83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D9F8D146-C245-4F6E-8DE2-45738659BA83}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D9F8D146-C245-4F6E-8DE2-45738659BA83}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D9F8D146-C245-4F6E-8DE2-45738659BA83}.Release|Any CPU.Build.0 = Release|Any CPU + {8821B8D3-CC9E-4402-ABF5-0F4F99E82A8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8821B8D3-CC9E-4402-ABF5-0F4F99E82A8C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8821B8D3-CC9E-4402-ABF5-0F4F99E82A8C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8821B8D3-CC9E-4402-ABF5-0F4F99E82A8C}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution {36AD64B1-92AD-4BCE-931E-FBEC6C655E3F} = {4AEAF240-3ED0-49D3-B054-27402285220A} - {D9F8D146-C245-4F6E-8DE2-45738659BA83} = {783E9705-9D30-414A-956F-DBDCB06F3ACA} {E4223876-529E-4757-98A2-97D488BD32B3} = {5334635D-74B4-48B3-AEB7-EF04B0887CAB} + {8821B8D3-CC9E-4402-ABF5-0F4F99E82A8C} = {783E9705-9D30-414A-956F-DBDCB06F3ACA} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {710E8CFD-309B-4054-9763-4649C9D5E58C} diff --git a/SharedAssemblyInfo.cs b/SharedAssemblyInfo.cs deleted file mode 100644 index 4e1303a..0000000 --- a/SharedAssemblyInfo.cs +++ /dev/null @@ -1,21 +0,0 @@ -// -// Copyright (c) 2018-present Heleonix - Hennadii Lutsyshyn. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the repository root for full license information. -// - -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -[assembly: AssemblyDescription("The library for writing tests in BDD and AAA styles")] -[assembly: AssemblyCompany("Heleonix - Hennadii Lutsyshyn")] -[assembly: AssemblyProduct("Heleonix.Testing")] -[assembly: AssemblyCopyright("Copyright (c) 2018-present Heleonix - Hennadii Lutsyshyn")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: AssemblyConfiguration("")] -[assembly: ComVisible(false)] -[assembly: NeutralResourcesLanguage("en")] -[assembly: AssemblyVersion("1.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] -[assembly: AssemblyInformationalVersion("1.2.0.0")] diff --git a/SharedProjectInfo.proj b/SharedProjectInfo.proj index 1eb377e..a75d01f 100644 --- a/SharedProjectInfo.proj +++ b/SharedProjectInfo.proj @@ -1,6 +1,6 @@ - 1.2.0 + 1.3.0 Added support of sequential When in AAA spec The library for writing tests in BDD and AAA styles