Skip to content

Commit 7781dfb

Browse files
Bump Platform.Data.Doublets.Sequences from 0.1.1 to 0.1.2
Bumps [Platform.Data.Doublets.Sequences](https://github.com/linksplatform/Data.Doublets.Sequences) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/linksplatform/Data.Doublets.Sequences/releases) - [Commits](linksplatform/Data.Doublets.Sequences@0.1.1...csharp_0.1.2) --- updated-dependencies: - dependency-name: Platform.Data.Doublets.Sequences dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a21410a commit 7781dfb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

csharp/FileManager/FileManager.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.1" />
10+
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.2" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

csharp/Interfaces/Interfaces.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.1" />
13+
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.2" />
1414
</ItemGroup>
1515

1616
</Project>

csharp/Platform.Bot/Platform.Bot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="Octokit" Version="2.0.0" />
1111
<PackageReference Include="Platform.Communication.Protocol.Lino" Version="0.4.0" />
12-
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.1" />
12+
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.2" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

csharp/Storage/Storage.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Octokit" Version="2.0.0" />
10-
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.1" />
10+
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.2" />
1111
<PackageReference Include="Platform.Exceptions" Version="0.4.0" />
1212
</ItemGroup>
1313

csharp/TraderBot/TraderBot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="GraphQL.Client.Serializer.Newtonsoft" Version="4.0.2" />
1212
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
13-
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.1" />
13+
<PackageReference Include="Platform.Data.Doublets.Sequences" Version="0.1.2" />
1414
<PackageReference Include="Tinkoff.InvestApi" Version="0.4.1" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)