-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The most significant changes include the addition of the `Google.Prot…
…obuf` package to several project files and the `Directory.Packages.props` file, as well as the removal of the `MonsterData` and `RealMonsterData` namespaces from the `configuration.g.cs` file in various classes and namespaces. Here is a detailed list of the changes: 1. The `Google.Protobuf` package was added to the `AXSharp.ixc.csproj`, `AXSharp.ixd.csproj`, and `AXSharp.ixr.csproj` files. This change indicates that the Google Protocol Buffers, a language-neutral, platform-neutral, extensible mechanism for serializing structured data, is now being used in these projects. 2. The `CommandLineParser` package was reformatted in the `AXSharp.ixc.csproj`, `AXSharp.ixd.csproj`, and `AXSharp.ixr.csproj` files. Although the package itself was not modified, the reformatting could have been done for better readability or to adhere to coding standards. 3. Several packages (`LibGit2Sharp`, `Newtonsoft.Json`, `YamlDotNet`, `Microsoft.CodeAnalysis.CSharp`, and `ResXResourceReader.NetStandard`) were reformatted in the `AXSharp.ixd.csproj` and `AXSharp.ixr.csproj` files. Again, no changes were made to the packages themselves. 4. The `Google.Protobuf` package with version `3.22.0` was added to the `Directory.Packages.props` file. This change ensures that all projects in the solution that use this package will use the same version, promoting consistency across the solution. 5. The `MonsterData` namespace was removed from the `configuration.g.cs` file in the `ix_integration_plcTwinController` class and the `Pocos` namespace. This could indicate a refactoring or restructuring of the code. 6. The `RealMonsterData` namespace was removed from the `configuration.g.cs` file in the `integratedTwinController` class and the `Pocos` namespace. Similar to the previous point, this could be due to a refactoring or restructuring of the code.
- Loading branch information
Showing
8 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters