Skip to content

Commit

Permalink
Change package version to 0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Nov 10, 2024
1 parent c449769 commit 3d1c03f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion preview/ChatAIze.GenerativeCS.Preview.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Title>Generative CS Preview</Title>
<Product>Generative CS</Product>
<Version>0.11.6</Version>
<Version>0.11.7</Version>
<Company>ChatAIze</Company>
<Authors>Marcel Kwiatkowski</Authors>
<Copyright>© ChatAIze 2024</Copyright>
Expand Down
32 changes: 24 additions & 8 deletions src/ChatAIze.GenerativeCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Title>Generative CS</Title>
<Product>Generative CS</Product>
<Version>0.11.6</Version>
<Version>0.11.7</Version>
<Company>ChatAIze</Company>
<Authors>Marcel Kwiatkowski</Authors>
<Copyright>© ChatAIze 2024</Copyright>
Expand Down Expand Up @@ -63,14 +63,30 @@
</PackageTags>
</PropertyGroup>
<ItemGroup>
<None Include="icon.png" Pack="true" PackagePath="\" />
<None Include="../README.md" Pack="true" PackagePath="" />
<None
Include="icon.png"
Pack="true"
PackagePath="\" />
<None
Include="../README.md"
Pack="true"
PackagePath="" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ChatAIze.Abstractions" Version="0.7.1" />
<PackageReference Include="ChatAIze.Utilities" Version="0.2.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference
Include="ChatAIze.Abstractions"
Version="0.7.1" />
<PackageReference
Include="ChatAIze.Utilities"
Version="0.2.0" />
<PackageReference
Include="Microsoft.Extensions.DependencyInjection"
Version="8.0.1" />
<PackageReference
Include="Microsoft.Extensions.Http"
Version="8.0.1" />
<PackageReference
Include="Microsoft.Extensions.Options"
Version="8.0.2" />
</ItemGroup>
</Project>

0 comments on commit 3d1c03f

Please sign in to comment.