-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
publish GoogleGenAi.V1Beta2 as nupkg
- Loading branch information
1 parent
6d778f6
commit 20329b4
Showing
2 changed files
with
34 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 28 additions & 41 deletions
69
src/Google.Ai.Generativelanguage.V1Beta2/Google.Ai.Generativelanguage.V1Beta2.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,34 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PropertyGroup> | ||
<PackageId>LLMSharp.$(MSBuildProjectName)</PackageId> | ||
<TargetFramework>netstandard2.1</TargetFramework> | ||
<LangVersion>latest</LangVersion> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<Deterministic>true</Deterministic> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
<Authors>Veerash Ayyagari</Authors> | ||
<Company>veerash-ayyagari</Company> | ||
<PackageTags>palm, palm client, google vertex, dotnet, google palm sdk, vertex ai, google</PackageTags> | ||
<RepositoryUrl>https://github.com/veerashayyagari/google-palm-sdk</RepositoryUrl> | ||
<Description>Auto Generated with protoc using Protobuf files for Google Palm. To be used along with LLMSharp.Google.Palm nuget</Description> | ||
<Title>Google Palm Dotnet Protobuf Autogenerated files</Title> | ||
<PackageProjectUrl>https://github.com/veerashayyagari/google-palm-sdk</PackageProjectUrl> | ||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
<AssemblyName>LLMSharp.$(MSBuildProjectName)</AssemblyName> | ||
|
||
<!-- TODO: Version defaults to 1.0.0-alpha01, edit as required --> | ||
<Version>1.0.0-alpha01</Version> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<None Include="..\..\README.md"> | ||
<Pack>True</Pack> | ||
<PackagePath>\</PackagePath> | ||
</None> | ||
</ItemGroup> | ||
|
||
<!-- TODO: NuGet packaging options --> | ||
<!-- | ||
<Description> | ||
TODO: Description of this library. | ||
</Description> | ||
<PackageTags>TODO;Library;Tags</PackageTags> | ||
<Copyright>TODO: Copyright Statement</Copyright> | ||
<Authors>TODO:Authors</Authors> | ||
*** TODO: These Icon, License, Project, and repo settings *MUST* be checked and edited *** | ||
*** The values given are just examples *** | ||
<PackageIconUrl>TODO: https://cloud.google.com/images/gcp-icon-64x64.png</PackageIconUrl> | ||
<PackageLicenseUrl>TODO: https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl> | ||
<PackageProjectUrl>TODO: https://github.com/googleapis/google-cloud-dotnet</PackageProjectUrl> | ||
<RepositoryType>TODO: git</RepositoryType> | ||
<RepositoryUrl>TODO: https://github.com/googleapis/google-cloud-dotnet</RepositoryUrl> | ||
--> | ||
|
||
<!-- TODO: Configure package signing --> | ||
<!-- | ||
<AssemblyOriginatorKeyFile>...</AssemblyOriginatorKeyFile> | ||
<SignAssembly>true</SignAssembly> | ||
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign> | ||
--> | ||
|
||
<!-- These items should not require editing --> | ||
<TargetFrameworks>netstandard2.1;net462</TargetFrameworks> | ||
<LangVersion>latest</LangVersion> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<Deterministic>true</Deterministic> | ||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
|
||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.3.1, 5.0.0)" /> | ||
<PackageReference Include="Grpc.Core" Version="[2.46.5, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" /> | ||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.3.1, 5.0.0)" /> | ||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" /> | ||
</ItemGroup> | ||
|
||
</Project> |