Skip to content

Commit ab88021

Browse files
author
jenkins
committed
Updated Diffusion Examples to 6.9.1
1 parent 1fe150f commit ab88021

File tree

6 files changed

+27
-24
lines changed

6 files changed

+27
-24
lines changed

dotnet/client-examples.sln

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.30011.22
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.4.33205.214
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{1F4E79D7-6CBD-4E2C-8001-56C6DD086FB9}"
77
EndProject
@@ -30,19 +30,9 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Website", "source\examples\
3030
EndProject
3131
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Manual", "source\examples\Manual\Manual.shproj", "{AA2EF359-4F0C-44C5-9047-2E7D2EFA048D}"
3232
EndProject
33+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeSnippets", "source\examples\CodeSnippets\CodeSnippets.csproj", "{4D25893B-C0D9-435B-9F64-658FE31AE2B4}"
34+
EndProject
3335
Global
34-
GlobalSection(SharedMSBuildProjectFiles) = preSolution
35-
source\examples\Consuming\Consuming.projitems*{1efbf419-9bee-4e12-9c91-fb2c7738b524}*SharedItemsImports = 5
36-
source\examples\Features\Features.projitems*{1efbf419-9bee-4e12-9c91-fb2c7738b524}*SharedItemsImports = 5
37-
source\examples\Manual\Manual.projitems*{1efbf419-9bee-4e12-9c91-fb2c7738b524}*SharedItemsImports = 5
38-
source\examples\Publishing\Publishing.projitems*{1efbf419-9bee-4e12-9c91-fb2c7738b524}*SharedItemsImports = 5
39-
source\examples\Website\Website.projitems*{1efbf419-9bee-4e12-9c91-fb2c7738b524}*SharedItemsImports = 5
40-
source\examples\Consuming\Consuming.projitems*{6e978dc0-d636-4883-b0d8-4ba93667865c}*SharedItemsImports = 13
41-
source\examples\Publishing\Publishing.projitems*{960603fe-de40-42fe-a1e7-1284e3af1a15}*SharedItemsImports = 13
42-
source\examples\Manual\Manual.projitems*{aa2ef359-4f0c-44c5-9047-2e7d2efa048d}*SharedItemsImports = 13
43-
source\examples\Features\Features.projitems*{cbf43c7f-76a7-4476-8f01-ab2f4c89f90e}*SharedItemsImports = 13
44-
source\examples\Website\Website.projitems*{e306de7d-c209-4230-8533-94134903b03a}*SharedItemsImports = 13
45-
EndGlobalSection
4636
GlobalSection(SolutionConfigurationPlatforms) = preSolution
4737
Debug|Any CPU = Debug|Any CPU
4838
Release|Any CPU = Release|Any CPU
@@ -60,6 +50,10 @@ Global
6050
{1EFBF419-9BEE-4E12-9C91-FB2C7738B524}.Debug|Any CPU.Build.0 = Debug|Any CPU
6151
{1EFBF419-9BEE-4E12-9C91-FB2C7738B524}.Release|Any CPU.ActiveCfg = Release|Any CPU
6252
{1EFBF419-9BEE-4E12-9C91-FB2C7738B524}.Release|Any CPU.Build.0 = Release|Any CPU
53+
{4D25893B-C0D9-435B-9F64-658FE31AE2B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
54+
{4D25893B-C0D9-435B-9F64-658FE31AE2B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
55+
{4D25893B-C0D9-435B-9F64-658FE31AE2B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
56+
{4D25893B-C0D9-435B-9F64-658FE31AE2B4}.Release|Any CPU.Build.0 = Release|Any CPU
6357
EndGlobalSection
6458
GlobalSection(SolutionProperties) = preSolution
6559
HideSolutionNode = FALSE
@@ -75,8 +69,21 @@ Global
7569
{CBF43C7F-76A7-4476-8F01-AB2F4C89F90E} = {1F4E79D7-6CBD-4E2C-8001-56C6DD086FB9}
7670
{E306DE7D-C209-4230-8533-94134903B03A} = {1F4E79D7-6CBD-4E2C-8001-56C6DD086FB9}
7771
{AA2EF359-4F0C-44C5-9047-2E7D2EFA048D} = {1F4E79D7-6CBD-4E2C-8001-56C6DD086FB9}
72+
{4D25893B-C0D9-435B-9F64-658FE31AE2B4} = {1F4E79D7-6CBD-4E2C-8001-56C6DD086FB9}
7873
EndGlobalSection
7974
GlobalSection(ExtensibilityGlobals) = postSolution
8075
SolutionGuid = {5978CBA1-E70C-47D3-AE8E-057A43482B63}
8176
EndGlobalSection
77+
GlobalSection(SharedMSBuildProjectFiles) = preSolution
78+
source\examples\Consuming\Consuming.projitems*{1efbf419-9bee-4e12-9c91-fb2c7738b524}*SharedItemsImports = 5
79+
source\examples\Features\Features.projitems*{1efbf419-9bee-4e12-9c91-fb2c7738b524}*SharedItemsImports = 5
80+
source\examples\Publishing\Publishing.projitems*{1efbf419-9bee-4e12-9c91-fb2c7738b524}*SharedItemsImports = 5
81+
source\examples\Manual\Manual.projitems*{4d25893b-c0d9-435b-9f64-658fe31ae2b4}*SharedItemsImports = 5
82+
source\examples\Website\Website.projitems*{4d25893b-c0d9-435b-9f64-658fe31ae2b4}*SharedItemsImports = 5
83+
source\examples\Consuming\Consuming.projitems*{6e978dc0-d636-4883-b0d8-4ba93667865c}*SharedItemsImports = 13
84+
source\examples\Publishing\Publishing.projitems*{960603fe-de40-42fe-a1e7-1284e3af1a15}*SharedItemsImports = 13
85+
source\examples\Manual\Manual.projitems*{aa2ef359-4f0c-44c5-9047-2e7d2efa048d}*SharedItemsImports = 13
86+
source\examples\Features\Features.projitems*{cbf43c7f-76a7-4476-8f01-ab2f4c89f90e}*SharedItemsImports = 13
87+
source\examples\Website\Website.projitems*{e306de7d-c209-4230-8533-94134903b03a}*SharedItemsImports = 13
88+
EndGlobalSection
8289
EndGlobal

dotnet/source/examples/Runner/Runner.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@
2828
<Import Project="..\Publishing\Publishing.projitems" Label="Shared" />
2929

3030
<Import Project="..\Features\Features.projitems" Label="Shared" />
31-
32-
<Import Project="..\Manual\Manual.projitems" Label="Shared" />
33-
34-
<Import Project="..\Website\Website.projitems" Label="Shared" />
3531
</Project>

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.pushtechnology.diffusion</groupId>
1313
<artifactId>diffusion-api-java-examples</artifactId>
14-
<version>6.9.0</version>
14+
<version>6.9.1</version>
1515
<packaging>jar</packaging>
1616
<description>Diffusion public API examples.</description>
1717

@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.pushtechnology.diffusion</groupId>
5656
<artifactId>diffusion-client</artifactId>
57-
<version>6.9.0</version>
57+
<version>6.9.1</version>
5858
<scope>runtime</scope>
5959
</dependency>
6060

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diffusion-examples",
3-
"version": "6.9.0",
3+
"version": "6.9.1",
44
"description": "Examples for using the Diffusion JavaScript client",
55
"main": "index.js",
66
"directories": {

python/examples/metrics/topic_metrics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2021 - 2022 Push Technology Ltd., All Rights Reserved.
1+
# Copyright (c) 2021-2023 Push Technology Ltd., All Rights Reserved.
22
#
33
# Use is subject to license terms.
44
#
@@ -65,7 +65,7 @@ async def main():
6565
Topic selector: '{topic_metric_collector.topic_selector}', \
6666
Group By Path Prefix Parts: {topic_metric_collector.group_by_path_prefix_parts}, \
6767
Exports to Prometheus: '{topic_metric_collector.exports_to_prometheus}', \
68-
Groups by topic type: '{topic_metric_collector.groups_by_topic_type}'"""
68+
Groups by topic type: '{topic_metric_collector.groups_by_topic_type}''"""
6969
)
7070
except Exception as ex:
7171
print(f"Failed to list topic metric collectors : {ex}.")

ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diffusion-examples",
3-
"version": "6.9.0",
3+
"version": "6.9.1",
44
"description": "Examples for using the Diffusion JavaScript client",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)