Skip to content

Commit 79cc3c1

Browse files
committed
The description field had a "16.1" in it. Since everything else in the nuspec file uses a property for versioning, we should use it here too.
1 parent f8a663b commit 79cc3c1

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
@@ -5,7 +5,7 @@
55
<version>$naVersionMajor$.$naVersionMinor$.$naVersionRevision$</version>
66
<authors>Infragistics, Inc.</authors>
77
<owners>Infragistics, Inc</owners>
8-
<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>
8+
<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.v$naVersionMajor$.$naVersionMinor$</description>
99
<projectUrl>https://github.com/Infragistics/DataSource-Reference-Implementations/tree/master/DataPresenter.DataSources.OData</projectUrl>
1010
<licenseUrl>https://github.com/Infragistics/DataSource-Reference-Implementations/blob/master/LICENSE</licenseUrl>
1111
<iconUrl>http://www.infragistics.com/tempicon.png</iconUrl>

0 commit comments

Comments
 (0)