Skip to content

Commit 191dfe6

Browse files
committed
Bump version and fix publish script
1 parent ecb5055 commit 191dfe6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.idea/.idea.dcmfind/.idea/dbnavigator.xml

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

DcmFind/DcmFind.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PackAsTool>true</PackAsTool>
88
<ToolCommandName>dcmfind</ToolCommandName>
99
<PackageOutputPath>./nupkg</PackageOutputPath>
10-
<Version>1.0.4</Version>
10+
<Version>1.1.0</Version>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<RepositoryUrl>https://github.com/amoerie/dcmfind</RepositoryUrl>
1313
<Authors>Alexander Moerman</Authors>

publish.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Write-Host "Packing version $version"
1010

1111
dotnet pack $csprojPath --configuration Release
1212

13-
$nupkgFile = Resolve-Path (Join-Path "$projectPath/bin/Release" "$projectName.$version.nupkg")
13+
$nupkgFile = Resolve-Path (Join-Path "$projectPath/nupkg" "$projectName.$version.nupkg")
1414

1515
Write-Host "Publishing NuGet package file"
1616

0 commit comments

Comments
 (0)