Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit fc8ed1b

Browse files
authored
Merge pull request #147 from segmentio/sample_app
Bump sample apps to use latest 3.4.2-beta version
2 parents d7ce385 + 764df63 commit fc8ed1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Samples/Sloth.Basic/Sloth.Basic.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="Analytics" Version="3.4.1-alpha" />
11+
<PackageReference Include="Analytics" Version="3.4.2-beta" />
1212
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
1313
</ItemGroup>
1414

Samples/Sloth.Common/Sloth.Common.csproj

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

77
<ItemGroup>
8-
<PackageReference Include="Analytics" Version="3.4.1-alpha" />
8+
<PackageReference Include="Analytics" Version="3.4.2-beta" />
99
</ItemGroup>
1010

1111
</Project>

Samples/Sloth.Enterprise/Sloth.Enterprise.csproj

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

1010
<ItemGroup>
11-
<PackageReference Include="Analytics" Version="3.4.1-alpha" />
11+
<PackageReference Include="Analytics" Version="3.4.2-beta" />
1212
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)