Skip to content

Commit da486e0

Browse files
[Update] ReqIFSharp.Extensions to version 5.0.1
[Update] Radzen.Blazor to version 8.3.4 [Update] Serilog.AspNetCore to version 10.0.0 [Update[ Microsoft.NET.Test.Sdk to version 18.0.1
1 parent 20424f0 commit da486e0

4 files changed

Lines changed: 24 additions & 7 deletions

File tree

NOTICE

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
reqifviewer
2-
Copyright 2021-2025 Starion Group S.A.
2+
Copyright 2021-2025 Starion Group S.A.
3+
https://github.com/STARIONGROUP/reqifviewer
4+
5+
This product includes software developed by Starion Group S.A.
6+
and contributors (https://github.com/STARIONGROUP/reqifviewer/graphs/contributors).
7+
8+
Licensed under the Apache License, Version 2.0 (the "License");
9+
you may not use this file except in compliance with the License.
10+
You may obtain a copy of the License at
11+
12+
http://www.apache.org/licenses/LICENSE-2.0
13+
14+
Unless required by applicable law or agreed to in writing, software
15+
distributed under the License is distributed on an "AS IS" BASIS,
16+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17+
18+
This NOTICE file is part of the distribution of reqifviewer and must
19+
be included in all copies or substantial portions of the Software.

reqifviewer.Tests/reqifviewer.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="bunit.web" Version="1.40.0" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1616
<PackageReference Include="Moq" Version="4.20.72" />
1717
<PackageReference Include="NUnit" Version="4.4.0" />
1818
<PackageReference Include="NUnit.Console" Version="3.20.2" />

reqifviewer/Pages/Index/AboutComponent.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ limitations under the License.
9797
var assemblyVersion = typeof(ReqIF).Assembly.GetName().Version;
9898
this.reqifSharpVersion = $"{assemblyVersion.Major}.{assemblyVersion.Minor}.{assemblyVersion.Revision}";
9999

100-
license = await HttpClient.GetStringAsync("https://raw.githubusercontent.com/STARIONGROUP/reqifviewer/development/LICENSE");
100+
license = await HttpClient.GetStringAsync("https://raw.githubusercontent.com/STARIONGROUP/reqifviewer/development/NOTICE");
101101
}
102102
}

reqifviewer/reqifviewer.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup Label="Application">
44
<Title>reqifviewer</Title>
5-
<Version>4.2.0</Version>
5+
<Version>4.3.0</Version>
66
<Description>Web Application to inspect ReqIF files</Description>
77
<TargetFramework>net9.0</TargetFramework>
88
</PropertyGroup>
@@ -34,10 +34,10 @@
3434
<ItemGroup>
3535
<PackageReference Include="Blazor-Analytics" Version="4.0.0" />
3636
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="9.0.10" />
37-
<PackageReference Include="Radzen.Blazor" Version="8.0.4" />
37+
<PackageReference Include="Radzen.Blazor" Version="8.3.4" />
3838
<PackageReference Include="BlazorStrap.V5" Version="5.2.104" />
39-
<PackageReference Include="ReqIFSharp.Extensions" Version="4.2.3" />
40-
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
39+
<PackageReference Include="ReqIFSharp.Extensions" Version="5.0.1" />
40+
<PackageReference Include="Serilog.AspNetCore" Version="10.0.0" />
4141
<PackageReference Include="Serilog.Sinks.Async" Version="2.1.0" />
4242
</ItemGroup>
4343

0 commit comments

Comments
 (0)