Skip to content

Commit f8a663b

Browse files
committed
Updating the version element to use properties so we can automatically have it match the Major, Minor, and Revision number of the Infragistics WPF dependencies it's expecting.
1 parent 2a0bbe9 commit f8a663b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DataPresenter.DataSources.OData/DataPresenter.DataSources.OData/DataPresenter.DataSources.OData.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<metadata>
33
<id>Infragistics.DataPresenter.DataSources.OData</id>
44
<title>OData DataSource Reference Implementation for Infragistics XamDataPresenter</title>
5-
<version>1.0.0-beta</version>
5+
<version>$naVersionMajor$.$naVersionMinor$.$naVersionRevision$</version>
66
<authors>Infragistics, Inc.</authors>
77
<owners>Infragistics, Inc</owners>
88
<description>Installs the DataPresenter.DataSources.OData.dll assembly which contains a reference implementation for an OData data source based on the AsyncPagingDataSourceBase class delivered in InfragisticsWPF4.DataPresenter.DataSources.Async.v16.1</description>

0 commit comments

Comments
 (0)