Skip to content

Commit 3af2539

Browse files
committed
v1.1.1
1 parent 7a085bc commit 3af2539

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Install/Build-Release.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $START_PATH = Get-Location
3333
$ROOT_PATH = "$PSScriptRoot/.."
3434
$PNP_TEMPLATES_BASEPATH = "$ROOT_PATH/Templates"
3535
$GIT_HASH = git log --pretty=format:'%h' -n 1
36-
$RELEASE_NAME = "pp365-veimodul-1.1.0.$($GIT_HASH)"
36+
$RELEASE_NAME = "pp365-veimodul-1.1.1.$($GIT_HASH)"
3737
if ($USE_CHANNEL_CONFIG) {
3838
$RELEASE_NAME = "$($RELEASE_NAME)"
3939
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Veimodulen for Prosjektportalen
22

3+
[![version](https://img.shields.io/badge/version-1.1.1-green.svg)](https://semver.org)
4+
35
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]>.
46

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

0 commit comments

Comments
 (0)