File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 135
135
WorkingDirectory =" $(BuildUmbDir)"
136
136
MinimumRequiredUmbracoVersion =" $(MinUmbracoVersion)"
137
137
PackageName =" $(PackageName)"
138
- PackageVersion =" $(ProductVersion )"
138
+ PackageVersion =" $(FileVersion )"
139
139
AuthorName =" $(AuthorName)"
140
140
AuthorUrl =" $(AuthorUrl)"
141
141
IconUrl =" $(IconUrl)"
157
157
Title =" $(PackageName)"
158
158
Description =" $(Description)"
159
159
Summary =" $(Readme)"
160
- Version =" $(ProductVersion )"
160
+ Version =" $(FileVersion )"
161
161
Authors =" $(AuthorName)"
162
162
Owners =" $(Owners)"
163
163
Copyright =" $(Copyright)"
185
185
<MSBuild .NuGet.Tasks.Pack NuGetExePath =" $(RootDir)\build\tools\NuGet.exe"
186
186
ManifestFile =" $(BuildNuGetDir)\package.nuspec"
187
187
BasePath =" $(BuildNuGetDir)"
188
- Version =" $(ProductVersion )"
188
+ Version =" $(FileVersion )"
189
189
OutputDirectory =" $(ArtifactsDir)"
190
190
Symbols =" true" />
191
191
You can’t perform that action at this time.
0 commit comments