Skip to content

Commit f4c79b1

Browse files
Fixes version xml
1 parent 000b1d2 commit f4c79b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CI/azure-pipelines-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@ stages:
443443
<?xml version="1.0" encoding="utf-8"?>
444444
<Versions>
445445
<Configuration>$(Configuration)</Configuration>
446-
<IronDrawingNuGetVersion>$(NuGetVersion)</IronPdfNuGetVersion>
447-
<IronDrawingAssemblyVersion>$(AssemblyVersion)</IronPdfAssemblyVersion>
446+
<IronDrawingNuGetVersion>$(NuGetVersion)</IronDrawingNuGetVersion>
447+
<IronDrawingAssemblyVersion>$(AssemblyVersion)</IronDrawingAssemblyVersion>
448448
<GitCommitHash>$(Build.SourceVersion)</GitCommitHash>
449449
</Versions>
450450
fileoverwrite: true

0 commit comments

Comments
 (0)