File tree Expand file tree Collapse file tree
LibStored.Net.Arq.AppHost
LibStored.Net.Arq.Console
Sync/LibStored.Net.Example.AppHost Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33var builder = DistributedApplication . CreateBuilder ( args ) ;
44
5- const string libstoredVersion = "2.0 .0" ;
5+ const string libstoredVersion = "2.1 .0" ;
66var arq = builder . AddDockerfile ( "libstored-arq" , "../LibStored.Arq/" , "Dockerfile" )
77 . WithImage ( "demcon/libstored-arq-example" )
88 . WithImageTag ( libstoredVersion )
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ protected override async Task ExecuteAsync(CancellationToken stoppingToken)
109109 bool connected = false ;
110110 arqLayer . EventOccurred += ( _ , e ) =>
111111 {
112- _logger . LogInformation ( "Arc Event: {Event}" , e . Event ) ;
112+ _logger . LogInformation ( "Arq Event: {Event}" , e . Event ) ;
113113 if ( e . Event is ArqEvent . Connected or ArqEvent . Reconnect )
114114 {
115115 connected = true ;
Original file line number Diff line number Diff line change 1212
1313builder . AddDockerComposeEnvironment ( "docker-compose" ) ;
1414
15- const string libstoredVersion = "2.0 .0" ;
15+ const string libstoredVersion = "2.1 .0" ;
1616var sync = builder . AddDockerfile ( "libstored" , "." , "Dockerfile" )
1717 . WithImage ( "demcon/libstored" )
1818 . WithImageTag ( libstoredVersion )
You can’t perform that action at this time.
0 commit comments