Skip to content

Commit 01d45cc

Browse files
authored
Update version to official 2.0.0 release (#123)
1 parent 798b9da commit 01d45cc

File tree

5 files changed

+6
-18
lines changed

5 files changed

+6
-18
lines changed

src/Directory.Build.props

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
<Project>
22
<PropertyGroup>
3-
<Company>Morgan Stanley</Company>
3+
<VersionPrefix>2.0.0</VersionPrefix>
4+
<VersionSuffix></VersionSuffix>
5+
<Company>Morgan Stanley</Company>
46
<Authors>Morgan Stanley</Authors>
57
<Copyright>Copyright 2023 Morgan Stanley</Copyright>
68
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
79
<NeutralLanguage>en-US</NeutralLanguage>
10+
<RepositoryUrl>https://github.com/finos/fdc3-dotnet</RepositoryUrl>
11+
<PackageTags>FDC3</PackageTags>
812
</PropertyGroup>
913
</Project>

src/Fdc3.AppDirectory/Finos.Fdc3.AppDirectory.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
<PropertyGroup>
44
<RootNamespace>Finos.Fdc3.AppDirectory</RootNamespace>
55
<AssemblyName>Finos.Fdc3.AppDirectory</AssemblyName>
6-
<VersionPrefix>2.0.0</VersionPrefix>
7-
<VersionSuffix>beta.1</VersionSuffix>
8-
<Product>.NET FDC3 Newtonsoft JSON</Product>
6+
<Product>.NET FDC3 AppDirectory</Product>
97
<SignAssembly>true</SignAssembly>
108
<AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile>
119
<PackageReadmeFile>README.md</PackageReadmeFile>
1210
<TargetFramework>netstandard2.0</TargetFramework>
1311
<Nullable>enable</Nullable>
1412
<LangVersion>8.0</LangVersion>
15-
<RepositoryUrl>https://github.com/finos/fdc3-dotnet</RepositoryUrl>
1613
<Description>.NET Standard 2.0 declarations to implement FDC3 AppDirectory.</Description>
17-
<Tags>FDC3</Tags>
1814
</PropertyGroup>
1915

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

src/Fdc3.Json/Finos.Fdc3.Json.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
<PropertyGroup>
44
<RootNamespace>Finos.Fdc3.Json</RootNamespace>
55
<AssemblyName>Finos.Fdc3.Json</AssemblyName>
6-
<VersionPrefix>2.0.0</VersionPrefix>
7-
<VersionSuffix>beta.1</VersionSuffix>
86
<Product>.NET FDC3 System.Text JSON</Product>
97
<SignAssembly>true</SignAssembly>
108
<AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile>
119
<PackageReadmeFile>README.md</PackageReadmeFile>
1210
<TargetFramework>netstandard2.0</TargetFramework>
1311
<Nullable>enable</Nullable>
1412
<LangVersion>8.0</LangVersion>
15-
<RepositoryUrl>https://github.com/finos/fdc3-dotnet</RepositoryUrl>
1613
<Description>.NET Standard 2.0 FDC3 JSON helpers based on System.Text.Json for use with Finos.Fdc3.</Description>
17-
<Tags>FDC3</Tags>
1814
</PropertyGroup>
1915

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

src/Fdc3.NewtonsoftJson/Finos.Fdc3.NewtonsoftJson.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
<PropertyGroup>
44
<RootNamespace>Finos.Fdc3.NewtonsoftJson</RootNamespace>
55
<AssemblyName>Finos.Fdc3.NewtonsoftJson</AssemblyName>
6-
<VersionPrefix>2.0.0</VersionPrefix>
7-
<VersionSuffix>beta.1</VersionSuffix>
86
<Product>.NET FDC3 Newtonsoft JSON</Product>
97
<SignAssembly>true</SignAssembly>
108
<AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile>
119
<PackageReadmeFile>README.md</PackageReadmeFile>
1210
<TargetFramework>netstandard2.0</TargetFramework>
1311
<Nullable>enable</Nullable>
1412
<LangVersion>8.0</LangVersion>
15-
<RepositoryUrl>https://github.com/finos/fdc3-dotnet</RepositoryUrl>
1613
<Description>.NET Standard 2.0 FDC3 JSON helpers based on Newtonsoft.Json for use with Finos.Fdc3.</Description>
17-
<Tags>FDC3</Tags>
1814
</PropertyGroup>
1915

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

src/Fdc3/Finos.Fdc3.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
<PropertyGroup>
44
<RootNamespace>Finos.Fdc3</RootNamespace>
55
<AssemblyName>Finos.Fdc3</AssemblyName>
6-
<VersionPrefix>2.0.0</VersionPrefix>
7-
<VersionSuffix>beta.1</VersionSuffix>
86
<Product>.NET FDC3</Product>
97
<SignAssembly>true</SignAssembly>
108
<AssemblyOriginatorKeyFile>..\keypair.snk</AssemblyOriginatorKeyFile>
119
<PackageReadmeFile>README.md</PackageReadmeFile>
1210
<TargetFramework>netstandard2.0</TargetFramework>
1311
<Nullable>enable</Nullable>
1412
<LangVersion>8.0</LangVersion>
15-
<RepositoryUrl>https://github.com/Finos/fdc3-dotnet</RepositoryUrl>
1613
<Description>.NET Standard 2.0 declarations to implement concrete FDC3 compatible .NET desktop agents and usage of intents/contexts.</Description>
17-
<Tags>FDC3</Tags>
1814
</PropertyGroup>
1915

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

0 commit comments

Comments
 (0)