Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ git submodule update --init --recursive
## Versioning

The examples contained in this branch were built and tested against **RTI Connext
7.6.0**. If you need examples that have been built and tested against previous
7.7.0**. If you need examples that have been built and tested against previous
versions of RTI Connext, please check out the corresponding release branch:

- [release/7.6.0](https://github.com/rticommunity/rticonnextdds-examples/tree/release/7.6.0)
- [release/7.5.0](https://github.com/rticommunity/rticonnextdds-examples/tree/release/7.5.0)
- [release/7.4.0](https://github.com/rticommunity/rticonnextdds-examples/tree/release/7.4.0)
- [release/7.3.0](https://github.com/rticommunity/rticonnextdds-examples/tree/release/7.3.0)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.7.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.6.0" />
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.7.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.6.0" />
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.7.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Rti.ConnextDds" Version="7.6.0" />
<PackageReference Include="Rti.ConnextDds" Version="7.7.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.6.0" />
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.7.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.6.0" />
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.7.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.6.0" />
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.7.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1"/>
<PackageReference Include="System.Linq.Async" Version="5.0.0-*" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/connext_dds/request_reply/cs/Primes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Rti.ConnextDds.RequestReply" Version="7.6.0"/>
<PackageReference Include="Rti.ConnextDds.RequestReply" Version="7.7.0"/>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion resources/security/xml/Governance.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<dds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://community.rti.com/schema/7.6.0/dds_security_governance.xsd">
xsi:noNamespaceSchemaLocation="http://community.rti.com/schema/7.7.0/dds_security_governance.xsd">
<domain_access_rules>
<domain_rule>
<domains>
Expand Down
4 changes: 2 additions & 2 deletions tests/examples/connext_dds/request_reply/cs/Primes.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.6.0.*"/>
<PackageReference Include="Rti.ConnextDds.RequestReply" Version="7.6.0.*"/>
<PackageReference Include="Rti.ConnextDds.Extra" Version="7.7.0.*"/>
<PackageReference Include="Rti.ConnextDds.RequestReply" Version="7.7.0.*"/>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
</ItemGroup>
</Project>
Loading