We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c273811 commit 25ab8a0Copy full SHA for 25ab8a0
2 files changed
src/PromptPlus.OutputExtensions.cs
@@ -5,7 +5,6 @@
5
6
using PromptPlusLibrary.Core;
7
using System;
8
-using static System.Net.Mime.MediaTypeNames;
9
10
namespace PromptPlusLibrary
11
{
src/PromptPlus.csproj
@@ -21,7 +21,7 @@
21
<PackageId>PromptPlus</PackageId>
22
<PackageReadmeFile>README.md</PackageReadmeFile>
23
<PackageProjectUrl>https://github.com/FRACerqueira/PromptPlus</PackageProjectUrl>
24
- <Version>5.0.4</Version>
+ <Version>5.0.5</Version>
25
<PackageIcon>icon.png</PackageIcon>
26
<Copyright>© 2025 - Fernando Cerqueira</Copyright>
27
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
0 commit comments