We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468e7eb commit dce061cCopy full SHA for dce061c
src/ConductorSharp.Toolkit/ConductorSharp.Toolkit.csproj
@@ -7,6 +7,7 @@
7
<Nullable>disable</Nullable>
8
<PackAsTool>true</PackAsTool>
9
<ToolCommandName>dotnet-conductorsharp</ToolCommandName>
10
+ <Version>1.0.0</Version>
11
</PropertyGroup>
12
13
<ItemGroup>
src/ConductorSharp.Toolkit/Program.cs
@@ -16,7 +16,7 @@ namespace ConductorSharp.Toolkit
16
{
17
class Program
18
19
- public const string Version = "0.0.1";
+ public const string Version = "1.0.0";
20
21
public async static Task Main(string[] args)
22
0 commit comments