From c9a7cb9e3472fab817054eee8dcdfc6732e70d6c Mon Sep 17 00:00:00 2001 From: samatrhea Date: Fri, 12 Apr 2024 16:00:13 +0200 Subject: [PATCH] [Bump] versions --- ...ttributeDefinitionExtensionsTestFixture.cs | 2 +- .../AttributeValueExtensionsTestFixture.cs | 2 +- ...DatatypeDefinitionExtensionsTestFixture.cs | 2 +- .../RelationGroupTypeExtensionsTestFixture.cs | 2 +- ...ementWithAttributesExtensionTestFixture.cs | 2 +- .../SpecObjectExtensionsTestFixture.cs | 2 +- .../SpecObjectTypeExtensionsTestFixture.cs | 2 +- .../SpecRelationTypeExtensionsTestFixture.cs | 2 +- .../SpecificationExtensionsTestFixture.cs | 2 +- .../SpecificationTypeExtensionsTestFixture.cs | 2 +- ...Sharp - Backup (1).Extensions.Tests.csproj | 52 ++++++ .../ReqIFSharp.Extensions.Tests.csproj | 102 +++++----- .../StringExtensionsTestFixture.cs | 2 +- .../TestData/ReqIFTestDataCreator.cs | 2 +- .../Properties/AssemblyInfo.cs | 2 +- .../AttributeDefinitionExtensions.cs | 2 +- .../AttributeValueExtensions.cs | 2 +- .../DatatypeDefinitionExtensions.cs | 2 +- .../ExternalObjectExtensions.cs | 2 +- .../ReqIFExtensions/IdentifiableExtensions.cs | 2 +- .../RelationGroupTypeExtensions.cs | 2 +- .../ReqIFExtensions/ReqIFContentExtensions.cs | 2 +- .../SpecElementWithAttributesExtensions.cs | 2 +- .../SpecHierarchyExtensions.cs | 2 +- .../ReqIFExtensions/SpecObjectExtensions.cs | 2 +- .../SpecObjectTypeExtensions.cs | 2 +- .../SpecRelationTypeExtensions.cs | 2 +- .../SpecificationExtensions.cs | 2 +- .../SpecificationTypeExtensions.cs | 2 +- .../ReqIFSharp.Extensions.csproj | 6 +- .../Services/IReqIFLoaderService.cs | 2 +- .../Services/ReqIFLoaderService.cs | 2 +- .../StringExtensions/StringExtensions.cs | 2 +- ReqIFSharp.Tests/AlternativeIdTestFixture.cs | 2 +- .../AttributeDefinitionBooleanTestFixture.cs | 2 +- .../AttributeDefinitionDateTestFixture.cs | 2 +- ...tributeDefinitionEnumerationTestFixture.cs | 2 +- .../AttributeDefinitionIntegerTestFixture.cs | 2 +- .../AttributeDefinitionRealTestFixture.cs | 2 +- .../AttributeDefinitionStringTestFixture.cs | 2 +- .../AttributeDefinitionXHTMLTestFixture.cs | 2 +- .../AttributeValueBooleanTestFixture.cs | 2 +- .../AttributeValueDateTestFixture.cs | 2 +- .../AttributeValueEnumerationTestFixture.cs | 2 +- .../AttributeValueIntegerTestFixture.cs | 2 +- .../AttributeValueRealTestFixture.cs | 2 +- .../AttributeValueStringTestFixture.cs | 2 +- .../AttributeValueXHTMLTestFixture.cs | 2 +- .../ExternalObjectTestFixture.cs | 2 +- .../DatatypeDefinitionDateTestFixture.cs | 2 +- .../Datatype/EmbeddedValueTestFixture.cs | 2 +- .../DeSerializeAndSerializeTestFixture.cs | 2 +- ...ExternalObjectDeseralizationTestFixture.cs | 2 +- ReqIFSharp.Tests/Properties/AssemblyInfo.cs | 2 +- .../ReqIFDeSerializerTestFixture.cs | 2 +- ReqIFSharp.Tests/ReqIFHeaderTestFixture.cs | 2 +- .../ReqIFSerializerTestFixture.cs | 2 +- .../ReqIFSharp - Backup.Tests.csproj | 89 +++++++++ ReqIFSharp.Tests/ReqIFSharp.Tests.csproj | 176 +++++++++--------- ReqIFSharp.Tests/ReqIfFactoryTestFixture.cs | 2 +- ReqIFSharp.Tests/SampleDebugTestFixture.cs | 2 +- .../RelationGroupTestFixture.cs | 2 +- .../SpecHierarchyTestFixture.cs | 2 +- .../SpecObjectTestFixture.cs | 2 +- .../SpecRelationTestFixture.cs | 2 +- .../SpecificationTestFixture.cs | 2 +- ...dFileExtensionKindExtensionsTestFixture.cs | 2 +- ReqIFSharp/AccessControlledElement.cs | 2 +- ReqIFSharp/AlternativeID.cs | 2 +- .../AttributeDefinition.cs | 2 +- .../AttributeDefinitionBoolean.cs | 2 +- .../AttributeDefinitionDate.cs | 2 +- .../AttributeDefinitionEnumeration.cs | 2 +- .../AttributeDefinitionInteger.cs | 2 +- .../AttributeDefinitionReal.cs | 2 +- .../AttributeDefinitionSimple.cs | 2 +- .../AttributeDefinitionString.cs | 2 +- .../AttributeDefinitionXHTML.cs | 2 +- ReqIFSharp/AttributeValue/AttributeValue.cs | 2 +- .../AttributeValue/AttributeValueBoolean.cs | 2 +- .../AttributeValue/AttributeValueDate.cs | 2 +- .../AttributeValueEnumeration.cs | 2 +- .../AttributeValue/AttributeValueInteger.cs | 2 +- .../AttributeValue/AttributeValueReal.cs | 2 +- .../AttributeValue/AttributeValueSimple.cs | 2 +- .../AttributeValue/AttributeValueString.cs | 2 +- .../AttributeValue/AttributeValueXHTML.cs | 2 +- ReqIFSharp/AttributeValue/ExternalObject.cs | 2 +- ReqIFSharp/Datatype/DatatypeDefinition.cs | 2 +- .../Datatype/DatatypeDefinitionBoolean.cs | 2 +- ReqIFSharp/Datatype/DatatypeDefinitionDate.cs | 2 +- .../Datatype/DatatypeDefinitionEnumeration.cs | 2 +- .../Datatype/DatatypeDefinitionInteger.cs | 2 +- ReqIFSharp/Datatype/DatatypeDefinitionReal.cs | 2 +- .../Datatype/DatatypeDefinitionSimple.cs | 2 +- .../Datatype/DatatypeDefinitionString.cs | 2 +- .../Datatype/DatatypeDefinitionXHTML.cs | 2 +- ReqIFSharp/Datatype/EmbeddedValue.cs | 2 +- ReqIFSharp/Datatype/EnumValue.cs | 2 +- ReqIFSharp/DefaultXmlAttributeFactory.cs | 2 +- ReqIFSharp/IReqIFDeSerializer.cs | 2 +- ReqIFSharp/IReqIFSerializer.cs | 2 +- ReqIFSharp/Identifiable.cs | 2 +- ReqIFSharp/Properties/AssemblyInfo.cs | 2 +- ReqIFSharp/ReqIF.cs | 2 +- ReqIFSharp/ReqIFContent.cs | 2 +- ReqIFSharp/ReqIFDeserializer.cs | 2 +- ReqIFSharp/ReqIFHeader.cs | 2 +- ReqIFSharp/ReqIFSerializer.cs | 2 +- ReqIFSharp/ReqIFSharp.csproj | 6 +- ReqIFSharp/ReqIFToolExtension.cs | 2 +- ReqIFSharp/ReqIfFactory.cs | 2 +- ReqIFSharp/ReqIfSchemaResolver.cs | 2 +- .../RelationGroup.cs | 2 +- .../SpecElementWithAttributes.cs | 2 +- .../SpecHierarchy.cs | 2 +- .../SpecElementWithAttributes/SpecObject.cs | 2 +- .../SpecElementWithAttributes/SpecRelation.cs | 2 +- .../Specification.cs | 2 +- ReqIFSharp/SpecType/RelationGroupType.cs | 2 +- ReqIFSharp/SpecType/SpecObjectType.cs | 2 +- ReqIFSharp/SpecType/SpecRelationType.cs | 2 +- ReqIFSharp/SpecType/SpecType.cs | 2 +- ReqIFSharp/SpecType/SpecificationType.cs | 2 +- ReqIFSharp/SupportedFileExtensionKind.cs | 2 +- .../SupportedFileExtensionKindExtensions.cs | 2 +- ReqIFSharp/XmlAttribute.cs | 2 +- 127 files changed, 407 insertions(+), 266 deletions(-) create mode 100644 ReqIFSharp.Extensions.Tests/ReqIFSharp - Backup (1).Extensions.Tests.csproj create mode 100644 ReqIFSharp.Tests/ReqIFSharp - Backup.Tests.csproj diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeDefinitionExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeDefinitionExtensionsTestFixture.cs index 44323d6..4c6937e 100644 --- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeDefinitionExtensionsTestFixture.cs +++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeDefinitionExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeValueExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeValueExtensionsTestFixture.cs index b010da6..73ba7ea 100644 --- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeValueExtensionsTestFixture.cs +++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/AttributeValueExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/DatatypeDefinitionExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/DatatypeDefinitionExtensionsTestFixture.cs index 343f7db..1f2619c 100644 --- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/DatatypeDefinitionExtensionsTestFixture.cs +++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/DatatypeDefinitionExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/RelationGroupTypeExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/RelationGroupTypeExtensionsTestFixture.cs index 96185dc..5b18da3 100644 --- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/RelationGroupTypeExtensionsTestFixture.cs +++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/RelationGroupTypeExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecElementWithAttributesExtensionTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecElementWithAttributesExtensionTestFixture.cs index 3b306dd..0d22983 100644 --- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecElementWithAttributesExtensionTestFixture.cs +++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecElementWithAttributesExtensionTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectExtensionsTestFixture.cs index 6a031c8..9517ca8 100644 --- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectExtensionsTestFixture.cs +++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectTypeExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectTypeExtensionsTestFixture.cs index 7558b91..027edf1 100644 --- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectTypeExtensionsTestFixture.cs +++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecObjectTypeExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecRelationTypeExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecRelationTypeExtensionsTestFixture.cs index 621beb2..4d36cfd 100644 --- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecRelationTypeExtensionsTestFixture.cs +++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecRelationTypeExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationExtensionsTestFixture.cs index 3f49edf..fce874f 100644 --- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationExtensionsTestFixture.cs +++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationTypeExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationTypeExtensionsTestFixture.cs index d80ef43..f07c089 100644 --- a/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationTypeExtensionsTestFixture.cs +++ b/ReqIFSharp.Extensions.Tests/ReqIFExtensions/SpecificationTypeExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions.Tests/ReqIFSharp - Backup (1).Extensions.Tests.csproj b/ReqIFSharp.Extensions.Tests/ReqIFSharp - Backup (1).Extensions.Tests.csproj new file mode 100644 index 0000000..4e8ed0d --- /dev/null +++ b/ReqIFSharp.Extensions.Tests/ReqIFSharp - Backup (1).Extensions.Tests.csproj @@ -0,0 +1,52 @@ + + + + net8.0 + RHEA System S.A. + Sam Gerene + Nunit test suite for the ReqIFSharp.Extensions library + Copyright 2017-2024 RHEA System S.A. + https://github.com/RHEAGROUP/reqifsharp.git + Git + disable + false + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + Always + + + Always + + + Always + + + + \ No newline at end of file diff --git a/ReqIFSharp.Extensions.Tests/ReqIFSharp.Extensions.Tests.csproj b/ReqIFSharp.Extensions.Tests/ReqIFSharp.Extensions.Tests.csproj index 2098e6d..4e8ed0d 100644 --- a/ReqIFSharp.Extensions.Tests/ReqIFSharp.Extensions.Tests.csproj +++ b/ReqIFSharp.Extensions.Tests/ReqIFSharp.Extensions.Tests.csproj @@ -1,52 +1,52 @@ - - - - net8.0 - RHEA System S.A. - Sam Gerene - Nunit test suite for the ReqIFSharp.Extensions library - Copyright 2017-2022 RHEA System S.A. - https://github.com/RHEAGROUP/reqifsharp.git - Git - disable - false - - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - - - - - Always - - - Always - - - Always - - - + + + + net8.0 + RHEA System S.A. + Sam Gerene + Nunit test suite for the ReqIFSharp.Extensions library + Copyright 2017-2024 RHEA System S.A. + https://github.com/RHEAGROUP/reqifsharp.git + Git + disable + false + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + + + + + Always + + + Always + + + Always + + + \ No newline at end of file diff --git a/ReqIFSharp.Extensions.Tests/StringExtensions/StringExtensionsTestFixture.cs b/ReqIFSharp.Extensions.Tests/StringExtensions/StringExtensionsTestFixture.cs index d15c6f4..0b67cf4 100644 --- a/ReqIFSharp.Extensions.Tests/StringExtensions/StringExtensionsTestFixture.cs +++ b/ReqIFSharp.Extensions.Tests/StringExtensions/StringExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions.Tests/TestData/ReqIFTestDataCreator.cs b/ReqIFSharp.Extensions.Tests/TestData/ReqIFTestDataCreator.cs index e2aa2ea..59561f5 100644 --- a/ReqIFSharp.Extensions.Tests/TestData/ReqIFTestDataCreator.cs +++ b/ReqIFSharp.Extensions.Tests/TestData/ReqIFTestDataCreator.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/Properties/AssemblyInfo.cs b/ReqIFSharp.Extensions/Properties/AssemblyInfo.cs index 52f4110..0f11779 100644 --- a/ReqIFSharp.Extensions/Properties/AssemblyInfo.cs +++ b/ReqIFSharp.Extensions/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/AttributeDefinitionExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/AttributeDefinitionExtensions.cs index ed18999..1cd3ab8 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/AttributeDefinitionExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/AttributeDefinitionExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/AttributeValueExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/AttributeValueExtensions.cs index 90207f0..e3715b7 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/AttributeValueExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/AttributeValueExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/DatatypeDefinitionExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/DatatypeDefinitionExtensions.cs index 8e8d4aa..fbf44ca 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/DatatypeDefinitionExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/DatatypeDefinitionExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/ExternalObjectExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/ExternalObjectExtensions.cs index 80cbd7c..a20bfa9 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/ExternalObjectExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/ExternalObjectExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/IdentifiableExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/IdentifiableExtensions.cs index 5485e5e..3dff8ec 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/IdentifiableExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/IdentifiableExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/RelationGroupTypeExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/RelationGroupTypeExtensions.cs index ab74fc0..3ba081a 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/RelationGroupTypeExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/RelationGroupTypeExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/ReqIFContentExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/ReqIFContentExtensions.cs index 89b446b..adf9e85 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/ReqIFContentExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/ReqIFContentExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecElementWithAttributesExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecElementWithAttributesExtensions.cs index d5da830..90cad0c 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecElementWithAttributesExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecElementWithAttributesExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecHierarchyExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecHierarchyExtensions.cs index beba081..96eccbd 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecHierarchyExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecHierarchyExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectExtensions.cs index f8aba28..34c2965 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectTypeExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectTypeExtensions.cs index 51f4197..beb86cd 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectTypeExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecObjectTypeExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecRelationTypeExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecRelationTypeExtensions.cs index 4a79da8..786340b 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecRelationTypeExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecRelationTypeExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationExtensions.cs index 9f7e230..6a238ad 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationTypeExtensions.cs b/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationTypeExtensions.cs index c5f03e1..7d770c7 100644 --- a/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationTypeExtensions.cs +++ b/ReqIFSharp.Extensions/ReqIFExtensions/SpecificationTypeExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj b/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj index 777cf3c..8276d46 100644 --- a/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj +++ b/ReqIFSharp.Extensions/ReqIFSharp.Extensions.csproj @@ -2,11 +2,11 @@ netstandard2.0 - 2.1.0 + 2.1.1 A .NET library that provides extenions and services to operate on ReqIF documents. ReqIFSharp.Extensions RHEA System S.A. - Copyright 2017-2023 RHEA System S.A. + Copyright 2017-2024 RHEA System S.A. https://reqifsharp.org Apache-2.0 https://github.com/RHEAGROUP/reqifsharp.git @@ -17,7 +17,7 @@ Sam Gerene false - [Update] reqifsharp 7.0.1 + [Update] reqifsharp 7.1.1 latest README.md diff --git a/ReqIFSharp.Extensions/Services/IReqIFLoaderService.cs b/ReqIFSharp.Extensions/Services/IReqIFLoaderService.cs index 07b87c9..8d94b70 100644 --- a/ReqIFSharp.Extensions/Services/IReqIFLoaderService.cs +++ b/ReqIFSharp.Extensions/Services/IReqIFLoaderService.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/Services/ReqIFLoaderService.cs b/ReqIFSharp.Extensions/Services/ReqIFLoaderService.cs index 58d0a9e..99c8c86 100644 --- a/ReqIFSharp.Extensions/Services/ReqIFLoaderService.cs +++ b/ReqIFSharp.Extensions/Services/ReqIFLoaderService.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Extensions/StringExtensions/StringExtensions.cs b/ReqIFSharp.Extensions/StringExtensions/StringExtensions.cs index 35d2c87..c77579a 100644 --- a/ReqIFSharp.Extensions/StringExtensions/StringExtensions.cs +++ b/ReqIFSharp.Extensions/StringExtensions/StringExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AlternativeIdTestFixture.cs b/ReqIFSharp.Tests/AlternativeIdTestFixture.cs index 1d69135..19dc397 100644 --- a/ReqIFSharp.Tests/AlternativeIdTestFixture.cs +++ b/ReqIFSharp.Tests/AlternativeIdTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionBooleanTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionBooleanTestFixture.cs index 9449e8d..bc85679 100644 --- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionBooleanTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionBooleanTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionDateTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionDateTestFixture.cs index e95ee49..c4cbf85 100644 --- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionDateTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionDateTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionEnumerationTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionEnumerationTestFixture.cs index 8fb39a0..d7869ce 100644 --- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionEnumerationTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionEnumerationTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionIntegerTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionIntegerTestFixture.cs index 0c6ef1b..a371646 100644 --- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionIntegerTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionIntegerTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionRealTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionRealTestFixture.cs index bb96c25..6278ebc 100644 --- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionRealTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionRealTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionStringTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionStringTestFixture.cs index c187573..f14ae2b 100644 --- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionStringTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionStringTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionXHTMLTestFixture.cs b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionXHTMLTestFixture.cs index 033abbd..cf1fbf1 100644 --- a/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionXHTMLTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeDefinitionTests/AttributeDefinitionXHTMLTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueBooleanTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueBooleanTestFixture.cs index 6a41e17..83673ac 100644 --- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueBooleanTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueBooleanTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueDateTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueDateTestFixture.cs index 31f7e41..f4fa31e 100644 --- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueDateTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueDateTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueEnumerationTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueEnumerationTestFixture.cs index c18acc9..d555a06 100644 --- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueEnumerationTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueEnumerationTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueIntegerTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueIntegerTestFixture.cs index 8762d01..c5c7468 100644 --- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueIntegerTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueIntegerTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueRealTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueRealTestFixture.cs index 7a49191..e2be3d9 100644 --- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueRealTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueRealTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueStringTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueStringTestFixture.cs index 3a63272..0e74412 100644 --- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueStringTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueStringTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueXHTMLTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueXHTMLTestFixture.cs index 66d11c8..2c6aada 100644 --- a/ReqIFSharp.Tests/AttributeValueTests/AttributeValueXHTMLTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeValueTests/AttributeValueXHTMLTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/AttributeValueTests/ExternalObjectTestFixture.cs b/ReqIFSharp.Tests/AttributeValueTests/ExternalObjectTestFixture.cs index 6c356cf..62a0a03 100644 --- a/ReqIFSharp.Tests/AttributeValueTests/ExternalObjectTestFixture.cs +++ b/ReqIFSharp.Tests/AttributeValueTests/ExternalObjectTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/Datatype/DatatypeDefinitionDateTestFixture.cs b/ReqIFSharp.Tests/Datatype/DatatypeDefinitionDateTestFixture.cs index 43f5bdd..58ede94 100644 --- a/ReqIFSharp.Tests/Datatype/DatatypeDefinitionDateTestFixture.cs +++ b/ReqIFSharp.Tests/Datatype/DatatypeDefinitionDateTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/Datatype/EmbeddedValueTestFixture.cs b/ReqIFSharp.Tests/Datatype/EmbeddedValueTestFixture.cs index bac847c..b003daa 100644 --- a/ReqIFSharp.Tests/Datatype/EmbeddedValueTestFixture.cs +++ b/ReqIFSharp.Tests/Datatype/EmbeddedValueTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/DeSerializeAndSerializeTestFixture.cs b/ReqIFSharp.Tests/DeSerializeAndSerializeTestFixture.cs index d292fd6..63eed76 100644 --- a/ReqIFSharp.Tests/DeSerializeAndSerializeTestFixture.cs +++ b/ReqIFSharp.Tests/DeSerializeAndSerializeTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/ExternalObjectDeseralizationTestFixture.cs b/ReqIFSharp.Tests/ExternalObjectDeseralizationTestFixture.cs index fc0e8b4..427a0d3 100644 --- a/ReqIFSharp.Tests/ExternalObjectDeseralizationTestFixture.cs +++ b/ReqIFSharp.Tests/ExternalObjectDeseralizationTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/Properties/AssemblyInfo.cs b/ReqIFSharp.Tests/Properties/AssemblyInfo.cs index e3cf9ea..90bc73f 100644 --- a/ReqIFSharp.Tests/Properties/AssemblyInfo.cs +++ b/ReqIFSharp.Tests/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/ReqIFDeSerializerTestFixture.cs b/ReqIFSharp.Tests/ReqIFDeSerializerTestFixture.cs index a6b7164..c2b3f5b 100644 --- a/ReqIFSharp.Tests/ReqIFDeSerializerTestFixture.cs +++ b/ReqIFSharp.Tests/ReqIFDeSerializerTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/ReqIFHeaderTestFixture.cs b/ReqIFSharp.Tests/ReqIFHeaderTestFixture.cs index ac1ab4d..5122eb4 100644 --- a/ReqIFSharp.Tests/ReqIFHeaderTestFixture.cs +++ b/ReqIFSharp.Tests/ReqIFHeaderTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/ReqIFSerializerTestFixture.cs b/ReqIFSharp.Tests/ReqIFSerializerTestFixture.cs index faef221..5f5ea77 100644 --- a/ReqIFSharp.Tests/ReqIFSerializerTestFixture.cs +++ b/ReqIFSharp.Tests/ReqIFSerializerTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/ReqIFSharp - Backup.Tests.csproj b/ReqIFSharp.Tests/ReqIFSharp - Backup.Tests.csproj new file mode 100644 index 0000000..7872048 --- /dev/null +++ b/ReqIFSharp.Tests/ReqIFSharp - Backup.Tests.csproj @@ -0,0 +1,89 @@ + + + + + net8.0 + RHEA System S.A. + Sam Gerene, Naron Phou + Nunit test suite for the ReqIFSharp library + Copyright 2017-2024 RHEA System S.A. + https://github.com/RHEAGROUP/reqifsharp.git + Git + disable + false + + + + + + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + + \ No newline at end of file diff --git a/ReqIFSharp.Tests/ReqIFSharp.Tests.csproj b/ReqIFSharp.Tests/ReqIFSharp.Tests.csproj index 4ee043f..7872048 100644 --- a/ReqIFSharp.Tests/ReqIFSharp.Tests.csproj +++ b/ReqIFSharp.Tests/ReqIFSharp.Tests.csproj @@ -1,89 +1,89 @@ - - - - - net8.0 - RHEA System S.A. - Sam Gerene, Naron Phou - Nunit test suite for the ReqIFSharp library - Copyright 2017-2022 RHEA System S.A. - https://github.com/RHEAGROUP/reqifsharp.git - Git - disable - false - - - - - - - - - - - - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - - - - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - Always - - - + + + + + net8.0 + RHEA System S.A. + Sam Gerene, Naron Phou + Nunit test suite for the ReqIFSharp library + Copyright 2017-2024 RHEA System S.A. + https://github.com/RHEAGROUP/reqifsharp.git + Git + disable + false + + + + + + + + + + + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + + + + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + Always + + + \ No newline at end of file diff --git a/ReqIFSharp.Tests/ReqIfFactoryTestFixture.cs b/ReqIFSharp.Tests/ReqIfFactoryTestFixture.cs index 253a5ce..ffd7266 100644 --- a/ReqIFSharp.Tests/ReqIfFactoryTestFixture.cs +++ b/ReqIFSharp.Tests/ReqIfFactoryTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/SampleDebugTestFixture.cs b/ReqIFSharp.Tests/SampleDebugTestFixture.cs index c3adbe0..bc22a8c 100644 --- a/ReqIFSharp.Tests/SampleDebugTestFixture.cs +++ b/ReqIFSharp.Tests/SampleDebugTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/SpecElementWithAttributesTests/RelationGroupTestFixture.cs b/ReqIFSharp.Tests/SpecElementWithAttributesTests/RelationGroupTestFixture.cs index be681ff..21cd866 100644 --- a/ReqIFSharp.Tests/SpecElementWithAttributesTests/RelationGroupTestFixture.cs +++ b/ReqIFSharp.Tests/SpecElementWithAttributesTests/RelationGroupTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecHierarchyTestFixture.cs b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecHierarchyTestFixture.cs index 5ebc428..29c22e3 100644 --- a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecHierarchyTestFixture.cs +++ b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecHierarchyTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecObjectTestFixture.cs b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecObjectTestFixture.cs index 5c06390..52309b4 100644 --- a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecObjectTestFixture.cs +++ b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecObjectTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecRelationTestFixture.cs b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecRelationTestFixture.cs index fbdf430..04d6fa3 100644 --- a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecRelationTestFixture.cs +++ b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecRelationTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecificationTestFixture.cs b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecificationTestFixture.cs index e589cb4..f1c2c8b 100644 --- a/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecificationTestFixture.cs +++ b/ReqIFSharp.Tests/SpecElementWithAttributesTests/SpecificationTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp.Tests/SupportedFileExtensionKindExtensionsTestFixture.cs b/ReqIFSharp.Tests/SupportedFileExtensionKindExtensionsTestFixture.cs index 4cb66e4..3fa1472 100644 --- a/ReqIFSharp.Tests/SupportedFileExtensionKindExtensionsTestFixture.cs +++ b/ReqIFSharp.Tests/SupportedFileExtensionKindExtensionsTestFixture.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AccessControlledElement.cs b/ReqIFSharp/AccessControlledElement.cs index a40d2f8..c8c2165 100644 --- a/ReqIFSharp/AccessControlledElement.cs +++ b/ReqIFSharp/AccessControlledElement.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AlternativeID.cs b/ReqIFSharp/AlternativeID.cs index d951b03..1d96cb6 100644 --- a/ReqIFSharp/AlternativeID.cs +++ b/ReqIFSharp/AlternativeID.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinition.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinition.cs index 76bd21c..2bee7f6 100644 --- a/ReqIFSharp/AttributeDefinition/AttributeDefinition.cs +++ b/ReqIFSharp/AttributeDefinition/AttributeDefinition.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionBoolean.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionBoolean.cs index 00d8d8a..40b6a08 100644 --- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionBoolean.cs +++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionBoolean.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionDate.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionDate.cs index 4b4a004..79f39b3 100644 --- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionDate.cs +++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionDate.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionEnumeration.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionEnumeration.cs index 9f29b1a..c4e6e07 100644 --- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionEnumeration.cs +++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionEnumeration.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionInteger.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionInteger.cs index 4f0a2fd..464cb0f 100644 --- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionInteger.cs +++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionInteger.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionReal.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionReal.cs index a1a16cf..15d4e1d 100644 --- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionReal.cs +++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionReal.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionSimple.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionSimple.cs index 9b08d95..d1ba671 100644 --- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionSimple.cs +++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionSimple.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionString.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionString.cs index f1d5f20..a9eebdf 100644 --- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionString.cs +++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionString.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeDefinition/AttributeDefinitionXHTML.cs b/ReqIFSharp/AttributeDefinition/AttributeDefinitionXHTML.cs index cf82fbe..010ac27 100644 --- a/ReqIFSharp/AttributeDefinition/AttributeDefinitionXHTML.cs +++ b/ReqIFSharp/AttributeDefinition/AttributeDefinitionXHTML.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeValue/AttributeValue.cs b/ReqIFSharp/AttributeValue/AttributeValue.cs index ab109d7..79f8762 100644 --- a/ReqIFSharp/AttributeValue/AttributeValue.cs +++ b/ReqIFSharp/AttributeValue/AttributeValue.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeValue/AttributeValueBoolean.cs b/ReqIFSharp/AttributeValue/AttributeValueBoolean.cs index b8f28c6..23e3202 100644 --- a/ReqIFSharp/AttributeValue/AttributeValueBoolean.cs +++ b/ReqIFSharp/AttributeValue/AttributeValueBoolean.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeValue/AttributeValueDate.cs b/ReqIFSharp/AttributeValue/AttributeValueDate.cs index a4f9944..0a44dce 100644 --- a/ReqIFSharp/AttributeValue/AttributeValueDate.cs +++ b/ReqIFSharp/AttributeValue/AttributeValueDate.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeValue/AttributeValueEnumeration.cs b/ReqIFSharp/AttributeValue/AttributeValueEnumeration.cs index 72d2059..309660e 100644 --- a/ReqIFSharp/AttributeValue/AttributeValueEnumeration.cs +++ b/ReqIFSharp/AttributeValue/AttributeValueEnumeration.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeValue/AttributeValueInteger.cs b/ReqIFSharp/AttributeValue/AttributeValueInteger.cs index 3edbfec..2d0ce1b 100644 --- a/ReqIFSharp/AttributeValue/AttributeValueInteger.cs +++ b/ReqIFSharp/AttributeValue/AttributeValueInteger.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeValue/AttributeValueReal.cs b/ReqIFSharp/AttributeValue/AttributeValueReal.cs index 92b3d0e..df5e3ab 100644 --- a/ReqIFSharp/AttributeValue/AttributeValueReal.cs +++ b/ReqIFSharp/AttributeValue/AttributeValueReal.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeValue/AttributeValueSimple.cs b/ReqIFSharp/AttributeValue/AttributeValueSimple.cs index 556556d..c74cf8d 100644 --- a/ReqIFSharp/AttributeValue/AttributeValueSimple.cs +++ b/ReqIFSharp/AttributeValue/AttributeValueSimple.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeValue/AttributeValueString.cs b/ReqIFSharp/AttributeValue/AttributeValueString.cs index a0b104b..588d5fa 100644 --- a/ReqIFSharp/AttributeValue/AttributeValueString.cs +++ b/ReqIFSharp/AttributeValue/AttributeValueString.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeValue/AttributeValueXHTML.cs b/ReqIFSharp/AttributeValue/AttributeValueXHTML.cs index 7dcf445..dfba371 100644 --- a/ReqIFSharp/AttributeValue/AttributeValueXHTML.cs +++ b/ReqIFSharp/AttributeValue/AttributeValueXHTML.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/AttributeValue/ExternalObject.cs b/ReqIFSharp/AttributeValue/ExternalObject.cs index 59dcb99..312889d 100644 --- a/ReqIFSharp/AttributeValue/ExternalObject.cs +++ b/ReqIFSharp/AttributeValue/ExternalObject.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Datatype/DatatypeDefinition.cs b/ReqIFSharp/Datatype/DatatypeDefinition.cs index c16df56..39d059a 100644 --- a/ReqIFSharp/Datatype/DatatypeDefinition.cs +++ b/ReqIFSharp/Datatype/DatatypeDefinition.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionBoolean.cs b/ReqIFSharp/Datatype/DatatypeDefinitionBoolean.cs index 45ff79d..d782c4d 100644 --- a/ReqIFSharp/Datatype/DatatypeDefinitionBoolean.cs +++ b/ReqIFSharp/Datatype/DatatypeDefinitionBoolean.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionDate.cs b/ReqIFSharp/Datatype/DatatypeDefinitionDate.cs index 1fccc00..bfd0a1c 100644 --- a/ReqIFSharp/Datatype/DatatypeDefinitionDate.cs +++ b/ReqIFSharp/Datatype/DatatypeDefinitionDate.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionEnumeration.cs b/ReqIFSharp/Datatype/DatatypeDefinitionEnumeration.cs index 15a6bd6..cf6a51a 100644 --- a/ReqIFSharp/Datatype/DatatypeDefinitionEnumeration.cs +++ b/ReqIFSharp/Datatype/DatatypeDefinitionEnumeration.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionInteger.cs b/ReqIFSharp/Datatype/DatatypeDefinitionInteger.cs index 915704d..6639c43 100644 --- a/ReqIFSharp/Datatype/DatatypeDefinitionInteger.cs +++ b/ReqIFSharp/Datatype/DatatypeDefinitionInteger.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionReal.cs b/ReqIFSharp/Datatype/DatatypeDefinitionReal.cs index acb4d73..a8319e4 100644 --- a/ReqIFSharp/Datatype/DatatypeDefinitionReal.cs +++ b/ReqIFSharp/Datatype/DatatypeDefinitionReal.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionSimple.cs b/ReqIFSharp/Datatype/DatatypeDefinitionSimple.cs index 4c315aa..e0101a0 100644 --- a/ReqIFSharp/Datatype/DatatypeDefinitionSimple.cs +++ b/ReqIFSharp/Datatype/DatatypeDefinitionSimple.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionString.cs b/ReqIFSharp/Datatype/DatatypeDefinitionString.cs index 8b5a9b9..34d5405 100644 --- a/ReqIFSharp/Datatype/DatatypeDefinitionString.cs +++ b/ReqIFSharp/Datatype/DatatypeDefinitionString.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Datatype/DatatypeDefinitionXHTML.cs b/ReqIFSharp/Datatype/DatatypeDefinitionXHTML.cs index d59f246..a955583 100644 --- a/ReqIFSharp/Datatype/DatatypeDefinitionXHTML.cs +++ b/ReqIFSharp/Datatype/DatatypeDefinitionXHTML.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Datatype/EmbeddedValue.cs b/ReqIFSharp/Datatype/EmbeddedValue.cs index a8ea769..8766742 100644 --- a/ReqIFSharp/Datatype/EmbeddedValue.cs +++ b/ReqIFSharp/Datatype/EmbeddedValue.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Datatype/EnumValue.cs b/ReqIFSharp/Datatype/EnumValue.cs index 294fe3d..a721886 100644 --- a/ReqIFSharp/Datatype/EnumValue.cs +++ b/ReqIFSharp/Datatype/EnumValue.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/DefaultXmlAttributeFactory.cs b/ReqIFSharp/DefaultXmlAttributeFactory.cs index 7d0d36b..d37ebdf 100644 --- a/ReqIFSharp/DefaultXmlAttributeFactory.cs +++ b/ReqIFSharp/DefaultXmlAttributeFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/IReqIFDeSerializer.cs b/ReqIFSharp/IReqIFDeSerializer.cs index dc6e032..8420e5d 100644 --- a/ReqIFSharp/IReqIFDeSerializer.cs +++ b/ReqIFSharp/IReqIFDeSerializer.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/IReqIFSerializer.cs b/ReqIFSharp/IReqIFSerializer.cs index d3017e4..2bf5678 100644 --- a/ReqIFSharp/IReqIFSerializer.cs +++ b/ReqIFSharp/IReqIFSerializer.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Identifiable.cs b/ReqIFSharp/Identifiable.cs index 9995d68..d9e57db 100644 --- a/ReqIFSharp/Identifiable.cs +++ b/ReqIFSharp/Identifiable.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/Properties/AssemblyInfo.cs b/ReqIFSharp/Properties/AssemblyInfo.cs index 10a951e..3c6baeb 100644 --- a/ReqIFSharp/Properties/AssemblyInfo.cs +++ b/ReqIFSharp/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/ReqIF.cs b/ReqIFSharp/ReqIF.cs index 325fc20..a56fa22 100644 --- a/ReqIFSharp/ReqIF.cs +++ b/ReqIFSharp/ReqIF.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/ReqIFContent.cs b/ReqIFSharp/ReqIFContent.cs index d16702f..8571d62 100644 --- a/ReqIFSharp/ReqIFContent.cs +++ b/ReqIFSharp/ReqIFContent.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/ReqIFDeserializer.cs b/ReqIFSharp/ReqIFDeserializer.cs index dde7aa6..a598184 100644 --- a/ReqIFSharp/ReqIFDeserializer.cs +++ b/ReqIFSharp/ReqIFDeserializer.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/ReqIFHeader.cs b/ReqIFSharp/ReqIFHeader.cs index effbe2c..3a5218d 100644 --- a/ReqIFSharp/ReqIFHeader.cs +++ b/ReqIFSharp/ReqIFHeader.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/ReqIFSerializer.cs b/ReqIFSharp/ReqIFSerializer.cs index 5104268..db1b7d6 100644 --- a/ReqIFSharp/ReqIFSerializer.cs +++ b/ReqIFSharp/ReqIFSerializer.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/ReqIFSharp.csproj b/ReqIFSharp/ReqIFSharp.csproj index 919da26..ab0829b 100644 --- a/ReqIFSharp/ReqIFSharp.csproj +++ b/ReqIFSharp/ReqIFSharp.csproj @@ -4,11 +4,11 @@ netstandard2.0 - 7.1.0 + 7.1.1 A .NET library to deserialize (read) and serialize (write) OMG ReqIF documents. ReqIFSharp RHEA System S.A. - Copyright 2017-2023 RHEA System S.A. + Copyright 2017-204 RHEA System S.A. https://reqifsharp.org Apache-2.0 https://github.com/RHEAGROUP/reqifsharp.git @@ -21,7 +21,7 @@ true true - - [Update] Microsoft.Extensions.Logging.Abstractions to version 7.0.1 + - [Update] Microsoft.Extensions.Logging.Abstractions to version 8.0.1 README.md diff --git a/ReqIFSharp/ReqIFToolExtension.cs b/ReqIFSharp/ReqIFToolExtension.cs index 14a04a7..56cb059 100644 --- a/ReqIFSharp/ReqIFToolExtension.cs +++ b/ReqIFSharp/ReqIFToolExtension.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/ReqIfFactory.cs b/ReqIFSharp/ReqIfFactory.cs index 7c914fd..c3f241a 100644 --- a/ReqIFSharp/ReqIfFactory.cs +++ b/ReqIFSharp/ReqIfFactory.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/ReqIfSchemaResolver.cs b/ReqIFSharp/ReqIfSchemaResolver.cs index 31f76d7..ee545dc 100644 --- a/ReqIFSharp/ReqIfSchemaResolver.cs +++ b/ReqIFSharp/ReqIfSchemaResolver.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SpecElementWithAttributes/RelationGroup.cs b/ReqIFSharp/SpecElementWithAttributes/RelationGroup.cs index e0e4a3d..b6fa555 100644 --- a/ReqIFSharp/SpecElementWithAttributes/RelationGroup.cs +++ b/ReqIFSharp/SpecElementWithAttributes/RelationGroup.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SpecElementWithAttributes/SpecElementWithAttributes.cs b/ReqIFSharp/SpecElementWithAttributes/SpecElementWithAttributes.cs index 1c73e92..f3b69db 100644 --- a/ReqIFSharp/SpecElementWithAttributes/SpecElementWithAttributes.cs +++ b/ReqIFSharp/SpecElementWithAttributes/SpecElementWithAttributes.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SpecElementWithAttributes/SpecHierarchy.cs b/ReqIFSharp/SpecElementWithAttributes/SpecHierarchy.cs index 9bb821a..b131d2e 100644 --- a/ReqIFSharp/SpecElementWithAttributes/SpecHierarchy.cs +++ b/ReqIFSharp/SpecElementWithAttributes/SpecHierarchy.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SpecElementWithAttributes/SpecObject.cs b/ReqIFSharp/SpecElementWithAttributes/SpecObject.cs index 329985b..52c1b2c 100644 --- a/ReqIFSharp/SpecElementWithAttributes/SpecObject.cs +++ b/ReqIFSharp/SpecElementWithAttributes/SpecObject.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SpecElementWithAttributes/SpecRelation.cs b/ReqIFSharp/SpecElementWithAttributes/SpecRelation.cs index 010cb11..e5d9c61 100644 --- a/ReqIFSharp/SpecElementWithAttributes/SpecRelation.cs +++ b/ReqIFSharp/SpecElementWithAttributes/SpecRelation.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SpecElementWithAttributes/Specification.cs b/ReqIFSharp/SpecElementWithAttributes/Specification.cs index 180e7b7..51e48cf 100644 --- a/ReqIFSharp/SpecElementWithAttributes/Specification.cs +++ b/ReqIFSharp/SpecElementWithAttributes/Specification.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SpecType/RelationGroupType.cs b/ReqIFSharp/SpecType/RelationGroupType.cs index 928626b..45c4e67 100644 --- a/ReqIFSharp/SpecType/RelationGroupType.cs +++ b/ReqIFSharp/SpecType/RelationGroupType.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SpecType/SpecObjectType.cs b/ReqIFSharp/SpecType/SpecObjectType.cs index a60a4f4..77789be 100644 --- a/ReqIFSharp/SpecType/SpecObjectType.cs +++ b/ReqIFSharp/SpecType/SpecObjectType.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SpecType/SpecRelationType.cs b/ReqIFSharp/SpecType/SpecRelationType.cs index cfbec01..d17686e 100644 --- a/ReqIFSharp/SpecType/SpecRelationType.cs +++ b/ReqIFSharp/SpecType/SpecRelationType.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SpecType/SpecType.cs b/ReqIFSharp/SpecType/SpecType.cs index 94648a4..6a7aac2 100644 --- a/ReqIFSharp/SpecType/SpecType.cs +++ b/ReqIFSharp/SpecType/SpecType.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SpecType/SpecificationType.cs b/ReqIFSharp/SpecType/SpecificationType.cs index 9ddf9bc..bb9a8bb 100644 --- a/ReqIFSharp/SpecType/SpecificationType.cs +++ b/ReqIFSharp/SpecType/SpecificationType.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SupportedFileExtensionKind.cs b/ReqIFSharp/SupportedFileExtensionKind.cs index 311149a..247e565 100644 --- a/ReqIFSharp/SupportedFileExtensionKind.cs +++ b/ReqIFSharp/SupportedFileExtensionKind.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/SupportedFileExtensionKindExtensions.cs b/ReqIFSharp/SupportedFileExtensionKindExtensions.cs index 6fd111c..699182b 100644 --- a/ReqIFSharp/SupportedFileExtensionKindExtensions.cs +++ b/ReqIFSharp/SupportedFileExtensionKindExtensions.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/ReqIFSharp/XmlAttribute.cs b/ReqIFSharp/XmlAttribute.cs index b0857a9..ca49136 100644 --- a/ReqIFSharp/XmlAttribute.cs +++ b/ReqIFSharp/XmlAttribute.cs @@ -1,7 +1,7 @@ // ------------------------------------------------------------------------------------------------- // // -// Copyright 2017-2022 RHEA System S.A. +// Copyright 2017-2024 RHEA System S.A. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.