Skip to content

Commit

Permalink
[DI-1326] Update package versions for 2.2 release (#53)
Browse files Browse the repository at this point in the history
* Update package version used by installer

* Update package version used by dockerfile
  • Loading branch information
simpat-adam authored Dec 20, 2023
1 parent 310037d commit bd906ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#tag 6.0-alpine
FROM mcr.microsoft.com/dotnet/aspnet@sha256:5d7911e8485a58ac50eefa09e2cea8f3d59268fd7f1501f72324e37e29d9d6ee
LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <[email protected]>"
ENV VERSION="2.1.1"
ENV VERSION="2.2.0"
ENV TZ=${TIME_ZONE}

# Alpine image does not contain Globalization Cultures library so we need to install ICU library to get fopr LINQ expression to work
Expand Down
6 changes: 3 additions & 3 deletions Installer/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ Configure DataImport
$p = @{
ToolsPath = "C:/temp/tools"
DbConnectionInfo = $dbConnectionInfo
PackageVersion = '2.1.0.0'
PackageVersion = '2.2.0.0'
}
UserRecoveryToken is optional. This value can be used to recover/ reset the application user credentials
$p = @{
ToolsPath = "C:/temp/tools"
DbConnectionInfo = $dbConnectionInfo
PackageVersion = '2.1.0.0'
PackageVersion = '2.2.0.0'
UserRecoveryToken = "bEnFYNociET2R1Wua3DHzwfU5u"
}
#>
Expand All @@ -62,7 +62,7 @@ $packageSource = Split-Path $PSScriptRoot -Parent
$p = @{
ToolsPath = "C:/temp/tools"
DbConnectionInfo = $dbConnectionInfo
PackageVersion = '2.1.1.0'
PackageVersion = '2.2.0.0'
PackageSource = $packageSource
}

Expand Down

0 comments on commit bd906ce

Please sign in to comment.