diff --git a/WindreamHub.sln b/WindreamHub.sln index a7637df..c96b40a 100644 --- a/WindreamHub.sln +++ b/WindreamHub.sln @@ -17,12 +17,12 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4C12B988-FEB8-4141-8CD2-1EA4AC3E9270}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4C12B988-FEB8-4141-8CD2-1EA4AC3E9270}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4C12B988-FEB8-4141-8CD2-1EA4AC3E9270}.Debug|Any CPU.ActiveCfg = Release|Any CPU + {4C12B988-FEB8-4141-8CD2-1EA4AC3E9270}.Debug|Any CPU.Build.0 = Release|Any CPU {4C12B988-FEB8-4141-8CD2-1EA4AC3E9270}.Release|Any CPU.ActiveCfg = Release|Any CPU {4C12B988-FEB8-4141-8CD2-1EA4AC3E9270}.Release|Any CPU.Build.0 = Release|Any CPU - {D499FEC3-FDDD-45F0-BEA2-025B533BCD21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D499FEC3-FDDD-45F0-BEA2-025B533BCD21}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D499FEC3-FDDD-45F0-BEA2-025B533BCD21}.Debug|Any CPU.ActiveCfg = Release|Any CPU + {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 {6EABACDA-161C-4F1F-97DD-349EDC6B0ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU diff --git a/src/WindreamHub.Abstractions/Assets/icon.png b/src/WindreamHub.Abstractions/Assets/icon.png new file mode 100644 index 0000000..a2a52bb Binary files /dev/null and b/src/WindreamHub.Abstractions/Assets/icon.png differ diff --git a/src/WindreamHub.Abstractions/WindreamHub.Abstractions.csproj b/src/WindreamHub.Abstractions/WindreamHub.Abstractions.csproj index e60c928..7db61ac 100644 --- a/src/WindreamHub.Abstractions/WindreamHub.Abstractions.csproj +++ b/src/WindreamHub.Abstractions/WindreamHub.Abstractions.csproj @@ -4,10 +4,29 @@ net7.0 enable enable + WindreamHub.Abstractions + 1.0.0 + Digital Data GmbH + Digital Data GmbH + WindreamHub.Abstractions + This package contains interfaces for the WindreamHub solution. It provides abstractions for making HTTP requests and includes interfaces for proxy server interactions, promoting modularity and ease of integration within the Windream ecosystem. + Copyright 2024 + + Assets\icon.png + http://git.dd:3000/tekh/WindreamHub.git + digital data core abstractions http proxy windream + + + True + \ + PreserveNewest + + + diff --git a/src/WindreamHub.Client/Assets/icon.png b/src/WindreamHub.Client/Assets/icon.png new file mode 100644 index 0000000..a2a52bb Binary files /dev/null and b/src/WindreamHub.Client/Assets/icon.png differ diff --git a/src/WindreamHub.Client/WindreamHub.Client.csproj b/src/WindreamHub.Client/WindreamHub.Client.csproj index 99b7eed..6559c6e 100644 --- a/src/WindreamHub.Client/WindreamHub.Client.csproj +++ b/src/WindreamHub.Client/WindreamHub.Client.csproj @@ -4,6 +4,16 @@ net7.0 enable enable + WindreamHub.Client + 1.0.0 + Digital Data GmbH + Digital Data GmbH + Digital Data GmbH + 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. + Copyright 2024 + Assets\icon.png + http://git.dd:3000/tekh/WindreamHub.git + digital data core http windream @@ -15,4 +25,12 @@ + + + \ + PreserveNewest + True + + +