Skip to content

Commit 1870ef1

Browse files
authored
Merge pull request #23 from GGrouppFoundation/feature/improve-date-step
Improve date steps
2 parents bda7160 + 2f4156b commit 1870ef1

File tree

15 files changed

+7
-396
lines changed

15 files changed

+7
-396
lines changed

src/Application/Application.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
<InvariantGlobalization>false</InvariantGlobalization>
99
<RootNamespace>GGroupp.Internal.Timesheet</RootNamespace>
1010
<AssemblyName>GGroupp.Internal.Timesheet.Bot.Application</AssemblyName>
11-
<Version>1.5.0</Version>
11+
<Version>1.5.1-preview.1</Version>
1212
</PropertyGroup>
1313

1414
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Application' " />
1515

1616
<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" />
1818
<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" />
1920
<PackageReference Include="GGroupp.Infra.Bot.Builder.Command.Stop" Version="1.1.1" />
2021
<PackageReference Include="GGroupp.Infra.Bot.Builder.Integration.AspNet.Core" Version="1.4.0" />
2122
<PackageReference Include="GGroupp.Infra.Bot.Builder.Integration.CosmosDb" Version="1.0.0" />
@@ -30,7 +31,6 @@
3031
</ItemGroup>
3132

3233
<ItemGroup>
33-
<ProjectReference Include="..\Menu.Show\Menu.Show.csproj" />
3434
<ProjectReference Include="..\Timesheet.Create\Timesheet.Create.csproj" />
3535
<ProjectReference Include="..\DateTimesheet.Get\DateTimesheet.Get.csproj" />
3636
</ItemGroup>

src/DateTimesheet.Get/DateTimesheet.Get.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313
<ItemGroup>
1414
<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" />
1616
<PackageReference Include="GGroupp.Infra.Bot.Builder.TurnContext.Extensions" Version="1.1.1" />
1717
<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" />
1919
<PackageReference Include="PrimeFuncPack.Primitives.Pipeline" Version="2.0.1" />
2020
</ItemGroup>
2121

src/DateTimesheet.Get/Step.Date.Get/DateGetFlowStep.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ internal static ChatFlow<DateTimesheetFlowState> GetDate(
1111
chatFlow.AwaitDate(
1212
static _ => new(
1313
text: "Введите дату списания",
14-
dateFormat: "dd.MM.yyyy",
1514
confirmButtonText: "Выбрать",
1615
invalidDateText: "Не удалось распознать дату",
1716
DateOnly.FromDateTime(DateTime.Now)),

src/Menu.Show/BotMenuBotBuilder.cs

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/Menu.Show/Data/BotMenuCommand.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/Menu.Show/Data/BotMenuData.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/Menu.Show/Internal.Activity/Activity.Create.cs

Lines changed: 0 additions & 146 deletions
This file was deleted.

src/Menu.Show/Internal.Activity/Activity.GetCommand.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/Menu.Show/Internal.Activity/BotMenuActivity.cs

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/Menu.Show/Internal.BotMiddleware/BotMenuBotMiddleware.cs

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)