From 01d45cc1145d1396f2947cedeb48824304f7cfbc Mon Sep 17 00:00:00 2001 From: Brian Ingenito <28159742+bingenito@users.noreply.github.com> Date: Thu, 28 Mar 2024 12:38:34 -0400 Subject: [PATCH] Update version to official 2.0.0 release (#123) --- src/Directory.Build.props | 6 +++++- src/Fdc3.AppDirectory/Finos.Fdc3.AppDirectory.csproj | 6 +----- src/Fdc3.Json/Finos.Fdc3.Json.csproj | 4 ---- src/Fdc3.NewtonsoftJson/Finos.Fdc3.NewtonsoftJson.csproj | 4 ---- src/Fdc3/Finos.Fdc3.csproj | 4 ---- 5 files changed, 6 insertions(+), 18 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 50d951d..db563d9 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,9 +1,13 @@  - Morgan Stanley + 2.0.0 + + Morgan Stanley Morgan Stanley Copyright 2023 Morgan Stanley Apache-2.0 en-US + https://github.com/finos/fdc3-dotnet + FDC3 \ No newline at end of file diff --git a/src/Fdc3.AppDirectory/Finos.Fdc3.AppDirectory.csproj b/src/Fdc3.AppDirectory/Finos.Fdc3.AppDirectory.csproj index 51d8274..e3e906f 100644 --- a/src/Fdc3.AppDirectory/Finos.Fdc3.AppDirectory.csproj +++ b/src/Fdc3.AppDirectory/Finos.Fdc3.AppDirectory.csproj @@ -3,18 +3,14 @@ Finos.Fdc3.AppDirectory Finos.Fdc3.AppDirectory - 2.0.0 - beta.1 - .NET FDC3 Newtonsoft JSON + .NET FDC3 AppDirectory true ..\keypair.snk README.md netstandard2.0 enable 8.0 - https://github.com/finos/fdc3-dotnet .NET Standard 2.0 declarations to implement FDC3 AppDirectory. - FDC3 diff --git a/src/Fdc3.Json/Finos.Fdc3.Json.csproj b/src/Fdc3.Json/Finos.Fdc3.Json.csproj index 16c0bf1..574b003 100644 --- a/src/Fdc3.Json/Finos.Fdc3.Json.csproj +++ b/src/Fdc3.Json/Finos.Fdc3.Json.csproj @@ -3,8 +3,6 @@ Finos.Fdc3.Json Finos.Fdc3.Json - 2.0.0 - beta.1 .NET FDC3 System.Text JSON true ..\keypair.snk @@ -12,9 +10,7 @@ netstandard2.0 enable 8.0 - https://github.com/finos/fdc3-dotnet .NET Standard 2.0 FDC3 JSON helpers based on System.Text.Json for use with Finos.Fdc3. - FDC3 diff --git a/src/Fdc3.NewtonsoftJson/Finos.Fdc3.NewtonsoftJson.csproj b/src/Fdc3.NewtonsoftJson/Finos.Fdc3.NewtonsoftJson.csproj index 2baac3d..6aa776c 100644 --- a/src/Fdc3.NewtonsoftJson/Finos.Fdc3.NewtonsoftJson.csproj +++ b/src/Fdc3.NewtonsoftJson/Finos.Fdc3.NewtonsoftJson.csproj @@ -3,8 +3,6 @@ Finos.Fdc3.NewtonsoftJson Finos.Fdc3.NewtonsoftJson - 2.0.0 - beta.1 .NET FDC3 Newtonsoft JSON true ..\keypair.snk @@ -12,9 +10,7 @@ netstandard2.0 enable 8.0 - https://github.com/finos/fdc3-dotnet .NET Standard 2.0 FDC3 JSON helpers based on Newtonsoft.Json for use with Finos.Fdc3. - FDC3 diff --git a/src/Fdc3/Finos.Fdc3.csproj b/src/Fdc3/Finos.Fdc3.csproj index c5e0642..1117acc 100644 --- a/src/Fdc3/Finos.Fdc3.csproj +++ b/src/Fdc3/Finos.Fdc3.csproj @@ -3,8 +3,6 @@ Finos.Fdc3 Finos.Fdc3 - 2.0.0 - beta.1 .NET FDC3 true ..\keypair.snk @@ -12,9 +10,7 @@ netstandard2.0 enable 8.0 - https://github.com/Finos/fdc3-dotnet .NET Standard 2.0 declarations to implement concrete FDC3 compatible .NET desktop agents and usage of intents/contexts. - FDC3