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 2e42993 commit 2aca0afCopy full SHA for 2aca0af
2 files changed
Docker/BuildHaccContainers.ps1
@@ -1,4 +1,4 @@
1
-$version = '1.0.25'
+$version = '1.0.26'
2
3
function Test-ExitCode ([int] $Expected = 0)
4
{
HADotNet.CommandCenter/HADotNet.CommandCenter.csproj
@@ -5,8 +5,8 @@
5
<RuntimeIdentifiers>win10;alpine.3.10-x64;debian.10-arm</RuntimeIdentifiers>
6
<TypeScriptToolsVersion>Latest</TypeScriptToolsVersion>
7
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
8
- <AssemblyVersion>1.0.25.0</AssemblyVersion>
9
- <FileVersion>1.0.25.0</FileVersion>
+ <AssemblyVersion>1.0.26.0</AssemblyVersion>
+ <FileVersion>1.0.26.0</FileVersion>
10
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
11
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
12
<Deterministic>false</Deterministic>
0 commit comments