Skip to content

Commit c4bf304

Browse files
authored
Merge pull request #23 from ibigbug/fix/version-opt
fix --version option
2 parents f9c2533 + 9c3d89b commit c4bf304

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed
Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
6-
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
7-
<AssemblyName>PowerSession</AssemblyName>
8-
<PackageId>PowerSession</PackageId>
9-
<Title>PowerSession</Title>
10-
<Authors>Yuwei Ba</Authors>
11-
<IsPackable>true</IsPackable>
12-
<PackageVersion>1.4.4</PackageVersion>
13-
<AssemblyVersion>1.4.4</AssemblyVersion>
14-
<FileVersion>1.4.4</FileVersion>
15-
<PackAsTool>true</PackAsTool>
16-
<ToolCommandName>PowerSession</ToolCommandName>
17-
<RepositoryUrl>https://github.com/ibigbug/PowerSession</RepositoryUrl>
18-
</PropertyGroup>
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net6.0</TargetFramework>
6+
<RuntimeIdentifiers>win-x64</RuntimeIdentifiers>
7+
<AssemblyName>PowerSession</AssemblyName>
8+
<PackageId>PowerSession</PackageId>
9+
<Title>PowerSession</Title>
10+
<Authors>Yuwei Ba</Authors>
11+
<IsPackable>true</IsPackable>
12+
<Version>1.4.5</Version>
13+
<PackageVersion>1.4.5</PackageVersion>
14+
<AssemblyVersion>1.4.5</AssemblyVersion>
15+
<FileVersion>1.4.5</FileVersion>
16+
<PackAsTool>true</PackAsTool>
17+
<ToolCommandName>PowerSession</ToolCommandName>
18+
<RepositoryUrl>https://github.com/ibigbug/PowerSession</RepositoryUrl>
19+
</PropertyGroup>
1920

20-
<ItemGroup>
21-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
22-
</ItemGroup>
21+
<ItemGroup>
22+
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
23+
</ItemGroup>
2324

24-
<ItemGroup>
25-
<ProjectReference Include="..\PowerSession.ConPTY\PowerSession.ConPTY.csproj" />
26-
<ProjectReference Include="..\PowerSession.Main\PowerSession.Main.csproj" />
27-
</ItemGroup>
25+
<ItemGroup>
26+
<ProjectReference Include="..\PowerSession.ConPTY\PowerSession.ConPTY.csproj" />
27+
<ProjectReference Include="..\PowerSession.Main\PowerSession.Main.csproj" />
28+
</ItemGroup>
2829

2930
</Project>

0 commit comments

Comments
 (0)