Skip to content

Commit eec6769

Browse files
committed
feat: updated NSubstitute to 4.4.0 and ILMerge'd into one assembly
1 parent c51b9fc commit eec6769

16 files changed

+1488
-7547
lines changed
File renamed without changes.

Editor/NSubstitute.dll

670 KB
Binary file not shown.

Runtime/NSubstitute.dll.meta renamed to Editor/NSubstitute.dll.meta

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/NSubstitute.xml

Lines changed: 1451 additions & 0 deletions
Large diffs are not rendered by default.
File renamed without changes.

Runtime/Castle.Core.dll

-432 KB
Binary file not shown.

Runtime/Castle.Core.dll.meta

Lines changed: 0 additions & 33 deletions
This file was deleted.

Runtime/Castle.Core.xml

Lines changed: 0 additions & 6057 deletions
This file was deleted.

Runtime/Castle.Core.xml.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

Runtime/NSubstitute.dll

-145 KB
Binary file not shown.

Runtime/NSubstitute.xml

Lines changed: 0 additions & 1156 deletions
This file was deleted.
-25.3 KB
Binary file not shown.

Runtime/System.Threading.Tasks.Extensions.dll.meta

Lines changed: 0 additions & 33 deletions
This file was deleted.

Runtime/System.Threading.Tasks.Extensions.xml

Lines changed: 0 additions & 253 deletions
This file was deleted.

Runtime/System.Threading.Tasks.Extensions.xml.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "net.tnrd.nsubstitute",
33
"displayName": "NSubstitute",
4-
"version": "4.2.2",
4+
"version": "4.4.0",
55
"unity": "2019.1",
66
"description": "NSubstitute is designed as a friendly substitute for .NET mocking libraries.\r\n\r\nIt is an attempt to satisfy our craving for a mocking library with a succinct syntax that helps us keep the focus on the intention of our tests, rather than on the configuration of our test doubles. We've tried to make the most frequently required operations obvious and easy to use, keeping less usual scenarios discoverable and accessible, and all the while maintaining as much natural language as possible.\r\n\r\nPerfect for those new to testing, and for others who would just like to to get their tests written with less noise and fewer lambdas.",
77
"keywords": [

0 commit comments

Comments
 (0)