Skip to content

Commit ce6aefb

Browse files
committed
Add GitHub source link + net 4.6.1 compatibility
1 parent 499c4f1 commit ce6aefb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
4+
<OutputType>Library</OutputType>
5+
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
56
<ReleaseVersion>2.x</ReleaseVersion>
67
<PackOnBuild>true</PackOnBuild>
78
<PackageId>NetLicensingClient-csharp</PackageId>
8-
<PackageVersion>2.4.4</PackageVersion>
9+
<PackageVersion>2.4.5</PackageVersion>
910
<Authors>Labs64 NetLicensing</Authors>
1011
<Copyright>© 2010 Labs64 GmbH</Copyright>
1112
<PackageIconUrl>https://netlicensing.io/img/labs64-avatar-200x200.png</PackageIconUrl>
@@ -14,7 +15,7 @@
1415
<Owners>Labs64</Owners>
1516
<PackageProjectUrl>https://netlicensing.io</PackageProjectUrl>
1617
<RepositoryUrl>https://github.com/Labs64/NetLicensingClient-csharp</RepositoryUrl>
17-
<PackageReleaseNotes>Visit https://netlicensing.io/wiki/changelog</PackageReleaseNotes>
18+
<PackageReleaseNotes>https://netlicensing.io/wiki/changelog</PackageReleaseNotes>
1819
<Summary>C# wrapper for Labs64 NetLicensing RESTful API</Summary>
1920
<PackageTags>Labs64 NetLicensing LaaS Licensing-as-a-Service entitlement software-licensing licensing license license-management validation activation concurrent floating metered-consumption node-locked subscription pay-per-use pricing-table membership</PackageTags>
2021
<Title>Labs64 NetLicensing C# Client</Title>
@@ -24,5 +25,10 @@
2425
<ItemGroup>
2526
<PackageReference Include="System.Security.Cryptography.Xml" Version="4.7.0" />
2627
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7" />
28+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
29+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
30+
<PrivateAssets>all</PrivateAssets>
31+
</PackageReference>
2732
</ItemGroup>
33+
2834
</Project>

0 commit comments

Comments
 (0)