Skip to content

Commit 9c8ebfd

Browse files
Merge pull request #37 from episerver/user/ihorb/update-documentation
Updates documentation and Yarp version
2 parents 8d547c7 + d477a45 commit 9c8ebfd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: ./src/EPiServer.ContentDelivery.NodeProxy
5151
run: dotnet pack --no-build --configuration $env:buildConfiguration --version-suffix $env:versionSuffix
5252
- name: Archive packages
53-
uses: actions/upload-artifact@v2
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: packages
5656
path: artifacts/**/*.nupkg
@@ -65,7 +65,7 @@ jobs:
6565
DOTNET_NOLOGO: 1
6666
steps:
6767
- name: Download artifacts
68-
uses: actions/download-artifact@v2
68+
uses: actions/download-artifact@v4
6969
with:
7070
name: packages
7171
- name: Publish to Github Packages

.github/workflows/nuget-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
working-directory: ./src/EPiServer.ContentDelivery.NodeProxy
2727
run: dotnet pack --no-build --configuration $env:buildConfiguration
2828
- name: Archive packages
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: packages
3232
path: artifacts/**/*.nupkg

samples/music-festival-vue-decoupled/frontend/src/components/EpiContentArea.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Renders a ContentArea by iterating through all the blocks and using the
33
`BlockComponentSelector` to render the corresponding Vue component.
44
5-
By setting the `data-epi-block-id` attribute the block becomes editable
5+
By setting the `data-epi-block-id` or `data-epi-content-id` attribute the block becomes editable
66
during On-Page Edit. It will not be set in View mode to not leak out too
77
much info about Optimizely to visitors.
88

src/EPiServer.ContentDelivery.NodeProxy/EPiServer.ContentDelivery.NodeProxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="EPiServer.CMS.Core" Version="12.18.0" />
36-
<PackageReference Include="Yarp.ReverseProxy" Version="1.1.1" />
36+
<PackageReference Include="Yarp.ReverseProxy" Version="2.2.0" />
3737
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
3838
</ItemGroup>
3939

0 commit comments

Comments
 (0)