Skip to content

Commit

Permalink
update repository and project url
Browse files Browse the repository at this point in the history
  • Loading branch information
Steinar Elgsæter committed Feb 9, 2024
1 parent 1933e80 commit d36c97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TimeSeriesAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<DefineConstants>$(DefineConstants);WithDocs</DefineConstants>
<Description>Time-series modeling and simulation, based on system identification. Supports transients/dynamic and static models, filters and PID-control. </Description>
<Copyright>Equinor 2022</Copyright>
<PackageProjectUrl>https://equinor.github.io/TimeSeriesAnalysis</PackageProjectUrl>
<PackageProjectUrl>https://github.com/equinor/timeseriesanalysis</PackageProjectUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>data-mining; time-series; dynamic-simulations; pid-control; multivariate-statistics; advanced-analytics;mpc-control;digital-twins</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RunAnalyzersDuringBuild>False</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>False</RunAnalyzersDuringLiveAnalysis>
<RepositoryUrl>https://github.com/equinor/timeseriesanalysis</RepositoryUrl>
<RepositoryUrl>https://github.com/equinor/TimeSeriesAnalysis.git</RepositoryUrl>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<Version>1.3.03</Version>
<Company>Equinor</Company>
Expand Down Expand Up @@ -68,7 +68,7 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" >
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit d36c97a

Please sign in to comment.