Skip to content

Commit e345f33

Browse files
committed
chore: Update changelog for version 2.1.1 with multi-framework targeting support and dependency updates
1 parent c99c69e commit e345f33

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ ROS# can be used with Unity Engine __and/or__ with any compatible .NET project,
3434

3535
## Platform Support ##
3636

37-
* The [ROS#](https://github.com/siemens/ros-sharp/tree/master/Libraries/) dependencies require __.NET 8__ and __Visual Studio 2022__ or higher.
38-
* The [Unity package](https://github.com/siemens/ros-sharp/tree/master/com.siemens.ros-sharp) has been developed with Unity Version __2022.3.17f1 (LTS)__ and should also be compatible with older versions.
37+
* The [ROS#](https://github.com/siemens/ros-sharp/tree/master/Libraries/) dependencies require __.NET 8__ or __.NET Standard 2.1__ and __Visual Studio 2022__ or higher.
38+
* The [Unity package](https://github.com/siemens/ros-sharp/tree/master/com.siemens.ros-sharp) has been developed with __Unity 2022.3.17f1 (LTS)__ and should also be compatible with older versions. __Unity 6__ support has not yet been thoroughly tested. However, some community members were able to use ROS# with Unity 6.
3939
> For Unity versions below 2022.3: See [wiki](https://github.com/siemens/ros-sharp/wiki/User_Inst_Unity3DOnWindows).
4040
4141
## Repository Structure ##
@@ -66,5 +66,5 @@ Below is an overview of the main directories and their purposes:
6666
* [Contact the Project Team](mailto:ros-sharp.ct@siemens.com)
6767

6868
---
69-
© Siemens AG, 2017-2024
69+
© Siemens AG, 2017-2025
7070

com.siemens.ros-sharp/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77

88
<!-- Unreleased -->
99

10+
## [2.1.1] - 02.06.2025
11+
12+
### Added
13+
- Multi-framework targeting support, new .NET Standard 2.1 alongside .NET 8.0.
14+
15+
- Updated dependencies, including but not limited to:
16+
- Microsoft.Bcl.AsyncInterfaces 9.0.5.
17+
- NUnit 4.3.2.
18+
- NUnit3TestAdapter 5.0.0.
19+
- System.Runtime.CompilerServices.Unsafe 6.1.2.
20+
- System.Text.Encodings.Web 9.0.5.
21+
- System.Text.Json 9.0.5.
22+
- System.Threading.Channels 9.0.5.
23+
- System.IO.Pipelines 9.0.5.
24+
- websocket-sharp 1.0.3-rc11
25+
26+
### Fixed
27+
- Separate *Editor* and *Runtime* codes (`UnityFibonacciAction*.cs`), which caused build errors for Android and Windows.
28+
29+
- Various wiki enhancements.
1030

1131
## [2.1.0] - 20.01.2025
1232

@@ -70,5 +90,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
7090

7191
---
7292

73-
© Siemens AG, 2017-2024
93+
© Siemens AG, 2017-2025
7494

0 commit comments

Comments
 (0)