Skip to content

Commit

Permalink
[Update] dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Jul 17, 2023
1 parent f1044e9 commit 1ec6b49
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions reqifviewer.Tests/reqifviewer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="bunit.web" Version="1.16.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
<PackageReference Include="bunit.web" Version="1.21.9" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.3" />
<PackageReference Include="Moq" Version="4.18.4" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit.Console" Version="3.16.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.3.1" />
<PackageReference Include="coverlet.collector" Version="3.2.0">
<PackageReference Include="NUnit.Console" Version="3.16.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="coverlet.collector" Version="6.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.msbuild" Version="3.2.0">
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion reqifviewer/Pages/Index/AboutComponent.razor
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ limitations under the License.

<div class="row">
<div class="col-md-12 text-center">
<p>Copyright &copy; <a href="https://www.rheagroup.com/" title="RHEA" target="_blank" class="mx-3">RHEA System S.A.</a> 2021-2022.</p>
<p>Copyright &copy; <a href="https://www.rheagroup.com/" title="RHEA" target="_blank" class="mx-3">RHEA System S.A.</a> 2021-2023.</p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion reqifviewer/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<RadzenFooter>
<ChildContent>
<div class="text-center" style="font-size: small">
<p>Copyright &copy; <a href="https://www.rheagroup.com/" title="RHEA" target="_blank" class="mx-3">RHEA System S.A.</a> 2021 - version @version</p>
<p>Copyright &copy; <a href="https://www.rheagroup.com/" title="RHEA" target="_blank" class="mx-3">RHEA System S.A.</a> 2021-2023 - version @version</p>
</div>
</ChildContent>
</RadzenFooter>
Expand Down
18 changes: 9 additions & 9 deletions reqifviewer/reqifviewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<PropertyGroup Label="Application">
<Title>reqifviewer</Title>
<Version>0.17.0</Version>
<Version>0.18.0</Version>
<Description>Web Application to inspect ReqIF files</Description>
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>

<PropertyGroup Label="Copyright">
<Company>RHEA System S.A.</Company>
<Copyright>Copyright 2022 RHEA System S.A.</Copyright>
<Copyright>Copyright 2022-2023 RHEA System S.A.</Copyright>
<Authors>Sam Gerené</Authors>
</PropertyGroup>

Expand All @@ -27,14 +27,14 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Blazor-Analytics" Version="3.11.0" />
<PackageReference Include="Blazor-Analytics" Version="3.12.0" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.3" PrivateAssets="all" />
<PackageReference Include="Radzen.Blazor" Version="4.7.1" />
<PackageReference Include="BlazorStrap.V5" Version="5.1.100" />
<PackageReference Include="ReqIFSharp.Extensions" Version="2.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.9" PrivateAssets="all" />
<PackageReference Include="Radzen.Blazor" Version="4.13.6" />
<PackageReference Include="BlazorStrap.V5" Version="5.1.102.51723" />
<PackageReference Include="ReqIFSharp.Extensions" Version="2.0.1" />
<PackageReference Include="Serilog.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Serilog.Sinks.BrowserConsole" Version="1.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 1ec6b49

Please sign in to comment.