Skip to content

Commit 2c2c1cf

Browse files
committed
fix: update package license expression to MIT and upgrade Microsoft.SourceLink.GitHub version
1 parent 25528af commit 2c2c1cf

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@
3333
<Authors>Swiss Life authors and contributors</Authors>
3434
<Company>Swiss Life</Company>
3535
<Copyright>Copyright © $(Company) $([System.DateTime]::Now.Year)</Copyright>
36-
<PackageLicenseUrl>https://github.com/SwissLife-OSS/Snapshooter/blob/master/LICENSE</PackageLicenseUrl>
36+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
3737
<PackageProjectUrl>https://github.com/SwissLife-OSS/Snapshooter</PackageProjectUrl>
3838
<PackageReleaseNotes>Release notes: https://github.com/SwissLife-OSS/Snapshooter/releases/$(Version)</PackageReleaseNotes>
3939
<PackageTags>XUnit SwissLife Snapshot UnitTest Test IntegrationTest SystemTest DatabaseTest .Net</PackageTags>
40-
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
4140
<PackageIconUrl>https://github.com/SwissLife-OSS/snapshooter/raw/master/logo.png</PackageIconUrl>
4241
<RepositoryType>GIT</RepositoryType>
4342
</PropertyGroup>
@@ -53,7 +52,7 @@
5352
</PropertyGroup>
5453

5554
<ItemGroup>
56-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
55+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="10.0.102" PrivateAssets="All" />
5756
</ItemGroup>
5857

5958
</Project>

0 commit comments

Comments
 (0)