Skip to content

Commit

Permalink
Update product names and descriptions (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito authored Feb 13, 2023
1 parent a6694ff commit 51765c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Fdc3.Json/MorganStanley.Fdc3.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<AssemblyName>MorganStanley.Fdc3.Json</AssemblyName>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>alpha.1</VersionSuffix>
<Product>fdc3-dotnet</Product>
<Product>.NET FDC3 JSON</Product>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TargetFramework>netstandard2.0</TargetFramework>
<Nullable>enable</Nullable>
<LangVersion>8.0</LangVersion>
<RepositoryUrl>https://github.com/morganstanley/fdc3-dotnet</RepositoryUrl>
<Description>.NET Standard 2.0 declarations to implement concrete FDC3 compatible .NET desktop agents and usage of intents/contexts.</Description>
<Description>.NET Standard 2.0 FDC3 JSON helpers for use with MorganStanley.Fdc3.</Description>
<Tags>FDC3</Tags>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Fdc3/MorganStanley.Fdc3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>MorganStanley.Fdc3</AssemblyName>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>alpha.1</VersionSuffix>
<Product>fdc3-dotnet</Product>
<Product>.NET FDC3</Product>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand Down

0 comments on commit 51765c0

Please sign in to comment.