Skip to content

Commit 5420f2c

Browse files
committed
moved Deoxygen to docs folder
1 parent e8c84e1 commit 5420f2c

2,159 files changed

Lines changed: 8 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

8.0/Numerics/Numerics.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GenerateDocumentationFile>True</GenerateDocumentationFile>
8-
<Description>Numerics is an open source library for .NET developed by USACE-RMC, providing a comprehensive set of methods and algorithms for numerical computations and statistical analysis.</Description>
8+
<Description>Numerics is a free and open-source library for .NET developed by USACE-RMC, providing a comprehensive set of methods and algorithms for numerical computations and statistical analysis.</Description>
99
<PackageProjectUrl>https://github.com/USArmy-Corps-of-Engineers-RMC/Numerics</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/USArmy-Corps-of-Engineers-RMC/Numerics</RepositoryUrl>
1111
<RepositoryType>git</RepositoryType>
1212
<Title>Numerics</Title>
1313
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1414
<Company>USACE-RMC</Company>
1515
<PackageReadmeFile>README.md</PackageReadmeFile>
16+
<PackageTags>interpolation; regression; statistics; machine-learning; probability-distributions; bootstrap-analysis; MCMC-sampling; global-optimization; local-optimization;</PackageTags>
17+
<PackageLicenseFile>LICENSE</PackageLicenseFile>
18+
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
1619
</PropertyGroup>
1720

1821
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -34,6 +37,10 @@
3437
</ItemGroup>
3538

3639
<ItemGroup>
40+
<None Include="..\..\LICENSE">
41+
<Pack>True</Pack>
42+
<PackagePath>\</PackagePath>
43+
</None>
3744
<None Include="..\..\README.md">
3845
<Pack>True</Pack>
3946
<PackagePath>\</PackagePath>

8.0/Doxygen/html/_8_n_e_t_core_app_00_version_0av8_80_8_assembly_attributes_8cs.html renamed to 8.0/docs/Doxygen/html/_8_n_e_t_core_app_00_version_0av8_80_8_assembly_attributes_8cs.html

File renamed without changes.

8.0/Doxygen/html/_8_n_e_t_core_app_00_version_0av8_80_8_assembly_attributes_8cs_source.html renamed to 8.0/docs/Doxygen/html/_8_n_e_t_core_app_00_version_0av8_80_8_assembly_attributes_8cs_source.html

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)