From 1de9659c89e4d2d47aa381620ae921e21def9a08 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 20 Oct 2017 14:54:47 +0200 Subject: [PATCH 1/5] Migrate to PackageReference --- Unity.Wcf/Unity.Wcf.csproj | 14 +++++--------- Unity.Wcf/packages.config | 5 ----- 2 files changed, 5 insertions(+), 14 deletions(-) delete mode 100644 Unity.Wcf/packages.config diff --git a/Unity.Wcf/Unity.Wcf.csproj b/Unity.Wcf/Unity.Wcf.csproj index 94e76b1..c6a7ef1 100644 --- a/Unity.Wcf/Unity.Wcf.csproj +++ b/Unity.Wcf/Unity.Wcf.csproj @@ -49,14 +49,6 @@ - - ..\packages\Unity.Abstractions.2.0.1\lib\net45\Unity.Abstractions.dll - True - - - ..\packages\Unity.Container.5.0.0\lib\net45\Unity.Container.dll - True - @@ -69,13 +61,17 @@ - + + + 5.0.0 + + - \ No newline at end of file + + + + Unity.Wcf + Unity.Wcf is a library that allows simple Integration of Microsoft's Unity IoC container with WCF. This project includes a bespoke InstanceProvider that creates a child container per client connection and disposes of all registered IDisposable instances once the connection is terminated. + 4.0.0 + 4.0.0.0 + 4.0.0.0 + Copyright © DevTrends 2012 + https://github.com/ViceIce/unity.wcf + https://github.com/ViceIce/unity.wcf + https://github.com/ViceIce/unity.wcf/blob/master/LICENSE + + git + + Paul Hiles, Michael Kriese + wcf unity ioc di + Unity.Wcf + Debug;Release + + + true + Unity.Wcf.snk + net45 + + + + true + $(SolutionDir)bin + + + + Full + false + + + + + + + + + + + + 5.0.0 + + + diff --git a/Unity.Wcf/Unity.Wcf.nuspec b/Unity.Wcf/Unity.Wcf.nuspec deleted file mode 100644 index 7b0a26a..0000000 --- a/Unity.Wcf/Unity.Wcf.nuspec +++ /dev/null @@ -1,22 +0,0 @@ - - - - Unity.Wcf - $version$ - Paul Hiles, Michael Kriese - DevTrends - https://github.com/ViceIce/unity.wcf/raw/master/LICENSE - https://github.com/ViceIce/unity.wcf - false - Unity.Wcf is a library that allows simple Integration of Microsoft's Unity IoC container with WCF. This project includes a bespoke InstanceProvider that creates a child container per client connection and disposes of all registered IDisposable instances once the connection is terminated. - wcf unity ioc di - - - - - - - - - - diff --git a/Unity.Wcf/content/WcfServiceFactory.cs.pp b/Unity.Wcf/WcfServiceFactory.cs.pp similarity index 100% rename from Unity.Wcf/content/WcfServiceFactory.cs.pp rename to Unity.Wcf/WcfServiceFactory.cs.pp From c7767845069f4ffb44b49b0097f4b2fea2943d19 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 20 Oct 2017 16:26:59 +0200 Subject: [PATCH 4/5] Remove content files. --- Unity.Wcf/Unity.Wcf.README.txt | 6 ------ Unity.Wcf/Unity.Wcf.csproj | 5 ----- Unity.Wcf/WcfServiceFactory.cs.pp | 16 ---------------- 3 files changed, 27 deletions(-) delete mode 100644 Unity.Wcf/Unity.Wcf.README.txt delete mode 100644 Unity.Wcf/WcfServiceFactory.cs.pp diff --git a/Unity.Wcf/Unity.Wcf.README.txt b/Unity.Wcf/Unity.Wcf.README.txt deleted file mode 100644 index 400c8e5..0000000 --- a/Unity.Wcf/Unity.Wcf.README.txt +++ /dev/null @@ -1,6 +0,0 @@ -Getting started with Unity.Wcf ------------------------------- - -Find out how to use Unity.Wcf by visiting http://unitywcf.codeplex.com/ - -Please report all bugs and feature requests on CodePlex. \ No newline at end of file diff --git a/Unity.Wcf/Unity.Wcf.csproj b/Unity.Wcf/Unity.Wcf.csproj index dcc8889..a0cfc50 100644 --- a/Unity.Wcf/Unity.Wcf.csproj +++ b/Unity.Wcf/Unity.Wcf.csproj @@ -34,11 +34,6 @@ false - - - - - diff --git a/Unity.Wcf/WcfServiceFactory.cs.pp b/Unity.Wcf/WcfServiceFactory.cs.pp deleted file mode 100644 index afcadc9..0000000 --- a/Unity.Wcf/WcfServiceFactory.cs.pp +++ /dev/null @@ -1,16 +0,0 @@ -using Unity; -using Unity.Wcf; - -namespace $rootnamespace$ -{ - public class WcfServiceFactory : UnityServiceHostFactory - { - protected override void ConfigureContainer(IUnityContainer container) - { - // register all your components with the container here - // container - // .RegisterType() - // .RegisterType(new HierarchicalLifetimeManager()); - } - } -} From 4ddc0c717f72f6c8a7e4205816852defebdf46a7 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 23 Oct 2017 10:07:21 +0200 Subject: [PATCH 5/5] Fix reference. --- Unity.Wcf/Unity.Wcf.csproj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Unity.Wcf/Unity.Wcf.csproj b/Unity.Wcf/Unity.Wcf.csproj index a0cfc50..2212029 100644 --- a/Unity.Wcf/Unity.Wcf.csproj +++ b/Unity.Wcf/Unity.Wcf.csproj @@ -37,8 +37,6 @@ - - 5.0.0 - +