Skip to content

Commit

Permalink
Update minor version number for release with new API/property (#31)
Browse files Browse the repository at this point in the history
* Update the minor version number
  • Loading branch information
dlstucki authored Feb 25, 2021
1 parent 8564160 commit b3d6ff7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pipelines/pipeline.user.windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
version:
name: 'DefaultVersion'
major: 1
minor: 2
minor: 3
system: 'RevisionCounter'
exclude_commit: true

Expand Down
6 changes: 3 additions & 3 deletions .version/PipelineAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

// This is a CDP xPlat pipeline generated file. Do not modify. This will be replaced with the actual versions in the actual Pipeline.
using System.Reflection;
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: AssemblyInformationalVersion("1.2.0.0-dev-00000000")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyInformationalVersion("1.3.0.0-dev-00000000")]
2 changes: 1 addition & 1 deletion package.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PUSHD "%~dp0"

rem CDP_PACKAGE_VERSION_SEMANTIC set by internal
if not defined CDP_PACKAGE_VERSION_SEMANTIC set CDP_PACKAGE_VERSION_SEMANTIC=1.0.0.0-dev
if not defined CDP_PACKAGE_VERSION_SEMANTIC set CDP_PACKAGE_VERSION_SEMANTIC=1.3.0.0-dev

if defined TF_BUILD (
set BuildConfiguration=Release
Expand Down

0 comments on commit b3d6ff7

Please sign in to comment.