diff options
| author | Rob Mensching <rob@firegiant.com> | 2024-04-07 03:26:12 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2024-04-25 13:31:39 -0700 |
| commit | 4983aeeb2da6e96bc8aad698752b3b962f58e585 (patch) | |
| tree | 40a5eee15554c599086f12d0d426ba37060b050a /src/Directory.Build.props | |
| parent | 973a1764223d7313beef03a66f6218905b07870b (diff) | |
| download | wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.gz wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.tar.bz2 wix-4983aeeb2da6e96bc8aad698752b3b962f58e585.zip | |
Move to ReleaseFlow and SomeVer
Diffstat (limited to 'src/Directory.Build.props')
| -rw-r--r-- | src/Directory.Build.props | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index db9bf0b2..b27e35d7 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
| @@ -32,11 +32,7 @@ | |||
| 32 | <ProjectUrl>https://wixtoolset.org/</ProjectUrl> | 32 | <ProjectUrl>https://wixtoolset.org/</ProjectUrl> |
| 33 | <PackageIcon>wix.png</PackageIcon> | 33 | <PackageIcon>wix.png</PackageIcon> |
| 34 | 34 | ||
| 35 | <GitThisAssembly>false</GitThisAssembly> | ||
| 36 | <GitVersionFile>version.txt</GitVersionFile> | 35 | <GitVersionFile>version.txt</GitVersionFile> |
| 37 | <GitIgnoreTagVersion>true</GitIgnoreTagVersion> | ||
| 38 | <GitInfoReportImportance>low</GitInfoReportImportance> | ||
| 39 | <GitBaseVersionRegex Condition="'$(GitBaseVersionRegex)' == ''">v?(?<MAJOR>\d+|{[\dA-za-z\-\.]+})\.(?<MINOR>(\d+|{[\dA-za-z\-\.]+}))(?:\-(?<LABEL>[\dA-Za-z\-\.{}]+))?$|^v?(?<MAJOR>\d+|{[\dA-za-z\-\.]+})\.(?<MINOR>(\d+|{[\dA-za-z\-\.]+}))\.(?<PATCH>\d+|{[\dA-za-z\-\.]+})(?:\-(?<LABEL>[\dA-Za-z\-\.{}]+))?$|^(?<LABEL>[\dA-Za-z\-\.{}]+)\-v?(?<MAJOR>\d+|{[\dA-za-z\-\.]+})\.(?<MINOR>\d+|{[\dA-za-z\-\.]+})\.(?<PATCH>\d+|{[\dA-za-z\-\.]+})$</GitBaseVersionRegex> | ||
| 40 | </PropertyGroup> | 36 | </PropertyGroup> |
| 41 | 37 | ||
| 42 | <Import Project="Directory$(MSBuildProjectExtension).props" Condition=" Exists('Directory$(MSBuildProjectExtension).props') " /> | 38 | <Import Project="Directory$(MSBuildProjectExtension).props" Condition=" Exists('Directory$(MSBuildProjectExtension).props') " /> |
