-
Notifications
You must be signed in to change notification settings - Fork 754
/
Copy pathDotNetNuke.Newtonsoft.Json.dnn
30 lines (30 loc) · 1.15 KB
/
DotNetNuke.Newtonsoft.Json.dnn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="DotNetNuke.Newtonsoft.Json" type="Library" version="13.00.01" isSystem="true">
<friendlyName>Newtonsoft Json Components</friendlyName>
<description>Provides Newtonsoft Json Components for DotNetNuke.</description>
<dependencies/>
<owner>
<name>.NET Foundation and Contributors</name>
<organization>DNN Community</organization>
<url>https://dnncommunity.org</url>
<email>info@dnncommunity.org</email>
</owner>
<license>License.txt</license>
<releaseNotes>
This package includes Newtonsoft.Json assembly version 13.0.1.
Please go to https://www.newtonsoft.com/json to view release notes on this particular version.</releaseNotes>
<components>
<component type="Assembly">
<assemblies>
<assembly>
<path>bin</path>
<name>Newtonsoft.Json.dll</name>
<version>13.0.1</version>
</assembly>
</assemblies>
</component>
</components>
</package>
</packages>
</dotnetnuke>