From 27c7775c09f310da06a03abed6a7b15e52d3ff3e Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Fri, 11 Mar 2022 14:17:25 +0200 Subject: [PATCH] Swagger extensions --- NDB.Extensions.Swagger/NDB.Extensions.Swagger.csproj | 4 ++-- Notes.txt | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NDB.Extensions.Swagger/NDB.Extensions.Swagger.csproj b/NDB.Extensions.Swagger/NDB.Extensions.Swagger.csproj index aae4c04..a79fd9e 100644 --- a/NDB.Extensions.Swagger/NDB.Extensions.Swagger.csproj +++ b/NDB.Extensions.Swagger/NDB.Extensions.Swagger.csproj @@ -8,12 +8,12 @@ https://dev.azure.com/tstanciu94/NDB Git NDB swagger - 1.0.2 + 1.0.3 - + diff --git a/Notes.txt b/Notes.txt index 640eda1..b958104 100644 --- a/Notes.txt +++ b/Notes.txt @@ -16,15 +16,15 @@ How to create nuget package from project: ####################################################################################################################################################### Push packages: -dotnet nuget push NDB.Application.DataContracts.1.0.0.nupkg -k ***REMOVED*** -s http://stawebsrv:8081/NuGetServer/nuget +dotnet nuget push NDB.Application.DataContracts.1.0.0.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget -dotnet nuget push NDB.Extensions.Swagger.1.0.2.nupkg -k ***REMOVED*** -s http://stawebsrv:8081/NuGetServer/nuget +dotnet nuget push NDB.Extensions.Swagger.1.0.3.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget -dotnet nuget push NDB.Extensions.Http.1.0.0.nupkg -k ***REMOVED*** -s http://stawebsrv:8081/NuGetServer/nuget +dotnet nuget push NDB.Extensions.Http.1.0.0.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget -dotnet nuget push NDB.Security.Authentication.Identity.1.0.7.nupkg -k ***REMOVED*** -s http://stawebsrv:8081/NuGetServer/nuget +dotnet nuget push NDB.Security.Authentication.Identity.1.0.7.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget -dotnet nuget push NDB.Extensions.Caching.1.0.1.nupkg -k ***REMOVED*** -s http://stawebsrv:8081/NuGetServer/nuget +dotnet nuget push NDB.Extensions.Caching.1.0.1.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget dotnet nuget push NDB.Infrastructure.DatabaseMigration.1.1.0.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget ####################################################################################################################################################### \ No newline at end of file