Skip to content

Commit

Permalink
Update version to official 2.0.0 release (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito authored Mar 28, 2024
1 parent 798b9da commit 01d45cc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 18 deletions.
6 changes: 5 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
<Project>
<PropertyGroup>
<Company>Morgan Stanley</Company>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Company>Morgan Stanley</Company>
<Authors>Morgan Stanley</Authors>
<Copyright>Copyright 2023 Morgan Stanley</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<NeutralLanguage>en-US</NeutralLanguage>
<RepositoryUrl>https://github.com/finos/fdc3-dotnet</RepositoryUrl>
<PackageTags>FDC3</PackageTags>
</PropertyGroup>
</Project>
6 changes: 1 addition & 5 deletions src/Fdc3.AppDirectory/Finos.Fdc3.AppDirectory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
<PropertyGroup>
<RootNamespace>Finos.Fdc3.AppDirectory</RootNamespace>
<AssemblyName>Finos.Fdc3.AppDirectory</AssemblyName>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
<Product>.NET FDC3 Newtonsoft JSON</Product>
<Product>.NET FDC3 AppDirectory</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/finos/fdc3-dotnet</RepositoryUrl>
<Description>.NET Standard 2.0 declarations to implement FDC3 AppDirectory.</Description>
<Tags>FDC3</Tags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 0 additions & 4 deletions src/Fdc3.Json/Finos.Fdc3.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
<PropertyGroup>
<RootNamespace>Finos.Fdc3.Json</RootNamespace>
<AssemblyName>Finos.Fdc3.Json</AssemblyName>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
<Product>.NET FDC3 System.Text 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/finos/fdc3-dotnet</RepositoryUrl>
<Description>.NET Standard 2.0 FDC3 JSON helpers based on System.Text.Json for use with Finos.Fdc3.</Description>
<Tags>FDC3</Tags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 0 additions & 4 deletions src/Fdc3.NewtonsoftJson/Finos.Fdc3.NewtonsoftJson.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
<PropertyGroup>
<RootNamespace>Finos.Fdc3.NewtonsoftJson</RootNamespace>
<AssemblyName>Finos.Fdc3.NewtonsoftJson</AssemblyName>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
<Product>.NET FDC3 Newtonsoft 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/finos/fdc3-dotnet</RepositoryUrl>
<Description>.NET Standard 2.0 FDC3 JSON helpers based on Newtonsoft.Json for use with Finos.Fdc3.</Description>
<Tags>FDC3</Tags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
4 changes: 0 additions & 4 deletions src/Fdc3/Finos.Fdc3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
<PropertyGroup>
<RootNamespace>Finos.Fdc3</RootNamespace>
<AssemblyName>Finos.Fdc3</AssemblyName>
<VersionPrefix>2.0.0</VersionPrefix>
<VersionSuffix>beta.1</VersionSuffix>
<Product>.NET FDC3</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/Finos/fdc3-dotnet</RepositoryUrl>
<Description>.NET Standard 2.0 declarations to implement concrete FDC3 compatible .NET desktop agents and usage of intents/contexts.</Description>
<Tags>FDC3</Tags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit 01d45cc

Please sign in to comment.