Skip to content

Commit

Permalink
Update SK package, update csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger committed Sep 20, 2023
1 parent 0832bfd commit c5e73d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<PackageVersion>1.0.0-alpha</PackageVersion>
<OutputType>Library</OutputType>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/AssemblyAI/AssemblyAI.SemanticKernel</PackageProjectUrl>
<RepositoryUrl>https://github.com/AssemblyAI/AssemblyAI.SemanticKernel.git</RepositoryUrl>
<PackageProjectUrl>https://github.com/AssemblyAI/assemblyai-semantic-kernel</PackageProjectUrl>
<RepositoryUrl>https://github.com/AssemblyAI/assemblyai-semantic-kernel.git</RepositoryUrl>
<PackageIconUrl>https://www.assemblyai.com/favicon.png</PackageIconUrl>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
Expand All @@ -33,7 +33,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel">
<Version>0.22.230905.3-preview</Version>
<Version>0.24.230918.1-preview</Version>
</PackageReference>
<PackageReference Include="System.Net.Http.Json">
<Version>7.0.1</Version>
Expand Down
2 changes: 1 addition & 1 deletion src/Sample/Sample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Version>7.0.0</Version>
</PackageReference>
<PackageReference Include="Microsoft.SemanticKernel">
<Version>0.22.230905.3-preview</Version>
<Version>0.24.230918.1-preview</Version>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit c5e73d9

Please sign in to comment.