Skip to content

Commit

Permalink
Use AssemblyVersion for the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Smalls1652 committed Mar 17, 2024
1 parent d2405d8 commit 0847c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pwsh/Pwsh.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<Copy SourceFiles="$(TemplateModuleManifestPath)" DestinationFolder="$(MSBuildProjectDirectory)" />
</Target>
<Target Name="UpdateModuleManifest" BeforeTargets="Build">
<Exec Command="pwsh -NoProfile -File 'Update-PwshModuleManifestVersion.ps1' -Version '$(VersionPrefix)' -PrereleaseVersion '$(VersionSuffix)'" />
<Exec Command="pwsh -NoProfile -File 'Update-PwshModuleManifestVersion.ps1' -Version '$(AssemblyVersion)' -PrereleaseVersion '$(VersionSuffix)'" />
</Target>
<Target Name="CreatePowerShellModule" AfterTargets="Publish">
<PropertyGroup>
Expand Down

0 comments on commit 0847c80

Please sign in to comment.