Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Jun 10, 2024
1 parent 7a085bc commit 3af2539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Install/Build-Release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $START_PATH = Get-Location
$ROOT_PATH = "$PSScriptRoot/.."
$PNP_TEMPLATES_BASEPATH = "$ROOT_PATH/Templates"
$GIT_HASH = git log --pretty=format:'%h' -n 1
$RELEASE_NAME = "pp365-veimodul-1.1.0.$($GIT_HASH)"
$RELEASE_NAME = "pp365-veimodul-1.1.1.$($GIT_HASH)"
if ($USE_CHANNEL_CONFIG) {
$RELEASE_NAME = "$($RELEASE_NAME)"
}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Veimodulen for Prosjektportalen

[![version](https://img.shields.io/badge/version-1.1.1-green.svg)](https://semver.org)

Veimodulen for Prosjektportalen er en samling komponenter som sammen utgjør en mal for veiprosjekter. Veimodulen er blitt utarbeidet av Rogaland fylkeskommune, og Puzzlepart har bistått i å ekstrahere tilpasningene som mal for deling på GitHub. Videre forvaltning vil gjøres primært av Puzzlepart, og vi ønsker innspill på innholdet i malen. For spørsmål og innspill, logg gjerne en issue i dette området på GitHub eller send oss en e-post på <[email protected]>.

Veimodulen installeres som et tillegg til Prosjektportalen 365. Ved å installere veimodulen vil man få følgende satt opp i porteføljeområdet
Expand Down

0 comments on commit 3af2539

Please sign in to comment.