Skip to content

Commit dde9395

Browse files
committed
2 parents 7a8e200 + b732760 commit dde9395

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,13 @@
1717
4.8.1/Numerics/.vs
1818
4.8.1/Numerics/obj
1919
4.8.1/Numerics/bin
20-
4.8.1/Numerics/packages
20+
4.8.1/Numerics/packages
21+
/.vs
22+
/Numerics/bin
23+
/Numerics/obj/Debug
24+
/Numerics/obj/Release
25+
/packages
26+
/Test_Numerics/.vs
27+
/Test_Numerics/bin
28+
/Test_Numerics/obj/Debug
29+
/Test_Numerics/obj/Release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ The repository contains builds for:
1111
Each build has a unit testing library with more than 1,000 tests. These tests also provide examples for using the classes and methods in the library.
1212

1313
## Installation Instructions
14-
We recommend using NuGet for convenient installation of Numerics.
14+
We recommend using [NuGet](https://www.nuget.org/) for convenient installation of the [RMC.Numerics](https://www.nuget.org/packages/RMC.Numerics/) package.

0 commit comments

Comments
 (0)