Skip to content

Commit c747dfe

Browse files
Add nuspec files for DevExpress .NET Components v18.2.3
1 parent 3a9d429 commit c747dfe

File tree

325 files changed

+3180
-3107
lines changed

Some content is hidden

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

325 files changed

+3180
-3107
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@ If you too think that [DevExpress](http://www.devexpress.com) should provide us
2222

2323
I've created one NuGet package specification for every single assembly included in the DevExpress .NET controls, which in turn can be used to generate a NuGet package.
2424

25-
For example, the file `nuspec\Unofficial.DevExpress.Xpf.Ribbon.nuspec` is the corresponding NuGet specification for the assembly `DevExpress.Xpf.Ribbon.v18.1.dll`.
25+
For example, the file `nuspec\Unofficial.DevExpress.Xpf.Ribbon.nuspec` is the corresponding NuGet specification for the assembly `DevExpress.Xpf.Ribbon.v18.2.dll`.
2626

2727

2828
### Dependencies between NuGet packages
2929

3030
The dependencies between NuGet packages are created based on direct references to other DevExpress assemblies.
3131

32-
For example, if the assembly `DevExpress.Xpf.Ribbon.v18.1.dll` directly references `DevExpress.Data.v18.1.dll`, `DevExpress.Mvvm.v18.1.dll` and `DevExpress.Xpf.Core.v18.1.dll`, the NuGet specification will declare a dependency to each of the three NuGet packages corresponding to these assemblies:
32+
For example, if the assembly `DevExpress.Xpf.Ribbon.v18.2.dll` directly references `DevExpress.Data.v18.2.dll`, `DevExpress.Mvvm.v18.2.dll` and `DevExpress.Xpf.Core.v18.2.dll`, the NuGet specification will declare a dependency to each of the three NuGet packages corresponding to these assemblies:
3333

3434
<?xml version="1.0"?>
3535
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3636
<metadata>
3737
<id>Unofficial.DevExpress.Xpf.Ribbon</id>
38-
<version>18.1.7.0</version>
38+
<version>18.2.7.0</version>
3939
<!-- ... (omitted for brevity) -->
4040
<dependencies>
4141
<group targetFramework=".NETFramework4.0">
42-
<dependency id="Unofficial.DevExpress.Xpf.Core" version="18.1.7.0" />
43-
<dependency id="Unofficial.DevExpress.Data" version="18.1.7.0" />
44-
<dependency id="Unofficial.DevExpress.Mvvm" version="18.1.7.0" />
42+
<dependency id="Unofficial.DevExpress.Xpf.Core" version="18.2.7.0" />
43+
<dependency id="Unofficial.DevExpress.Data" version="18.2.7.0" />
44+
<dependency id="Unofficial.DevExpress.Mvvm" version="18.2.7.0" />
4545
</group>
4646
</dependencies>
4747
</metadata>
4848
<files>
49-
<file src="lib\DevExpress.Xpf.Ribbon.v18.1.dll" target="lib\net40" />
50-
<file src="lib\DevExpress.Xpf.Ribbon.v18.1.xml" target="lib\net40" />
49+
<file src="lib\DevExpress.Xpf.Ribbon.v18.2.dll" target="lib\net40" />
50+
<file src="lib\DevExpress.Xpf.Ribbon.v18.2.xml" target="lib\net40" />
5151
</files>
5252
</package>
5353

@@ -56,7 +56,7 @@ For example, if the assembly `DevExpress.Xpf.Ribbon.v18.1.dll` directly referenc
5656

5757
- **src**
5858
- **lib**
59-
- This is where you put the DevExpress assemblies before you generate the NuGet packages. You will typically copy the contents of the folder `C:\Program Files (x86)\DevExpress 18.1\Components\Bin\Framework` and paste it here, including sub-folders;
59+
- This is where you put the DevExpress assemblies before you generate the NuGet packages. You will typically copy the contents of the folder `C:\Program Files (x86)\DevExpress 18.2\Components\Bin\Framework` and paste it here, including sub-folders;
6060
- **nupkg**
6161
- This is the output folder where the NuGet packages will be generated;
6262
- **nuspec**
@@ -87,6 +87,9 @@ Please [report any issues](https://github.com/CaioProiete/DevExpress-NuGet/issue
8787

8888
## Release History
8989

90+
* **v18.2.3.0** - 2018-11-08
91+
- Contains NuGet specs for the DevExpress Components 18.2.3 released on November 08, 2018
92+
9093
* **v18.1.7.0** - 2018-11-01
9194
- Contains NuGet specs for the DevExpress Components 18.1.7 released on November 01, 2018
9295

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DevExpress .NET Controls & Libraries v18.1.7 (Released on November 1, 2018)
1+
DevExpress .NET Controls & Libraries v18.2.3 (Released on November 8, 2018)

src/nuspec/Unofficial.DevExpress.BonusSkins.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Unofficial.DevExpress.BonusSkins</id>
5-
<version>18.1.7.0</version>
5+
<version>18.2.3.0</version>
66
<title>Unofficial.DevExpress.BonusSkins</title>
77
<authors>Developer Express Inc.</authors>
88
<owners>Caio Proiete</owners>
99
<licenseUrl>https://www.devexpress.com/Support/EULAs/NetComponents.xml</licenseUrl>
1010
<projectUrl>https://www.devexpress.com/Subscriptions/DXperience.xml</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12-
<description>DevExpress.BonusSkins.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
12+
<description>DevExpress.BonusSkins.v18.2, Version=18.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
1313
<summary>Unofficial.DevExpress.BonusSkins NuGet package</summary>
1414
<copyright>Copyright (C) 2000-2018 Developer Express Inc.</copyright>
1515
<tags>unofficial devexpress bonusskins</tags>
1616
<dependencies>
1717
<group targetFramework=".NETFramework4.0">
18-
<dependency id="Unofficial.DevExpress.Utils" version="18.1.7.0" />
18+
<dependency id="Unofficial.DevExpress.Utils" version="18.2.3.0" />
1919
</group>
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="lib\DevExpress.BonusSkins.v18.1.dll" target="lib\net40" />
23+
<file src="lib\DevExpress.BonusSkins.v18.2.dll" target="lib\net40" />
2424
</files>
2525
</package>

src/nuspec/Unofficial.DevExpress.Charts.Core.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Unofficial.DevExpress.Charts.Core</id>
5-
<version>18.1.7.0</version>
5+
<version>18.2.3.0</version>
66
<title>Unofficial.DevExpress.Charts.Core</title>
77
<authors>Developer Express Inc.</authors>
88
<owners>Caio Proiete</owners>
99
<licenseUrl>https://www.devexpress.com/Support/EULAs/NetComponents.xml</licenseUrl>
1010
<projectUrl>https://www.devexpress.com/Subscriptions/DXperience.xml</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12-
<description>DevExpress.Charts.v18.1.Core, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
12+
<description>DevExpress.Charts.v18.2.Core, Version=18.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
1313
<summary>Unofficial.DevExpress.Charts.Core NuGet package</summary>
1414
<copyright>Copyright (C) 2000-2018 Developer Express Inc.</copyright>
1515
<tags>unofficial devexpress charts core</tags>
1616
<dependencies>
1717
<group targetFramework=".NETFramework4.0">
18-
<dependency id="Unofficial.DevExpress.Data" version="18.1.7.0" />
18+
<dependency id="Unofficial.DevExpress.Data" version="18.2.3.0" />
1919
</group>
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="lib\DevExpress.Charts.v18.1.Core.dll" target="lib\net40" />
23+
<file src="lib\DevExpress.Charts.v18.2.Core.dll" target="lib\net40" />
2424
</files>
2525
</package>

src/nuspec/Unofficial.DevExpress.Charts.Designer.nuspec

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,34 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Unofficial.DevExpress.Charts.Designer</id>
5-
<version>18.1.7.0</version>
5+
<version>18.2.3.0</version>
66
<title>Unofficial.DevExpress.Charts.Designer</title>
77
<authors>Developer Express Inc.</authors>
88
<owners>Caio Proiete</owners>
99
<licenseUrl>https://www.devexpress.com/Support/EULAs/NetComponents.xml</licenseUrl>
1010
<projectUrl>https://www.devexpress.com/Subscriptions/DXperience.xml</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12-
<description>DevExpress.Charts.Designer.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
12+
<description>DevExpress.Charts.Designer.v18.2, Version=18.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
1313
<summary>Unofficial.DevExpress.Charts.Designer NuGet package</summary>
1414
<copyright>Copyright (C) 2000-2018 Developer Express Inc.</copyright>
1515
<tags>unofficial devexpress charts designer</tags>
1616
<dependencies>
1717
<group targetFramework=".NETFramework4.0">
18-
<dependency id="Unofficial.DevExpress.Xpf.Core" version="18.1.7.0" />
19-
<dependency id="Unofficial.DevExpress.Xpf.Charts" version="18.1.7.0" />
20-
<dependency id="Unofficial.DevExpress.Mvvm" version="18.1.7.0" />
21-
<dependency id="Unofficial.DevExpress.Xpf.Grid" version="18.1.7.0" />
22-
<dependency id="Unofficial.DevExpress.Data" version="18.1.7.0" />
23-
<dependency id="Unofficial.DevExpress.Xpf.PropertyGrid" version="18.1.7.0" />
24-
<dependency id="Unofficial.DevExpress.Xpf.Ribbon" version="18.1.7.0" />
25-
<dependency id="Unofficial.DevExpress.Xpf.Grid.Core" version="18.1.7.0" />
26-
<dependency id="Unofficial.DevExpress.Xpf.Docking" version="18.1.7.0" />
27-
<dependency id="Unofficial.DevExpress.Charts.Core" version="18.1.7.0" />
18+
<dependency id="Unofficial.DevExpress.Xpf.Charts" version="18.2.3.0" />
19+
<dependency id="Unofficial.DevExpress.Xpf.Core" version="18.2.3.0" />
20+
<dependency id="Unofficial.DevExpress.Xpf.Docking" version="18.2.3.0" />
21+
<dependency id="Unofficial.DevExpress.Xpf.Grid" version="18.2.3.0" />
22+
<dependency id="Unofficial.DevExpress.Xpf.Grid.Core" version="18.2.3.0" />
23+
<dependency id="Unofficial.DevExpress.Data" version="18.2.3.0" />
24+
<dependency id="Unofficial.DevExpress.Mvvm" version="18.2.3.0" />
25+
<dependency id="Unofficial.DevExpress.Charts.Core" version="18.2.3.0" />
26+
<dependency id="Unofficial.DevExpress.Xpf.PropertyGrid" version="18.2.3.0" />
27+
<dependency id="Unofficial.DevExpress.Xpf.Ribbon" version="18.2.3.0" />
2828
</group>
2929
</dependencies>
3030
</metadata>
3131
<files>
32-
<file src="lib\DevExpress.Charts.Designer.v18.1.dll" target="lib\net40" />
33-
<file src="lib\DevExpress.Charts.Designer.v18.1.xml" target="lib\net40" />
32+
<file src="lib\DevExpress.Charts.Designer.v18.2.dll" target="lib\net40" />
33+
<file src="lib\DevExpress.Charts.Designer.v18.2.xml" target="lib\net40" />
3434
</files>
3535
</package>

src/nuspec/Unofficial.DevExpress.CodeConverter.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Unofficial.DevExpress.CodeConverter</id>
5-
<version>18.1.7.0</version>
5+
<version>18.2.3.0</version>
66
<title>Unofficial.DevExpress.CodeConverter</title>
77
<authors>Developer Express Inc.</authors>
88
<owners>Caio Proiete</owners>
99
<licenseUrl>https://www.devexpress.com/Support/EULAs/NetComponents.xml</licenseUrl>
1010
<projectUrl>https://www.devexpress.com/Subscriptions/DXperience.xml</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12-
<description>DevExpress.CodeConverter.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
12+
<description>DevExpress.CodeConverter.v18.2, Version=18.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
1313
<summary>Unofficial.DevExpress.CodeConverter NuGet package</summary>
1414
<copyright>Copyright (C) 2000-2018 Developer Express Inc.</copyright>
1515
<tags>unofficial devexpress codeconverter</tags>
1616
<dependencies>
1717
<group targetFramework=".NETFramework4.0">
18-
<dependency id="Unofficial.DevExpress.CodeParser" version="18.1.7.0" />
18+
<dependency id="Unofficial.DevExpress.CodeParser" version="18.2.3.0" />
1919
</group>
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="lib\DevExpress.CodeConverter.v18.1.dll" target="lib\net40" />
23+
<file src="lib\DevExpress.CodeConverter.v18.2.dll" target="lib\net40" />
2424
</files>
2525
</package>

src/nuspec/Unofficial.DevExpress.CodeParser.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Unofficial.DevExpress.CodeParser</id>
5-
<version>18.1.7.0</version>
5+
<version>18.2.3.0</version>
66
<title>Unofficial.DevExpress.CodeParser</title>
77
<authors>Developer Express Inc.</authors>
88
<owners>Caio Proiete</owners>
99
<licenseUrl>https://www.devexpress.com/Support/EULAs/NetComponents.xml</licenseUrl>
1010
<projectUrl>https://www.devexpress.com/Subscriptions/DXperience.xml</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12-
<description>DevExpress.CodeParser.v18.1, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
12+
<description>DevExpress.CodeParser.v18.2, Version=18.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
1313
<summary>Unofficial.DevExpress.CodeParser NuGet package</summary>
1414
<copyright>Copyright (C) 2000-2018 Developer Express Inc.</copyright>
1515
<tags>unofficial devexpress codeparser</tags>
1616
<dependencies>
1717
<group targetFramework=".NETFramework4.0">
18-
<dependency id="Unofficial.DevExpress.Data" version="18.1.7.0" />
18+
<dependency id="Unofficial.DevExpress.Data" version="18.2.3.0" />
1919
</group>
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="lib\DevExpress.CodeParser.v18.1.dll" target="lib\net40" />
23+
<file src="lib\DevExpress.CodeParser.v18.2.dll" target="lib\net40" />
2424
</files>
2525
</package>

src/nuspec/Unofficial.DevExpress.Dashboard.Core.nuspec

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,43 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Unofficial.DevExpress.Dashboard.Core</id>
5-
<version>18.1.7.0</version>
5+
<version>18.2.3.0</version>
66
<title>Unofficial.DevExpress.Dashboard.Core</title>
77
<authors>Developer Express Inc.</authors>
88
<owners>Caio Proiete</owners>
99
<licenseUrl>https://www.devexpress.com/Support/EULAs/NetComponents.xml</licenseUrl>
1010
<projectUrl>https://www.devexpress.com/Subscriptions/DXperience.xml</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
12-
<description>DevExpress.Dashboard.v18.1.Core, Version=18.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
12+
<description>DevExpress.Dashboard.v18.2.Core, Version=18.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a</description>
1313
<summary>Unofficial.DevExpress.Dashboard.Core NuGet package</summary>
1414
<copyright>Copyright (C) 2000-2018 Developer Express Inc.</copyright>
1515
<tags>unofficial devexpress dashboard core</tags>
1616
<dependencies>
1717
<group targetFramework=".NETFramework4.0">
18-
<dependency id="Unofficial.DevExpress.PivotGrid.Core" version="18.1.7.0" />
19-
<dependency id="Unofficial.DevExpress.Data" version="18.1.7.0" />
20-
<dependency id="Unofficial.DevExpress.DataAccess" version="18.1.7.0" />
21-
<dependency id="Unofficial.DevExpress.Map.Core" version="18.1.7.0" />
22-
<dependency id="Unofficial.DevExpress.Printing.Core" version="18.1.7.0" />
23-
<dependency id="Unofficial.DevExpress.Utils" version="18.1.7.0" />
24-
<dependency id="Unofficial.DevExpress.XtraReports" version="18.1.7.0" />
25-
<dependency id="Unofficial.DevExpress.RichEdit.Core" version="18.1.7.0" />
26-
<dependency id="Unofficial.DevExpress.XtraMap" version="18.1.7.0" />
27-
<dependency id="Unofficial.DevExpress.XtraCharts" version="18.1.7.0" />
28-
<dependency id="Unofficial.DevExpress.XtraTreeMap" version="18.1.7.0" />
29-
<dependency id="Unofficial.DevExpress.Sparkline.Core" version="18.1.7.0" />
30-
<dependency id="Unofficial.DevExpress.XtraGauges.Core" version="18.1.7.0" />
31-
<dependency id="Unofficial.DevExpress.XtraGauges.Win" version="18.1.7.0" />
32-
<dependency id="Unofficial.DevExpress.Xpo" version="18.1.7.0" />
33-
<dependency id="Unofficial.DevExpress.Office.Core" version="18.1.7.0" />
34-
<dependency id="Unofficial.DevExpress.TreeMap.Core" version="18.1.7.0" />
35-
<dependency id="Unofficial.DevExpress.Charts.Core" version="18.1.7.0" />
36-
<dependency id="Unofficial.DevExpress.XtraGauges.Presets" version="18.1.7.0" />
18+
<dependency id="Unofficial.DevExpress.PivotGrid.Core" version="18.2.3.0" />
19+
<dependency id="Unofficial.DevExpress.Data" version="18.2.3.0" />
20+
<dependency id="Unofficial.DevExpress.DataAccess" version="18.2.3.0" />
21+
<dependency id="Unofficial.DevExpress.Utils" version="18.2.3.0" />
22+
<dependency id="Unofficial.DevExpress.Printing.Core" version="18.2.3.0" />
23+
<dependency id="Unofficial.DevExpress.XtraReports" version="18.2.3.0" />
24+
<dependency id="Unofficial.DevExpress.RichEdit.Core" version="18.2.3.0" />
25+
<dependency id="Unofficial.DevExpress.XtraTreeMap" version="18.2.3.0" />
26+
<dependency id="Unofficial.DevExpress.XtraMap" version="18.2.3.0" />
27+
<dependency id="Unofficial.DevExpress.XtraCharts" version="18.2.3.0" />
28+
<dependency id="Unofficial.DevExpress.XtraGauges.Core" version="18.2.3.0" />
29+
<dependency id="Unofficial.DevExpress.XtraGauges.Win" version="18.2.3.0" />
30+
<dependency id="Unofficial.DevExpress.Office.Core" version="18.2.3.0" />
31+
<dependency id="Unofficial.DevExpress.Xpo" version="18.2.3.0" />
32+
<dependency id="Unofficial.DevExpress.TreeMap.Core" version="18.2.3.0" />
33+
<dependency id="Unofficial.DevExpress.Charts.Core" version="18.2.3.0" />
34+
<dependency id="Unofficial.DevExpress.Sparkline.Core" version="18.2.3.0" />
35+
<dependency id="Unofficial.DevExpress.Map.Core" version="18.2.3.0" />
36+
<dependency id="Unofficial.DevExpress.XtraGauges.Presets" version="18.2.3.0" />
3737
</group>
3838
</dependencies>
3939
</metadata>
4040
<files>
41-
<file src="lib\DevExpress.Dashboard.v18.1.Core.dll" target="lib\net40" />
42-
<file src="lib\DevExpress.Dashboard.v18.1.Core.xml" target="lib\net40" />
41+
<file src="lib\DevExpress.Dashboard.v18.2.Core.dll" target="lib\net40" />
42+
<file src="lib\DevExpress.Dashboard.v18.2.Core.xml" target="lib\net40" />
4343
</files>
4444
</package>

0 commit comments

Comments
 (0)