We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480afa2 commit 78591a0Copy full SHA for 78591a0
Build.ps1
@@ -11,7 +11,7 @@ function Set-AssemblyVersions($informational, $assembly)
11
(Get-Content assets/CommonAssemblyInfo.cs) |
12
ForEach-Object { $_ -replace """1.0.0.0""", """$assembly""" } |
13
ForEach-Object { $_ -replace """1.0.0""", """$informational""" } |
14
- ForEach-Object { $_ -replace """1.1.1.1""", """$($informational).0""" } |
+ ForEach-Object { $_ -replace """1.1.1.1""", """$assembly""" } |
15
Set-Content assets/CommonAssemblyInfo.cs
16
}
17
0 commit comments