Skip to content

Commit

Permalink
Fix root module name
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Mar 24, 2024
1 parent 403eee3 commit e4909a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AnyPackage.DotNet.Tool.psd1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@{
RootModule = 'AnyPackage.DotNet.Tool.dll'
RootModule = 'AnyPackage.DotNet.ToolProvider.dll'
ModuleVersion = '0.1.0'
CompatiblePSEditions = @('Desktop', 'Core')
GUID = '2f27ec2e-002e-4145-8fd1-8959884ec06b'
Expand Down

0 comments on commit e4909a6

Please sign in to comment.