Skip to content

Commit 6340191

Browse files
committed
Set license identifier
Update description
1 parent 179436d commit 6340191

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Global.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<LangVersion>8.0</LangVersion>
55
<VersionPrefix>0.1.0</VersionPrefix>
6-
<Product>PAM for .NET</Product>
6+
<Product>PAM bindings for .NET</Product>
77
<Copyright>Fubar Development Junker 2019</Copyright>
88
<Company>Fubar Development Junker</Company>
99
<Authors>Fubar Development Junker</Authors>
@@ -12,6 +12,7 @@
1212
<PackageReleaseNotes>https://github.com/FubarDevelopment/PamSharp/releases</PackageReleaseNotes>
1313
<RepositoryUrl>https://github.com/FubarDevelopment/PamSharp.git</RepositoryUrl>
1414
<RepositoryType>git</RepositoryType>
15+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1516
<MinClientVersion>3.5</MinClientVersion>
1617
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)FubarDev.PamSharp.ruleset</CodeAnalysisRuleSet>
1718
<NullableContextOptions>enable</NullableContextOptions>

src/FubarDev.PamSharp/FubarDev.PamSharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>netcoreapp3.0</TargetFrameworks>
4-
<Description>PAM for .NET</Description>
4+
<Description>PAM bindings for .NET</Description>
55
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
66
<NoWarn Condition=" '$(Configuration)' != 'Release' ">$(NoWarn);SA1401</NoWarn>
77
</PropertyGroup>

0 commit comments

Comments
 (0)