Skip to content

Commit

Permalink
Revert AssemblyInfo.cs removal; file needed for Azure OpenAI support (#…
Browse files Browse the repository at this point in the history
…14)

* Revert AssemblyInfo.cs removal; file needed for Azure OpenAI support
* Add public key
  • Loading branch information
trrwilson committed Jun 6, 2024
1 parent 959b605 commit bf21eb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("Azure.AI.OpenAI, PublicKey=0024000004800000940000000602000000240000525341310004000001000100097ad52abbeaa2e1a1982747cc0106534f65cfea6707eaed696a3a63daea80de2512746801a7e47f88e7781e71af960d89ba2e25561f70b0e2dbc93319e0af1961a719ccf5a4d28709b2b57a5d29b7c09dc8d269a490ebe2651c4b6e6738c27c5fb2c02469fe9757f0a3479ac310d6588a50a28d7dd431b907fd325e18b9e8ed")]

0 comments on commit bf21eb5

Please sign in to comment.