File tree Expand file tree Collapse file tree
src/GoAffPro.Client.Generated Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Solution >
22 <Folder Name =" /Solution Items/" >
33 <File Path =" .editorconfig" />
4+ <File Path =" .github/workflows/build.yml" />
45 <File Path =" Directory.Build.props" />
56 <File Path =" Directory.Packages.props" />
67 <File Path =" global.json" />
Original file line number Diff line number Diff line change 1414 Recommended: GitHub Packages, Azure Artifacts, or BaGet self-hosted.
1515 -->
1616 <!-- <add key="streamweaver-private" value="https://nuget.pkg.github.com/{your-org}/index.json" /> -->
17- <add key =" local" value =" ./nupkgs" />
17+ <!-- < add key="local" value="./nupkgs" /> -- >
1818 </packageSources >
1919
2020 <packageSourceMapping >
Original file line number Diff line number Diff line change 55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
77 <IsPackable >true</IsPackable >
8-
8+ < GenerateDocumentationFile >true</ GenerateDocumentationFile >
99 <PackageId >GoAffPro.Client.Generated</PackageId >
1010 <MinVerTagPrefix >v</MinVerTagPrefix >
1111 <Description >Kiota-generated .NET client for the GoAffPro API (internal dependency of GoAffPro.Client).</Description >
1212 <PackageProjectUrl >https://github.com/Agash/GoAffPro.Client</PackageProjectUrl >
1313 <RepositoryUrl >https://github.com/Agash/GoAffPro.Client</RepositoryUrl >
14- <PackageTags >goaffpro;kiota;api;client;dotnet</PackageTags >
14+ <PackageReadmeFile >README.md</PackageReadmeFile >
15+ <PackageTags >goaffpro;affiliate;marketing;api;client;dotnet</PackageTags >
1516 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1617 <RunKiotaOnBuild Condition =" '$(RunKiotaOnBuild)' == ''" >true</RunKiotaOnBuild >
1718 <GoAffProOpenApiSpecPath Condition =" '$(GoAffProOpenApiSpecPath)' == ''" >$(MSBuildProjectDirectory)\..\..\openapi\goaffpro-canonical.yaml</GoAffProOpenApiSpecPath >
4546 ConsoleToMSBuild =" true" />
4647 </Target >
4748
49+
50+ <ItemGroup >
51+ <None Include =" ..\..\README.md" Pack =" true" PackagePath =" \" />
52+ </ItemGroup >
53+
4854</Project >
You can’t perform that action at this time.
0 commit comments