version and notes update

master
Tudor Stanciu 2020-12-25 02:37:28 +02:00
parent 923e1bfa68
commit 6f8574bd43
2 changed files with 22 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<Project> <Project>
<Import Project="dependencies.props" /> <Import Project="dependencies.props" />
<PropertyGroup> <PropertyGroup>
<Version>1.0.0.0</Version> <Version>1.0.0</Version>
<Authors>Tudor Stanciu</Authors> <Authors>Tudor Stanciu</Authors>
<Company>STA</Company> <Company>STA</Company>
<PackageTags>IdentityServer</PackageTags> <PackageTags>IdentityServer</PackageTags>

View File

@ -3,7 +3,7 @@ Publish:
dotnet publish --configuration Release --runtime win7-x64 dotnet publish --configuration Release --runtime win7-x64
Create windows service: Create windows service:
sc create NetworkResurrector.Api binPath= "<path_to_the_service_executable>" sc create IdentityServer.Api binPath= "<path_to_the_service_executable>"
####################################################################################################################################################### #######################################################################################################################################################
####################################################################################################################################################### #######################################################################################################################################################
@ -15,3 +15,22 @@ dotnet nuget push IdentityServer.Wrapper.1.0.1.nupkg -k ***REMOVED*** -s http://
TO DO: TO DO:
- Cache for users - Cache for users
#######################################################################################################################################################
Docker commands:
*****************
Create image:
--from solution folder:
docker image build -t "identity-server-api:1.0.0" -f "Chatbot.Api/Dockerfile" .docker
#######################################################################################################################################################
Docker container last version: 1.0.0
##############################################################################################