Skip to content

Commit 78591a0

Browse files
committed
Use the assembly version as the file version, in lieu of new 2.0 build scripts
1 parent 480afa2 commit 78591a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function Set-AssemblyVersions($informational, $assembly)
1111
(Get-Content assets/CommonAssemblyInfo.cs) |
1212
ForEach-Object { $_ -replace """1.0.0.0""", """$assembly""" } |
1313
ForEach-Object { $_ -replace """1.0.0""", """$informational""" } |
14-
ForEach-Object { $_ -replace """1.1.1.1""", """$($informational).0""" } |
14+
ForEach-Object { $_ -replace """1.1.1.1""", """$assembly""" } |
1515
Set-Content assets/CommonAssemblyInfo.cs
1616
}
1717

0 commit comments

Comments
 (0)