Skip to content

Commit

Permalink
Change package version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel2215 committed Nov 10, 2024
1 parent ab1ac2f commit bf35fc3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/ChatAIze.PluginApi.ExamplePlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Title>Example Plugin</Title>
<Product>Plugin API</Product>
<Version>0.6.3</Version>
<Version>0.7.0</Version>
<Company>ChatAIze</Company>
<Authors>Marcel Kwiatkowski</Authors>
<Copyright>© ChatAIze 2024</Copyright>
Expand Down
20 changes: 15 additions & 5 deletions src/ChatAIze.PluginApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Title>Plugin API</Title>
<Product>Plugin API</Product>
<Version>0.6.3</Version>
<Version>0.7.0</Version>
<Company>ChatAIze</Company>
<Authors>Marcel Kwiatkowski</Authors>
<Copyright>© ChatAIze 2024</Copyright>
Expand All @@ -28,11 +28,21 @@
</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="ChatAIze.Abstractions"
Version="0.7.1" />
<PackageReference
Include="ChatAIze.Utilities"
Version="0.2.0" />
</ItemGroup>
</Project>

0 comments on commit bf35fc3

Please sign in to comment.