Skip to content

Commit b79b5df

Browse files
author
github-actions
committed
Merge branch 'release/3.0.1'
2 parents 743022c + 2b4ec81 commit b79b5df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nuget-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/setup-dotnet@v1
2424
with:
2525
source-url: https://api.nuget.org/v3/index.json
26-
dotnet-version: 3.1.x
26+
dotnet-version: 8.0.x
2727
env:
2828
NUGET_AUTH_TOKEN: ${{secrets.NUGET_FEED_PAT}}
2929
- name: Setup MSBuild

src/PiWeb.Volume/PiWeb.Volume.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
volumemetric data for visualization in PiWeb.
4040
</Description>
4141
<PackageId>Zeiss.PiWeb.Volume</PackageId>
42-
<Version>3.0.0</Version>
42+
<Version>3.0.1</Version>
4343
<PackageIcon>logo_128x128.png</PackageIcon>
4444
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
4545
<PackageProjectUrl>https://github.com/ZEISS-PiWeb/PiWeb-Volume</PackageProjectUrl>

0 commit comments

Comments
 (0)