diff --git a/WindreamHub.sln b/WindreamHub.sln index 53e0130..97bc394 100644 --- a/WindreamHub.sln +++ b/WindreamHub.sln @@ -27,8 +27,8 @@ Global {D499FEC3-FDDD-45F0-BEA2-025B533BCD21}.Debug|Any CPU.Build.0 = Release|Any CPU {D499FEC3-FDDD-45F0-BEA2-025B533BCD21}.Release|Any CPU.ActiveCfg = Release|Any CPU {D499FEC3-FDDD-45F0-BEA2-025B533BCD21}.Release|Any CPU.Build.0 = Release|Any CPU - {67E6A3A1-F863-417E-9619-DC9B6A710512}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {67E6A3A1-F863-417E-9619-DC9B6A710512}.Debug|Any CPU.Build.0 = Debug|Any CPU + {67E6A3A1-F863-417E-9619-DC9B6A710512}.Debug|Any CPU.ActiveCfg = Release|Any CPU + {67E6A3A1-F863-417E-9619-DC9B6A710512}.Debug|Any CPU.Build.0 = Release|Any CPU {67E6A3A1-F863-417E-9619-DC9B6A710512}.Release|Any CPU.ActiveCfg = Release|Any CPU {67E6A3A1-F863-417E-9619-DC9B6A710512}.Release|Any CPU.Build.0 = Release|Any CPU {DE6A7FB2-87D6-471E-8019-DF6E196FA471}.Debug|Any CPU.ActiveCfg = Debug|Any CPU diff --git a/src/WindreamHub.Legacy.Client/Assets/icon.png b/src/WindreamHub.Legacy.Client/Assets/icon.png new file mode 100644 index 0000000..a2a52bb Binary files /dev/null and b/src/WindreamHub.Legacy.Client/Assets/icon.png differ diff --git a/src/WindreamHub.Legacy.Client/WindreamHub.Legacy.Client.csproj b/src/WindreamHub.Legacy.Client/WindreamHub.Legacy.Client.csproj index 0ee7316..8de9e77 100644 --- a/src/WindreamHub.Legacy.Client/WindreamHub.Legacy.Client.csproj +++ b/src/WindreamHub.Legacy.Client/WindreamHub.Legacy.Client.csproj @@ -31,12 +31,15 @@ 4 - - ..\..\..\WebCoreModules\DigitalData.Core.Legacy.Client\bin\Debug\DigitalData.Core.Client.Legacy.dll + + ..\..\packages\DigitalData.Core.Client.Legacy.1.0.1.2\lib\net462\DigitalData.Core.Client.Legacy.dll ..\..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + + ..\..\packages\Microsoft.Extensions.DependencyInjection.8.0.0\lib\net462\Microsoft.Extensions.DependencyInjection.dll + ..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll @@ -46,6 +49,9 @@ ..\..\packages\Microsoft.Extensions.Primitives.8.0.0\lib\net462\Microsoft.Extensions.Primitives.dll + + ..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + ..\..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll @@ -93,5 +99,10 @@ + + + PreserveNewest + + \ No newline at end of file diff --git a/src/WindreamHub.Legacy.Client/WindreamHub.Legacy.Client.nuspec b/src/WindreamHub.Legacy.Client/WindreamHub.Legacy.Client.nuspec new file mode 100644 index 0000000..f541a75 --- /dev/null +++ b/src/WindreamHub.Legacy.Client/WindreamHub.Legacy.Client.nuspec @@ -0,0 +1,35 @@ + + + + WindreamHub.Legacy.Client + 1.0.0 + WindreamHub.Legacy.Client + Digital Data GmbH + false + MIT + Assets\icon.png + http://git.dd:3000/tekh/WindreamHub.git + This package provides the client library for the Windream. It includes functionality for making HTTP requests to the Windream Webservice API, facilitating integration and communication with Windream document management systems. This version is specifically designed to be compatible with .NET Framework. + Copyright 2024 + digital data core http windream legacy + + + + + + + + + + + + + + + + + + + + + diff --git a/src/WindreamHub.Legacy.Client/packages.config b/src/WindreamHub.Legacy.Client/packages.config index 7fe2da3..2c27c21 100644 --- a/src/WindreamHub.Legacy.Client/packages.config +++ b/src/WindreamHub.Legacy.Client/packages.config @@ -1,9 +1,13 @@  + + + +