Skip to content

Commit

Permalink
chore: add License URL to projects that don't have it
Browse files Browse the repository at this point in the history
  • Loading branch information
philasmar committed Nov 29, 2024
1 parent 8a14c32 commit d9e1050
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .autover/changes/2685eba0-7e2e-4bb7-aa6c-4a237434d388.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"Projects": [
{
"Name": "SnapshotRestore.Registry",
"Type": "Patch",
"ChangelogMessages": [
"Added License URL to project"
]
}
]
}
11 changes: 11 additions & 0 deletions .autover/changes/40379e2a-29d6-4e86-a7c8-af98eacf5dd9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"Projects": [
{
"Name": "Amazon.Lambda.Annotations",
"Type": "Patch",
"ChangelogMessages": [
"Added License URL to project"
]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<PackageProjectUrl>https://github.com/aws/aws-lambda-dotnet</PackageProjectUrl>
<PackageIcon>images\icon.png</PackageIcon>
<PackageReadmeFile>docs\README.md</PackageReadmeFile>
<PackageLicenseUrl>https://aws.amazon.com/apache2.0/</PackageLicenseUrl>

<!--This assembly needs to access internal methods inside the Amazon.Lambda.Annotations assembly.
Both these assemblies need to be strongly signed for the InternalsVisibleTo attribute to take effect.-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\..\buildtools\common.props" />

<PropertyGroup>
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<VersionPrefix>1.0.0</VersionPrefix>
Expand Down
2 changes: 1 addition & 1 deletion buildtools/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<PackageIconUrl>https://sdk-for-net.amazonwebservices.com/images/AWSLogo128x128.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/aws/aws-lambda-dotnet</PackageProjectUrl>
<PackageLicenseUrl>http://aws.amazon.com/apache2.0/</PackageLicenseUrl>
<PackageLicenseUrl>https://aws.amazon.com/apache2.0/</PackageLicenseUrl>


<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
Expand Down

0 comments on commit d9e1050

Please sign in to comment.