mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-23 08:53:01 -05:00
build: version.properties: AssemblyVersion
This commit is contained in:
parent
37affbf572
commit
075a2b6e4c
@ -24,7 +24,7 @@
|
|||||||
<MyVersionWithCommas>$(MyVersion.Replace('.',',')),0</MyVersionWithCommas>
|
<MyVersionWithCommas>$(MyVersion.Replace('.',',')),0</MyVersionWithCommas>
|
||||||
<MyFullVersion>$(MyCanonicalVersion).$(MyBuildNumber).$(MyGitRevision)</MyFullVersion>
|
<MyFullVersion>$(MyCanonicalVersion).$(MyBuildNumber).$(MyGitRevision)</MyFullVersion>
|
||||||
|
|
||||||
<MyAssemblyVersion>$(MyCanonicalVersion.Substring(0, $(MyCanonicalVersion.IndexOf('.'))))</MyAssemblyVersion>
|
<MyAssemblyVersion>$(MyCanonicalVersion.Substring(0,$(MyVersion.IndexOf('.')))).0.0.0</MyAssemblyVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user