We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7f660 commit 5813c8aCopy full SHA for 5813c8a
src/csharp/Directory.Build.props
@@ -12,14 +12,16 @@
12
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
13
</RestoreSources>
14
<Version>0.2.0</Version>
15
+ <Authors>Microsoft</Authors>
16
<Product>.NET for Apache Spark</Product>
17
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
18
19
<PackageLicenseFile>LICENSE</PackageLicenseFile>
20
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
21
<PackageProjectUrl>https://github.com/dotnet/spark</PackageProjectUrl>
-
22
+
23
<PublishRepositoryUrl>true</PublishRepositoryUrl>
24
+ <PrivateRepositoryUrl>https://github.com/dotnet/spark</PrivateRepositoryUrl>
25
<IncludeSymbols>true</IncludeSymbols>
26
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
27
0 commit comments