Skip to content

Commit 26c8dc0

Browse files
Merge pull request #3 from ThomasNieto/update-manifest
Update manifest and copyright
2 parents 7f3a700 + 4383fc7 commit 26c8dc0

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 AnyPackage
3+
Copyright (c) 2023 Ethan Bergstrom
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/AnyPackage.Chocolatey.psd1

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
@{
22
RootModule = 'AnyPackage.Chocolatey.psm1'
33
ModuleVersion = '0.0.2'
4+
CompatiblePSEditions = @('Desktop', 'Core')
45
GUID = '070f2b8f-c7db-4566-9296-2f7cc9146bf0'
56
Author = 'Ethan Bergstrom'
6-
Copyright = '2023'
7+
Copyright = '(c) 2023 Ethan Bergstrom. All rights reserved.'
78
Description = 'AnyPackage provider that facilitates installing Chocolatey packages from any NuGet repository.'
89
PowerShellVersion = '5.1'
10+
FunctionsToExport = @()
11+
CmdletsToExport = @()
12+
AliasesToExport = @()
913
RequiredModules = @(
1014
@{
1115
ModuleName = 'AnyPackage'
@@ -19,16 +23,9 @@
1923
PrivateData = @{
2024
AnyPackageProviders = 'AnyPackage.Chocolatey.psm1'
2125
PSData = @{
22-
# Tags applied to this module to indicate this is a AnyPackage Provider.
23-
Tags = @('AnyPackage','Provider','Chocolatey','PSEdition_Desktop','PSEdition_Core','Windows')
24-
25-
# A URL to the license for this module.
26-
LicenseUri = 'https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt'
27-
28-
# A URL to the main website for this project.
26+
Tags = @('AnyPackage','Provider','Chocolatey','Windows')
27+
LicenseUri = 'https://github.com/AnyPackage/AnyPackage.Chocolatey/blob/main/LICENSE'
2928
ProjectUri = 'https://github.com/AnyPackage/AnyPackage.Chocolatey'
30-
31-
# ReleaseNotes of this module
3229
ReleaseNotes = 'This is a PowerShell AnyPackage provider. It is a wrapper on top of Choco.
3330
It discovers Chocolatey packages from https://www.chocolatey.org and other NuGet repos.'
3431
}

0 commit comments

Comments
 (0)