Skip to content

Commit

Permalink
[DI-1368] Update package version for 2.3 release (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpardogrowthaccelerationpartners authored Jun 4, 2024
1 parent d368ff8 commit 42d78ef
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 8.0-alpine
FROM mcr.microsoft.com/dotnet/aspnet@sha256:646b1c5ff36375f35f6149b0ce19ca095f97b4b882b90652801e9fbe82bcfa8a
LABEL maintainer="Ed-Fi Alliance, LLC and Contributors <[email protected]>"
ENV VERSION="2.2.0"
ENV VERSION="2.3.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.2.0.0'
PackageVersion = '2.3.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.2.0.0'
PackageVersion = '2.3.0.0'
UserRecoveryToken = "bEnFYNociET2R1Wua3DHzwfU5u"
}
#>
Expand All @@ -62,7 +62,7 @@ $packageSource = Split-Path $PSScriptRoot -Parent
$p = @{
ToolsPath = "C:/temp/tools"
DbConnectionInfo = $dbConnectionInfo
PackageVersion = '2.2.0.0'
PackageVersion = '2.3.0.0'
PackageSource = $packageSource
}

Expand Down

0 comments on commit 42d78ef

Please sign in to comment.