forked from microsoft/VFSForGit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVersion.props
More file actions
22 lines (17 loc) · 911 Bytes
/
Version.props
File metadata and controls
22 lines (17 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project>
<PropertyGroup>
<!-- Default GVFS version number if not specified at build time -->
<GVFSVersion Condition="'$(GVFSVersion)' == ''" >0.2.173.2</GVFSVersion>
<!--
Only update the minimum version if we rely upon a new command-line interface in
Git or if there is a truly broken interaction.
Note that we require that the revision (Z) of the Git version string (2.X.Y.vfs.Z.W)
is an exact match. We will use this to signal that a microsoft/git version introduces
a breaking change that requires a VFS for Git upgrade.
Using the revision part allows us to modify the other version items arbitrarily,
including taking version numbers 2.X.Y from upstream and updating .W if we have any
hotfixes to microsoft/git.
-->
<MinimumGitVersion>v2.31.0.vfs.0.1</MinimumGitVersion>
</PropertyGroup>
</Project>