-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Freezor/remove code based on meeting (#264)
### Removed - **Removed all references to OPC UA** (@Freezor) - Removed files: - `AasEntityBuilder.cs` - `AasNodeManager.cs` - `AasUaEntities.cs` - `AasUaEntities.cs.bak` - `AasUaEntityFileType.cs` - `AasUaNodeHelper.cs` - `AasUaUtils.cs` - `AasxUaServerOptions.cs` - `DataChangeMonitoredItem.cs` - `MonitoredItemQueue.cs` - `MonitoredNode.cs` - `Opc.Ua.SampleClient.Config.xml` - `SampleNodeManager.cs` - `SampleServer.SampleModel.cs` - `SampleServer.UserAuthentication.cs` - **Paths**: `src/AasxServerStandardBib/` - **Removed unused and incomplete attribute class** (@Freezor) - Removed file: - `src/AasxServerStandardBib/` - **Removed EnergyModel references (demo showcase)** (@Freezor) - Removed files: - `EnergyModel.cs` - `EnergyModel_SourceSystem_Azure.cs` - `PrefEnergyModel10.cs` - **Path**: `src/AasxServerStandardBib/` - **Removed remaining references to GrapeVineLogger** (@Freezor) - Removed file: - `GrapevineLoggerConsumers.cs` - **Path**: `src/AasxServerStandardBib/` - **Removed I40Message Broker (test implementation)** (@Freezor) - Removed file: - `I40Message.cs` - **Path**: `src/AasxServerStandardBib/` - **Removed MQTT Client/Server (not fully implemented)** (@Freezor) - Removed files: - `MqttClient.cs` - `MqttServer.cs` - **Path**: `src/AasxServerStandardBib/` - **Removed other unused files** (@Freezor) - `MultiTupleDictionary.cs` - `NodeStateCollection.cs` - `Program.cs` - **Path**: `src/AasxServerStandardBib/`
- Loading branch information
Showing
116 changed files
with
4,037 additions
and
20,061 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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<Configurations>Debug;Release;DebugSlow</Configurations> | ||
<Platforms>AnyCPU</Platforms> | ||
<LangVersion>8</LangVersion> | ||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<Nullable>enable</Nullable> | ||
<Configurations>Debug;Release;DebugSlow</Configurations> | ||
<Platforms>AnyCPU</Platforms> | ||
<LangVersion>8</LangVersion> | ||
|
||
<PackageId>AasCore.Aas3_0</PackageId> | ||
<Version>1.0.0-rc1</Version> | ||
<Authors>Marko Ristin</Authors> | ||
<Description> | ||
An SDK for manipulating, verifying and de/serializing Asset Administration Shells. | ||
</Description> | ||
<RepositoryUrl>https://github.com/aas-core-works/aas-core3.0-csharp.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<Copyright>Copyright (c) 2023 Marko Ristin</Copyright> | ||
<PackageLicenseUrl>https://raw.githubusercontent.com/aas-core-works/aas-core3.0-csharp/main/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/aas-core-works/aas-core3.0-csharp</PackageProjectUrl> | ||
<PackageTags>aas;asset administration shell;iiot;industry internet of things;industrie 4.0;i4.0</PackageTags> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
</ItemGroup> | ||
<PackageId>AasCore.Aas3_0</PackageId> | ||
<Version>1.0.0-rc1</Version> | ||
<Authors>Marko Ristin</Authors> | ||
<Description> | ||
An SDK for manipulating, verifying and de/serializing Asset Administration Shells. | ||
</Description> | ||
<RepositoryUrl>https://github.com/aas-core-works/aas-core3.0-csharp.git</RepositoryUrl> | ||
<RepositoryType>git</RepositoryType> | ||
<Copyright>Copyright (c) 2023 Marko Ristin</Copyright> | ||
<PackageLicenseUrl>https://raw.githubusercontent.com/aas-core-works/aas-core3.0-csharp/main/LICENSE</PackageLicenseUrl> | ||
<PackageProjectUrl>https://github.com/aas-core-works/aas-core3.0-csharp</PackageProjectUrl> | ||
<PackageTags>aas;asset administration shell;iiot;industry internet of things;industrie 4.0;i4.0</PackageTags> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.