Skip to content

Commit

Permalink
[Update] dependencies
Browse files Browse the repository at this point in the history
[Bump] to version 0.3.0
  • Loading branch information
sam.gerene committed Dec 13, 2021
1 parent 3df6225 commit b793437
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions ReqifViewer.Infrastructure/ReqifViewer.Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
<TargetFramework>net5.0</TargetFramework>
<Company>RHEA System S.A.</Company>
<Title>ReqifViewer.Infrastructure</Title>
<Version>0.1.0</Version>
<Version>0.2.0</Version>
<Description>Shared Infrastructure</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam Gerené</Authors>
<Confi1gurations>Debug;Release</Confi1gurations>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReqIFSharp" Version="5.0.0-rc1" />
<PackageReference Include="ReqIFSharp" Version="5.0.0-rc2" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions reqifviewer.Tests/reqifviewer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit.Console" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />
<PackageReference Include="NUnit.Console" Version="3.13.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.2.0-beta.1" />
<PackageReference Include="coverlet.collector" Version="3.1.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
5 changes: 1 addition & 4 deletions reqifviewer/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
------------------------------------------------------------------------------->

@using System.Reflection;
@using System.Threading.Tasks

@using Pages.Index;

@inherits LayoutComponentBase
Expand Down Expand Up @@ -68,12 +66,11 @@
<div class="text-center">
<RadzenFooter>
<ChildContent>
<RadzenLabel Text=@($"Copyright © RHEA System S.A. 2021 - version {version}") />
<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>
</ChildContent>
</RadzenFooter>
</div>


@code {

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions reqifviewer/reqifviewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net5.0</TargetFramework>
<Company>RHEA System S.A.</Company>
<Title>reqifviewer</Title>
<Version>0.2.0</Version>
<Version>0.3.0</Version>
<Description>Web Application to inspect ReqIF files</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam Gerené</Authors>
Expand All @@ -24,7 +24,7 @@
<PackageReference Include="Blazor-Analytics" Version="3.9.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.12" PrivateAssets="all" />
<PackageReference Include="Radzen.Blazor" Version="3.13.3" />
<PackageReference Include="Radzen.Blazor" Version="3.13.6" />
<PackageReference Include="System.Net.Http.Json" Version="5.0.0" />
</ItemGroup>

Expand Down

0 comments on commit b793437

Please sign in to comment.