We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000b1d2 commit f4c79b1Copy full SHA for f4c79b1
1 file changed
CI/azure-pipelines-build.yml
@@ -443,8 +443,8 @@ stages:
443
<?xml version="1.0" encoding="utf-8"?>
444
<Versions>
445
<Configuration>$(Configuration)</Configuration>
446
- <IronDrawingNuGetVersion>$(NuGetVersion)</IronPdfNuGetVersion>
447
- <IronDrawingAssemblyVersion>$(AssemblyVersion)</IronPdfAssemblyVersion>
+ <IronDrawingNuGetVersion>$(NuGetVersion)</IronDrawingNuGetVersion>
+ <IronDrawingAssemblyVersion>$(AssemblyVersion)</IronDrawingAssemblyVersion>
448
<GitCommitHash>$(Build.SourceVersion)</GitCommitHash>
449
</Versions>
450
fileoverwrite: true
0 commit comments