File tree Expand file tree Collapse file tree 5 files changed +6
-18
lines changed
Expand file tree Collapse file tree 5 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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'" >
Original file line number Diff line number Diff line change 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'" >
Original file line number Diff line number Diff line change 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'" >
Original file line number Diff line number Diff line change 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'" >
You can’t perform that action at this time.
0 commit comments