Skip to content

Commit

Permalink
smgi prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
smoogipoo committed Oct 10, 2024
1 parent d880c60 commit 7e9735c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib-csharp/Velopack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>9</LangVersion>
<VelopackPackageId>Velopack</VelopackPackageId>
<VelopackPackageId>smgi.Velopack</VelopackPackageId>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/vpk/Velopack.Build/Velopack.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<VelopackPackageId>Velopack.Build</VelopackPackageId>
<VelopackPackageId>smgi.Velopack.Build</VelopackPackageId>
<VelopackPackageVendorLibs>true</VelopackPackageVendorLibs>
<VelopackPackageSelfContained>true</VelopackPackageSelfContained>
<DevelopmentDependency>true</DevelopmentDependency>
Expand Down
2 changes: 1 addition & 1 deletion src/vpk/Velopack.Vpk/Velopack.Vpk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<PropertyGroup>
<VelopackPackageId>vpk</VelopackPackageId>
<VelopackPackageId>smgi.vpk</VelopackPackageId>
<VelopackPackageVendorLibs>true</VelopackPackageVendorLibs>
<ToolCommandName>vpk</ToolCommandName>
<PackAsTool>true</PackAsTool>
Expand Down

0 comments on commit 7e9735c

Please sign in to comment.