File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ static async Task Main(string[] args)
2020 builder . Services . AddBlazoredLocalStorage ( ) ;
2121
2222 // Add services to the container.
23- AppMetadata appMetadata = new AppMetadata ( ) { Version = "01.00 .00" } ;
23+ AppMetadata appMetadata = new AppMetadata ( ) { Version = "01.10 .00" } ;
2424 builder . Services . AddSingleton ( appMetadata ) ;
2525
2626 builder . Services . AddScoped < LogService > ( ) ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public static void Main(string[] args)
2424 builder . Services . AddBlazoredLocalStorage ( ) ;
2525
2626 // Add services to the container.
27- AppMetadata appMetadata = new AppMetadata ( ) { Version = "01.00 .00" } ;
27+ AppMetadata appMetadata = new AppMetadata ( ) { Version = "01.10 .00" } ;
2828 builder . Services . AddSingleton ( appMetadata ) ;
2929
3030 builder . Services . AddScoped < LogService > ( ) ;
You can’t perform that action at this time.
0 commit comments