File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11reqifviewer
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.
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments