Skip to content

Commit

Permalink
[Bump] versions
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Apr 12, 2024
1 parent 5a47256 commit c9a7cb9
Show file tree
Hide file tree
Showing 127 changed files with 407 additions and 266 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="AttributeDefinitionExtensionsTestFixture.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="AttributeValueExtensionsTestFixture.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="DatatypeDefinitionExtensionsTestFixture.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="RelationGroupTypeExtensionsTestFixture.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecElementWithAttributesExtensionTestFixture.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecObjectExtensionsTestFixture.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecObjectTypeExtensionsTestFixture.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecRelationTypeExtensionsTestFixture.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecificationExtensionsTestFixture.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecificationTypeExtensionsTestFixture.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Company>RHEA System S.A.</Company>
<Authors>Sam Gerene</Authors>
<Description>Nunit test suite for the ReqIFSharp.Extensions library</Description>
<Copyright>Copyright 2017-2024 RHEA System S.A.</Copyright>
<RepositoryUrl>https://github.com/RHEAGROUP/reqifsharp.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Nullable>disable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit.Console" Version="3.17.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />

<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<Folder Include="Services\" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ReqIFSharp.Extensions\ReqIFSharp.Extensions.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="TestData\ProR_Traceability-Template-v1.0.reqif">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="TestData\requirements-and-objects.reqifz">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="TestData\test-multiple-reqif.reqifz">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
102 changes: 51 additions & 51 deletions ReqIFSharp.Extensions.Tests/ReqIFSharp.Extensions.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Company>RHEA System S.A.</Company>
<Authors>Sam Gerene</Authors>
<Description>Nunit test suite for the ReqIFSharp.Extensions library</Description>
<Copyright>Copyright 2017-2022 RHEA System S.A.</Copyright>
<RepositoryUrl>https://github.com/RHEAGROUP/reqifsharp.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Nullable>disable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit.Console" Version="3.17.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />

<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<Folder Include="Services\" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ReqIFSharp.Extensions\ReqIFSharp.Extensions.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="TestData\ProR_Traceability-Template-v1.0.reqif">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="TestData\requirements-and-objects.reqifz">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="TestData\test-multiple-reqif.reqifz">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Company>RHEA System S.A.</Company>
<Authors>Sam Gerene</Authors>
<Description>Nunit test suite for the ReqIFSharp.Extensions library</Description>
<Copyright>Copyright 2017-2024 RHEA System S.A.</Copyright>
<RepositoryUrl>https://github.com/RHEAGROUP/reqifsharp.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<Nullable>disable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit.Console" Version="3.17.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />

<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<Folder Include="Services\" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ReqIFSharp.Extensions\ReqIFSharp.Extensions.csproj" />
</ItemGroup>

<ItemGroup>
<None Update="TestData\ProR_Traceability-Template-v1.0.reqif">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="TestData\requirements-and-objects.reqifz">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="TestData\test-multiple-reqif.reqifz">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="StringExtensionsTestFixture.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ReqIFTestDataCreator.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
2 changes: 1 addition & 1 deletion ReqIFSharp.Extensions/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="AssemblyInfo.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="AttributeDefinitionExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="AttributeValueExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="DatatypeDefinitionExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ExternalObjectExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="IdentifiableExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="RelationGroupTypeExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ReqIFContentExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecElementWithAttributesExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecHierarchyExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecObjectExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecObjectTypeExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecRelationTypeExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="SpecificationExtensions.cs" company="RHEA System S.A.">
//
// 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.
Expand Down
Loading

0 comments on commit c9a7cb9

Please sign in to comment.