Skip to content

Commit

Permalink
Change package version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Jan 27, 2025
1 parent 3ee78b7 commit e1ce99f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion preview/ChatAIze.Utilities.Preview.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Title>Utilities Preview</Title>
<Product>Utilities</Product>
<Version>0.4.16</Version>
<Version>0.5.0</Version>
<Company>ChatAIze</Company>
<Authors>Marcel Kwiatkowski</Authors>
<Copyright>© ChatAIze 2024</Copyright>
Expand Down
16 changes: 12 additions & 4 deletions src/ChatAIze.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Title>Utilities</Title>
<Product>Utilities</Product>
<Version>0.4.16</Version>
<Version>0.5.0</Version>
<Company>ChatAIze</Company>
<Authors>Marcel Kwiatkowski</Authors>
<Copyright>© ChatAIze 2024</Copyright>
Expand All @@ -29,10 +29,18 @@
</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.12.8" />
<PackageReference
Include="ChatAIze.Abstractions"
Version="0.12.8" />
</ItemGroup>
</Project>

0 comments on commit e1ce99f

Please sign in to comment.