Skip to content

Commit 6d1b910

Browse files
committed
Fix file versions
1 parent f898104 commit 6d1b910

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/UmbracoFileSystemProviders.Azure.proj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
WorkingDirectory="$(BuildUmbDir)"
136136
MinimumRequiredUmbracoVersion="$(MinUmbracoVersion)"
137137
PackageName="$(PackageName)"
138-
PackageVersion="$(ProductVersion)"
138+
PackageVersion="$(FileVersion)"
139139
AuthorName="$(AuthorName)"
140140
AuthorUrl="$(AuthorUrl)"
141141
IconUrl="$(IconUrl)"
@@ -157,7 +157,7 @@
157157
Title="$(PackageName)"
158158
Description="$(Description)"
159159
Summary="$(Readme)"
160-
Version="$(ProductVersion)"
160+
Version="$(FileVersion)"
161161
Authors="$(AuthorName)"
162162
Owners="$(Owners)"
163163
Copyright="$(Copyright)"
@@ -185,7 +185,7 @@
185185
<MSBuild.NuGet.Tasks.Pack NuGetExePath="$(RootDir)\build\tools\NuGet.exe"
186186
ManifestFile="$(BuildNuGetDir)\package.nuspec"
187187
BasePath="$(BuildNuGetDir)"
188-
Version="$(ProductVersion)"
188+
Version="$(FileVersion)"
189189
OutputDirectory="$(ArtifactsDir)"
190190
Symbols="true" />
191191

0 commit comments

Comments
 (0)