Skip to content

Commit

Permalink
Update version to 1.6.3 (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
manodasanW authored Apr 29, 2022
1 parent e515454 commit 8fe6810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/AzurePipelineTemplates/CsWinRT-Variables.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
variables:
MajorVersion: 1
MinorVersion: 6
PatchVersion: 2
PatchVersion: 3
WinRT.Runtime.AssemblyVersion: '1.6.0.0'
Net5.SDK.Feed: 'https://dotnetcli.blob.core.windows.net/dotnet'
Net5.SDK.Version: '5.0.404'
Expand All @@ -14,4 +14,4 @@ variables:
_IsRelease: $[coalesce(variables.IsRelease, '')]
_RunBenchmarks: $[coalesce(variables.RunBenchmarks, 'true')]
_DotNetRuntimeVersion: $[coalesce(variables.DotNetRuntimeVersion, '5.0.13')]
_WindowsSdkVersionSuffix: $[coalesce(variables.WindowsSdkPackageVersionSuffix, '23')]
_WindowsSdkVersionSuffix: $[coalesce(variables.WindowsSdkPackageVersionSuffix, '25')]

0 comments on commit 8fe6810

Please sign in to comment.