Skip to content

Commit 47734b5

Browse files
committed
Revert "Replace PackageLicenseUrl with PackageLicenseFile"
This reverts commit 239d8d6.
1 parent d4e9e7b commit 47734b5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Amazon.Extensions.Configuration.SystemsManager/Amazon.Extensions.Configuration.SystemsManager.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,14 @@
1515
<Copyright>2018</Copyright>
1616
<PackageTags>AWS;Amazon;aws-sdk-v3;SimpleSystemsManagement;configuration</PackageTags>
1717
<PackageProjectUrl>https://github.com/aws/aws-dotnet-extensions-configuration/</PackageProjectUrl>
18-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
18+
<PackageLicenseUrl>http://aws.amazon.com/apache2.0/</PackageLicenseUrl>
1919
<PackageIconUrl>https://sdk-for-net.amazonwebservices.com/images/AWSLogo128x128.png</PackageIconUrl>
2020
<RepositoryUrl>https://github.com/aws/aws-dotnet-extensions-configuration/</RepositoryUrl>
2121
<Company>Amazon Web Services</Company>
2222

2323
<CodeAnalysisRuleSet>../ruleset.xml</CodeAnalysisRuleSet>
2424
</PropertyGroup>
2525

26-
<ItemGroup>
27-
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
28-
</ItemGroup>
29-
3026
<Choose>
3127
<When Condition=" '$(AWSKeyFile)' == '' ">
3228
<PropertyGroup>

0 commit comments

Comments
 (0)