diff --git a/README.md b/README.md
index 7a84e08d3..e34728cb1 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,7 @@
-BouncyCastle-PCL
+Portable.BouncyCastle
================
-PCL Version of BouncyCastle targeting .NET Framework 4, Silverlight 5, Windows 8, Windows Phone App 8.1, MonoTouch, MonoAndroid
-
-This version also supports .NET Core and CoreCLR
+BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, WP, Silverlight, MonoAndroid, Xamarin.iOS, .NET Core
================
diff --git a/crypto/src/crypto.csproj b/crypto/src/crypto.csproj
index 78587366d..37d2fff71 100644
--- a/crypto/src/crypto.csproj
+++ b/crypto/src/crypto.csproj
@@ -8,7 +8,8 @@
<Product>Bouncy Castle for .NET ($(TargetFramework))</Product>
<Copyright>Copyright (C) 2000-2017</Copyright>
<Company>The Legion of the Bouncy Castle Inc.</Company>
- <Description>Bouncy Castle Cryptography API</Description>
+ <Title>Bouncy Castle PCL </Title>
+ <Description>BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, WP, Silverlight, MonoAndroid, Xamarin.iOS, .NET Core</Description>
<DebugType>embedded</DebugType>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|