Skip to content

Commit 1a16608

Browse files
committed
Walked back an idea for changing the namespacing, which was too disruptive.
1 parent 1826838 commit 1a16608

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Outcomes.Tests/SuccessTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using Ether.Outcomes.Tests.Helpers;
4-
54
using Xunit;
65

76
namespace Ether.Outcomes.Tests

Outcomes/Builder/SuccessOutcomeBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using System.Reflection;
33
using JetBrains.Annotations;
44

5-
namespace Outcomes.Builder
5+
namespace Ether.Outcomes.Builder
66
{
77
/// <summary>
88
/// Uses the builder pattern to create a fluent interface for success scenarios.

Outcomes/Outcomes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AssemblyName>Ether.Outcomes</AssemblyName>
1010
<PackageId>Ether.Outcomes</PackageId>
1111
<PackageTags>c#;.net;notification;fluent;response;failure;success</PackageTags>
12-
<PackageReleaseNotes>Removed StatusCode, which was not widely used, to simplify the API. Dropped support for old, out-of-support .NET Framework versions in favor of NetStandard. Simplified namespaces by removing Ether from everything.</PackageReleaseNotes>
12+
<PackageReleaseNotes>Removed StatusCode, which was not widely used, to simplify the API. Dropped support for old, out-of-support .NET Framework versions in favor of NetStandard.</PackageReleaseNotes>
1313
<PackageProjectUrl>https://github.com/kinetiq/Ether.Outcomes</PackageProjectUrl>
1414
<PackageLicenseUrl>http://choosealicense.com/licenses/mit/</PackageLicenseUrl>
1515
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>

0 commit comments

Comments
 (0)