Skip to content

Commit 984bf3c

Browse files
committed
Bump version to 3.5.1
1 parent 94183e3 commit 984bf3c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
if: startsWith(github.ref, 'refs/tags/')
153153
run: |
154154
mkdir -p deb-root/opt/de4dotEx
155-
cp -r "publish-$DOTNET_RUNTIME/*" deb-root/opt/de4dotEx/
155+
cp -r publish-${DOTNET_RUNTIME}/* deb-root/opt/de4dotEx/
156156
157157
mkdir -p deb-root/usr/local/bin
158158
ln -s /opt/de4dotEx/de4dot deb-root/usr/local/bin/de4dot

De4DotCommon.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<LangVersion>12.0</LangVersion>
1111
<SignAssembly>true</SignAssembly>
1212
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\de4dot.snk</AssemblyOriginatorKeyFile>
13-
<VersionPrefix>3.5.0</VersionPrefix>
13+
<VersionPrefix>3.5.1</VersionPrefix>
1414
<Copyright>Copyright (C) 2011-2020 de4dot@gmail.com, 2025-2026 G DATA Advanced Analytics GmbH</Copyright>
1515
<OutputPath>$(MSBuildThisFileDirectory)\$(Configuration)</OutputPath>
1616
<DisableOutOfProcTaskHost>true</DisableOutOfProcTaskHost>

0 commit comments

Comments
 (0)