Skip to content

Commit 847ab74

Browse files
authored
#fix IRONSIDE-763 -- change version to 7.3.0 in csproj files, and update README ... (#680)
1 parent d00052d commit 847ab74

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ for further information about how to contribute with new examples to this reposi
1414
The examples contained in the
1515
[master](https://github.com/rticommunity/rticonnextdds-examples/tree/master)
1616
branch of this repository have been built and tested against RTI Connext DDS
17-
7.2.0. If you need examples that have been built and tested against older
17+
7.3.0. If you need examples that have been built and tested against older
1818
versions of RTI Connext DDS, please check out the appropriate branch:
1919

20+
- [release/7.2.0](https://github.com/rticommunity/rticonnextdds-examples/tree/release/7.2.0)
2021
- [release/7.1.0](https://github.com/rticommunity/rticonnextdds-examples/tree/release/7.1.0)
2122
- [release/7.0.0](https://github.com/rticommunity/rticonnextdds-examples/tree/release/7.0.0)
2223
- [release/6.1.1](https://github.com/rticommunity/rticonnextdds-examples/tree/release/6.1.1)

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.2.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.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.2.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.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.2.0" />
9+
<PackageReference Include="Rti.ConnextDds" Version="7.3.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.2.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.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.2.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.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.2.0" />
9+
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.3.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.2.0"/>
9+
<PackageReference Include="Rti.ConnextDds.RequestReply" Version="7.3.0"/>
1010
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
1111
</ItemGroup>
1212

0 commit comments

Comments
 (0)