File tree Expand file tree Collapse file tree 15 files changed +7
-396
lines changed Expand file tree Collapse file tree 15 files changed +7
-396
lines changed Original file line number Diff line number Diff line change 8
8
<InvariantGlobalization >false</InvariantGlobalization >
9
9
<RootNamespace >GGroupp.Internal.Timesheet</RootNamespace >
10
10
<AssemblyName >GGroupp.Internal.Timesheet.Bot.Application</AssemblyName >
11
- <Version >1.5.0 </Version >
11
+ <Version >1.5.1-preview.1 </Version >
12
12
</PropertyGroup >
13
13
14
14
<PropertyGroup Condition =" '$(RunConfiguration)' == 'Application' " />
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" GGroupp.Infra.Bot.Builder.Authorization.Dataverse" Version =" 1.1.2 " />
17
+ <PackageReference Include =" GGroupp.Infra.Bot.Builder.Authorization.Dataverse" Version =" 1.2.0 " />
18
18
<PackageReference Include =" GGroupp.Infra.Bot.Builder.Command.Info" Version =" 1.1.1" />
19
+ <PackageReference Include =" GGroupp.Infra.Bot.Builder.Command.Menu" Version =" 1.0.0" />
19
20
<PackageReference Include =" GGroupp.Infra.Bot.Builder.Command.Stop" Version =" 1.1.1" />
20
21
<PackageReference Include =" GGroupp.Infra.Bot.Builder.Integration.AspNet.Core" Version =" 1.4.0" />
21
22
<PackageReference Include =" GGroupp.Infra.Bot.Builder.Integration.CosmosDb" Version =" 1.0.0" />
30
31
</ItemGroup >
31
32
32
33
<ItemGroup >
33
- <ProjectReference Include =" ..\Menu.Show\Menu.Show.csproj" />
34
34
<ProjectReference Include =" ..\Timesheet.Create\Timesheet.Create.csproj" />
35
35
<ProjectReference Include =" ..\DateTimesheet.Get\DateTimesheet.Get.csproj" />
36
36
</ItemGroup >
Original file line number Diff line number Diff line change 12
12
13
13
<ItemGroup >
14
14
<PackageReference Include =" EarlyFuncPack.Core.AsyncPipeline" Version =" 0.1.0" />
15
- <PackageReference Include =" GGroupp.Infra.Bot.Builder.ChatFlow.Step.Date" Version =" 2.2 .0" />
15
+ <PackageReference Include =" GGroupp.Infra.Bot.Builder.ChatFlow.Step.Date" Version =" 2.3 .0" />
16
16
<PackageReference Include =" GGroupp.Infra.Bot.Builder.TurnContext.Extensions" Version =" 1.1.1" />
17
17
<PackageReference Include =" GGroupp.Internal.Timesheet.TimesheetSet.Get.InOut" Version =" 1.0.1" />
18
- <PackageReference Include =" PrimeFuncPack.Core.Failure" Version =" 2.0.0 " />
18
+ <PackageReference Include =" PrimeFuncPack.Core.Failure" Version =" 2.0.1 " />
19
19
<PackageReference Include =" PrimeFuncPack.Primitives.Pipeline" Version =" 2.0.1" />
20
20
</ItemGroup >
21
21
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ internal static ChatFlow<DateTimesheetFlowState> GetDate(
11
11
chatFlow . AwaitDate (
12
12
static _ => new (
13
13
text : "Введите дату списания" ,
14
- dateFormat : "dd.MM.yyyy" ,
15
14
confirmButtonText : "Выбрать" ,
16
15
invalidDateText : "Не удалось распознать дату" ,
17
16
DateOnly . FromDateTime ( DateTime . Now ) ) ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments