diff --git a/src/Titanium.Web.Proxy/Models/TransparentProxyEndPoint.cs b/src/Titanium.Web.Proxy/Models/TransparentProxyEndPoint.cs index fe5018735..8b0599e8e 100644 --- a/src/Titanium.Web.Proxy/Models/TransparentProxyEndPoint.cs +++ b/src/Titanium.Web.Proxy/Models/TransparentProxyEndPoint.cs @@ -10,7 +10,7 @@ namespace Titanium.Web.Proxy.Models /// A proxy end point client is not aware of. /// Useful when requests are redirected to this proxy end point through port forwarding via router. /// - [DebuggerDisplay("Explicit: {IpAddress}:{Port}")] + [DebuggerDisplay("Transparent: {IpAddress}:{Port}")] public class TransparentProxyEndPoint : ProxyEndPoint { /// diff --git a/src/Titanium.Web.Proxy/Titanium.Web.Proxy.nuspec b/src/Titanium.Web.Proxy/Titanium.Web.Proxy.nuspec index 80a5fcfe6..ce61f46d4 100644 --- a/src/Titanium.Web.Proxy/Titanium.Web.Proxy.nuspec +++ b/src/Titanium.Web.Proxy/Titanium.Web.Proxy.nuspec @@ -19,6 +19,8 @@ + + @@ -26,6 +28,8 @@ + +