From 3ea18ae25e98527aa85835c9221ea01b36560b33 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 29 Nov 2021 21:24:44 +0300 Subject: Add Uri Converter --- Rehau.Sku.Assist.csproj | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'Rehau.Sku.Assist.csproj') diff --git a/Rehau.Sku.Assist.csproj b/Rehau.Sku.Assist.csproj index 5b7438a..6667639 100644 --- a/Rehau.Sku.Assist.csproj +++ b/Rehau.Sku.Assist.csproj @@ -1,5 +1,7 @@  + + Debug @@ -46,6 +48,9 @@ packages\ExcelDna.Registration.1.5.0\lib\net452\ExcelDna.Registration.dll True + + packages\NUnit.3.13.2\lib\net45\nunit.framework.dll + packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll @@ -80,12 +85,13 @@ - - - - + + + + - + + @@ -100,5 +106,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + \ No newline at end of file -- cgit v1.2.3 From b5c71350700a486b8a8d1fa0fe7db32220963eba Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 3 Dec 2021 12:57:22 +0300 Subject: Add Caching and replace HttpClientUtil class to external file --- Rehau.Sku.Assist.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'Rehau.Sku.Assist.csproj') diff --git a/Rehau.Sku.Assist.csproj b/Rehau.Sku.Assist.csproj index 6667639..cc83173 100644 --- a/Rehau.Sku.Assist.csproj +++ b/Rehau.Sku.Assist.csproj @@ -85,6 +85,7 @@ + -- cgit v1.2.3 From 915929fa9d0738a4e4db4134ea522b343ab2c1d2 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 3 Dec 2021 19:30:35 +0300 Subject: Add Json parsing and refactoring --- Rehau.Sku.Assist.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Rehau.Sku.Assist.csproj') diff --git a/Rehau.Sku.Assist.csproj b/Rehau.Sku.Assist.csproj index cc83173..87bd1e0 100644 --- a/Rehau.Sku.Assist.csproj +++ b/Rehau.Sku.Assist.csproj @@ -48,6 +48,9 @@ packages\ExcelDna.Registration.1.5.0\lib\net452\ExcelDna.Registration.dll True + + packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + packages\NUnit.3.13.2\lib\net45\nunit.framework.dll @@ -86,9 +89,9 @@ + - -- cgit v1.2.3