Skip to content

Commit 9390715

Browse files
authored
Merge pull request #1085 from lukeskinner/master
Updated the documentation for Visual Studio Build Packaging
2 parents ffaf5f2 + f5fbd83 commit 9390715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using/visual-studio-packaging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The first step is to define a build target in your `.csproj` file.
1515
<Output TaskParameter="Assemblies" ItemName="myAssemblyInfo"/>
1616
</GetAssemblyIdentity>
1717
<Exec Command="nuget pack MyApp.nuspec -Version %(myAssemblyInfo.Version) -Properties Configuration=Release -OutputDirectory $(OutDir) -BasePath $(OutDir)" />
18-
<Exec Command="squirrel --releasify $(OutDir)MyApp.%(myAssemblyInfo.Version).nupkg" />
18+
<Exec Command="squirrel --releasify $(OutDir)MyApp.$([System.Version]::Parse(%(myAssemblyInfo.Version)).ToString(3)).nupkg" />
1919
</Target>
2020
```
2121

0 commit comments

Comments
 (0)