Skip to content

Commit 553029e

Browse files
committed
Updates to project settings.
1 parent 62047aa commit 553029e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk/Optimizely.Graph.Source.Sdk.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7+
<Authors>Optimizely</Authors>
8+
<Description>C# SDK for Content Graph Services api.</Description>
9+
<PackageProjectUrl>https://github.com/episerver/graph-source-sdk</PackageProjectUrl>
10+
<PackageReadmeFile>README.md</PackageReadmeFile>
11+
<RepositoryUrl>https://github.com/episerver/graph-source-sdk</RepositoryUrl>
712
</PropertyGroup>
813

914
<ItemGroup>
@@ -12,6 +17,13 @@
1217
<None Remove="Expression\**" />
1318
</ItemGroup>
1419

20+
<ItemGroup>
21+
<None Include="..\..\README.md">
22+
<Pack>True</Pack>
23+
<PackagePath>\</PackagePath>
24+
</None>
25+
</ItemGroup>
26+
1527
<ItemGroup>
1628
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1729
</ItemGroup>

0 commit comments

Comments
 (0)