Skip to content

Commit e2c1b9b

Browse files
committed
Change namespace.
* Remove "net35" from it. * Change default for project.
1 parent bf813b3 commit e2c1b9b

19 files changed

+35
-19
lines changed

Tests/CustomCode/AngleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
using System;
2323

24-
namespace UnitsNet.Tests.net35.CustomCode
24+
namespace UnitsNet.Tests.CustomCode
2525
{
2626
public class AngleTests : AngleTestsBase
2727
{

Tests/CustomCode/AreaTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22-
namespace UnitsNet.Tests.net35.CustomCode
22+
23+
namespace UnitsNet.Tests.CustomCode
2324
{
2425
public class AreaTests : AreaTestsBase
2526
{

Tests/CustomCode/DurationTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
21-
namespace UnitsNet.Tests.net35.CustomCode
21+
22+
23+
namespace UnitsNet.Tests.CustomCode
2224
{
2325
public class DurationTests : DurationTestsBase
2426
{

Tests/CustomCode/ElectricPotentialTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22-
namespace UnitsNet.Tests.net35.CustomCode
22+
23+
namespace UnitsNet.Tests.CustomCode
2324
{
2425
public class ElectricPotentialTests : ElectricPotentialTestsBase
2526
{

Tests/CustomCode/FlowTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22-
namespace UnitsNet.Tests.net35.CustomCode
22+
23+
namespace UnitsNet.Tests.CustomCode
2324
{
2425
public class FlowTests : FlowTestsBase
2526
{

Tests/CustomCode/ForceTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22-
namespace UnitsNet.Tests.net35.CustomCode
22+
23+
namespace UnitsNet.Tests.CustomCode
2324
{
2425
public class ForceTests : ForceTestsBase
2526
{

Tests/CustomCode/Length2dTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
using NUnit.Framework;
2323

24-
namespace UnitsNet.Tests.net35.CustomCode
24+
namespace UnitsNet.Tests.CustomCode
2525
{
2626
// ReSharper disable once InconsistentNaming
2727
[TestFixture]

Tests/CustomCode/LengthTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22-
namespace UnitsNet.Tests.net35.CustomCode
22+
23+
namespace UnitsNet.Tests.CustomCode
2324
{
2425
public class LengthTests : LengthTestsBase
2526
{

Tests/CustomCode/MassTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22-
namespace UnitsNet.Tests.net35.CustomCode
22+
23+
namespace UnitsNet.Tests.CustomCode
2324
{
2425
public class MassTests : MassTestsBase
2526
{

Tests/CustomCode/PressureTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2020
// THE SOFTWARE.
2121

22-
namespace UnitsNet.Tests.net35.CustomCode
22+
23+
namespace UnitsNet.Tests.CustomCode
2324
{
2425
public class PressureTests : PressureTestsBase
2526
{

0 commit comments

Comments
 (0)