diff --git a/Unity.WebApi/Properties/AssemblyInfo.cs b/Unity.WebApi/Properties/AssemblyInfo.cs index 77e8bd8..4d7aaa6 100644 --- a/Unity.WebApi/Properties/AssemblyInfo.cs +++ b/Unity.WebApi/Properties/AssemblyInfo.cs @@ -1,14 +1,5 @@ using System.Reflection; using System.Runtime.InteropServices; -[assembly: AssemblyTitle("Unity.WebApi")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("DevTrends")] -[assembly: AssemblyProduct("Unity.WebApi")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -[assembly: Guid("06fd1655-583e-4b28-bbe5-fdded9b9f718")] -[assembly: AssemblyVersion("5.4.0")] -[assembly: AssemblyFileVersion("5.4.0")] \ No newline at end of file +[assembly: Guid("06fd1655-583e-4b28-bbe5-fdded9b9f718")] \ No newline at end of file diff --git a/Unity.WebApi/Unity.WebApi.csproj b/Unity.WebApi/Unity.WebApi.csproj index 1d9cb8b..9d45a47 100644 --- a/Unity.WebApi/Unity.WebApi.csproj +++ b/Unity.WebApi/Unity.WebApi.csproj @@ -1,85 +1,33 @@ - - + + - Debug - AnyCPU - 8.0.30703 - 2.0 - {1F13D576-186D-4908-831D-423285696FF1} - Library - Properties - Unity.WebApi - Unity.WebApi - v4.5 - 512 - + net45 + 5.5.0 + Paul Hiles + DevTrends + MIT + false + https://github.com/devtrends/Unity.WebAPI + Unity.WebAPI allows the simple Integration of the Unity IoC container with ASP.NET Web API. + unity asp.net webapi web api ioc di - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false + + + true + false + true + publickey.snk + - - ..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll - - - - - - ..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll - - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll - - - ..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll - - - - ..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll - - - - - - - - ..\packages\Unity.Abstractions.5.11.1\lib\net45\Unity.Abstractions.dll - - - - - - + + + + - - - - Designer - + + - - - \ No newline at end of file + + diff --git a/Unity.WebApi/app.config b/Unity.WebApi/app.config deleted file mode 100644 index 1170609..0000000 --- a/Unity.WebApi/app.config +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/nuget/content/App_Start/UnityConfig.cs.pp b/Unity.WebApi/content/App_Start/UnityConfig.cs.pp similarity index 100% rename from nuget/content/App_Start/UnityConfig.cs.pp rename to Unity.WebApi/content/App_Start/UnityConfig.cs.pp diff --git a/Unity.WebApi/packages.config b/Unity.WebApi/packages.config deleted file mode 100644 index 0985a14..0000000 --- a/Unity.WebApi/packages.config +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/Unity.WebApi/publickey.snk b/Unity.WebApi/publickey.snk new file mode 100644 index 0000000..501a2c2 Binary files /dev/null and b/Unity.WebApi/publickey.snk differ diff --git a/nuget/Build.bat b/nuget/Build.bat index c193ab9..08a09dc 100644 --- a/nuget/Build.bat +++ b/nuget/Build.bat @@ -1,3 +1,2 @@ -nuget pack - +dotnet pack %~dp0..\Unity.WebApi\Unity.WebApi.csproj -c Release -o %~dp0 pause \ No newline at end of file diff --git a/nuget/NuGet.exe b/nuget/NuGet.exe deleted file mode 100644 index be85ec2..0000000 Binary files a/nuget/NuGet.exe and /dev/null differ diff --git a/nuget/Unity.WebAPI.5.4.0.nupkg b/nuget/Unity.WebAPI.5.4.0.nupkg deleted file mode 100644 index f87ec85..0000000 Binary files a/nuget/Unity.WebAPI.5.4.0.nupkg and /dev/null differ diff --git a/nuget/Unity.WebApi.nuspec b/nuget/Unity.WebApi.nuspec deleted file mode 100644 index b46829a..0000000 --- a/nuget/Unity.WebApi.nuspec +++ /dev/null @@ -1,18 +0,0 @@ - - - - Unity.WebAPI - 5.4.0 - Paul Hiles - DevTrends - https://github.com/devtrends/Unity.WebAPI - http://opensource.org/licenses/MIT - false - Unity.WebAPI allows the simple Integration of the Unity IoC container with ASP.NET Web API. - unity asp.net webapi web api ioc di - - - - - - \ No newline at end of file diff --git a/nuget/lib/net45/Unity.WebApi.dll b/nuget/lib/net45/Unity.WebApi.dll deleted file mode 100644 index e3bcf9f..0000000 Binary files a/nuget/lib/net45/Unity.WebApi.dll and /dev/null differ