Skip to content

Commit dce061c

Browse files
authored
Bump tool version (#40)
1 parent 468e7eb commit dce061c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ConductorSharp.Toolkit/ConductorSharp.Toolkit.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Nullable>disable</Nullable>
88
<PackAsTool>true</PackAsTool>
99
<ToolCommandName>dotnet-conductorsharp</ToolCommandName>
10+
<Version>1.0.0</Version>
1011
</PropertyGroup>
1112

1213
<ItemGroup>

src/ConductorSharp.Toolkit/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace ConductorSharp.Toolkit
1616
{
1717
class Program
1818
{
19-
public const string Version = "0.0.1";
19+
public const string Version = "1.0.0";
2020

2121
public async static Task Main(string[] args)
2222
{

0 commit comments

Comments
 (0)