Skip to content

Commit 0bceac8

Browse files
authored
JH-199: update version strings (#729)
1 parent e006496 commit 0bceac8

File tree

11 files changed

+21
-21
lines changed

11 files changed

+21
-21
lines changed

examples/connext_dds/asynchronous_publication/cs/AsyncPublicationExample.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.4.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.5.0" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
</ItemGroup>
1212

examples/connext_dds/custom_flow_controller/cs/FlowControllerExample.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.4.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.5.0" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
</ItemGroup>
1212

examples/connext_dds/dynamic_data_sequences/cs/DynamicDataSequencesExample.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds" Version="7.4.0" />
9+
<PackageReference Include="Rti.ConnextDds" Version="7.5.0" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
</ItemGroup>
1212

examples/connext_dds/dynamic_data_using_publisher_subscriber/cs/Shapes.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.4.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.5.0" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
</ItemGroup>
1212

examples/connext_dds/group_coherent_presentation/cs/GroupCoherentExample.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.4.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.5.0" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
</ItemGroup>
1212

examples/connext_dds/partitions/cs/PartitionsExample.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.4.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.5.0" />
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
1111
<PackageReference Include="System.Linq.Async" Version="5.0.0-*" />
1212
</ItemGroup>

examples/connext_dds/request_reply/cs/Primes.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.RequestReply" Version="7.4.0"/>
9+
<PackageReference Include="Rti.ConnextDds.RequestReply" Version="7.5.0"/>
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
1111
</ItemGroup>
1212

tests/examples/connext_dds/dynamic_data_nested_structs/quack_files/dynamic_data_nested_structs_example_test_01.ti.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ apps:
22
-
33
name: test_dd_nested_structs_c
44
product: pro
5-
version: 7.4.0
5+
version: 7.5.0
66
executable: rticonnextdds-examples/examples/connext_dds/dynamic_data_nested_structs/c/build/dynamic_data_nested_struct
77
-
88
name: test_dd_nested_structs_cpp98
99
product: pro
10-
version: 7.4.0
10+
version: 7.5.0
1111
executable: rticonnextdds-examples/examples/connext_dds/dynamic_data_nested_structs/c++98/build/dynamic_data_nested_struct
1212
-
1313
name: test_dd_nested_structs_cpp11
1414
product: pro
15-
version: 7.4.0
15+
version: 7.5.0
1616
executable: rticonnextdds-examples/examples/connext_dds/dynamic_data_nested_structs/c++11/build/dynamic_data_nested_struct
1717
-
1818
name: test_dd_nested_structs_java
1919
product: pro
20-
version: 7.4.0
20+
version: 7.5.0
2121
executable: rticonnextdds-examples/examples/connext_dds/dynamic_data_nested_structs/java/DynamicDataNestedStruct.sh
2222
test_scenarios:
2323
-

tests/examples/connext_dds/remote_procedure_call/quack_files/remote_procedure_call_example_test_01.ti.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ apps:
22
-
33
name: test_client_cpp11
44
product: pro
5-
version: 7.4.0
5+
version: 7.5.0
66
executable: rticonnextdds-examples/examples/connext_dds/remote_procedure_call/c++11/Inventory_client.sh
77
-
88
name: test_service_cpp11
99
product: pro
10-
version: 7.4.0
10+
version: 7.5.0
1111
executable: rticonnextdds-examples/examples/connext_dds/remote_procedure_call/c++11/Inventory_service.sh
1212
-
1313
name: test_client_py
1414
product: pro
15-
version: 7.4.0
15+
version: 7.5.0
1616
executable: rticonnextdds-examples/examples/connext_dds/remote_procedure_call/py/inventory_client.sh
1717
-
1818
name: test_service_py
1919
product: pro
20-
version: 7.4.0
20+
version: 7.5.0
2121
executable: rticonnextdds-examples/examples/connext_dds/remote_procedure_call/py/inventory_service.sh
2222
test_scenarios:
2323
-

tests/examples/connext_dds/request_reply/cs/Primes.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.4.0.*"/>
10-
<PackageReference Include="Rti.ConnextDds.RequestReply" Version="7.4.0.*"/>
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.5.0.*"/>
10+
<PackageReference Include="Rti.ConnextDds.RequestReply" Version="7.5.0.*"/>
1111
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
1212
</ItemGroup>
1313
</Project>

0 commit comments

Comments
 (0)