Skip to content

Commit

Permalink
Add nuspec tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbar committed May 2, 2023
1 parent c14536c commit 1ed4558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>

<BaseBuildFolder>$(MSBuildThisFileDirectory)\build\</BaseBuildFolder>
<BuildFolder>$(BaseBuildFolder)\$(TargetFramework)\</BuildFolder>
<BuildFolder>$(BaseBuildFolder)$(TargetFramework)\</BuildFolder>
<OutputPath>$(BuildFolder)$(MSBuildProjectName)\$(Configuration)\bin\</OutputPath>
<OutDirLib>$(BuildFolder)lib\$(Configuration)\</OutDirLib>
<IntermediateOutputPath>$(BuildFolder)$(MSBuildProjectName)\$(Configuration)\obj\</IntermediateOutputPath>
Expand Down
2 changes: 1 addition & 1 deletion MsiZapEx/MsiZapEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryType>git</RepositoryType>
<Authors>Nir Bar</Authors>
<Title>Utility tool to detect and prune Windows Installer and WiX bundles registry entries</Title>
<PackageTags>MSI Installer MsiZap MsiZapEx WiX bundles bootstrapper</PackageTags>
<PackageTags>MSI Installer MsiZap MsiZapEx WiX bundles bootstrapper PanelSW</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageDescription>Utility tool to detect and prune Windows Installer and WiX bundles registry entries:
Products related to a given UpgradeCode
Expand Down

0 comments on commit 1ed4558

Please sign in to comment.