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