Skip to content

Commit

Permalink
Bump the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Nov 5, 2024
1 parent 164408b commit 6b8a2d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/azure-pipelines-variables.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
MAJOR_VERSION: 3
BASE_VERSION: 3.0.0
MAJOR_VERSION: 2
BASE_VERSION: 2.1.0
PREVIEW_LABEL: 'preview'
BUILD_NUMBER: $[counter(format('{0}_{1}_{2}', variables['BASE_VERSION'], variables['Build.SourceBranch'], variables['PREVIEW_LABEL']), 1)]
GIT_SHA: $(Build.SourceVersion)
Expand Down
2 changes: 1 addition & 1 deletion source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<RepositoryUrl>https://go.microsoft.com/fwlink/?linkid=2071915</RepositoryUrl>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyFileVersion>2.0.0.0</AssemblyFileVersion>
<Version>3.0.0</Version>
<Version>2.1.0</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageVersion Condition=" '$(Version)' != '' and '$(VersionSuffix)' != '' ">$(Version)-$(VersionSuffix)</PackageVersion>
</PropertyGroup>
Expand Down

0 comments on commit 6b8a2d5

Please sign in to comment.