Skip to content

Commit

Permalink
🔼 Update System.CommandLine and bump version to v5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
database64128 committed Dec 22, 2021
1 parent 08b96d9 commit bd255ff
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>5.1.0</Version>
<Version>5.2.0</Version>
<Authors>database64128</Authors>
<Description>Utilities library for ShadowsocksUriGenerator.CLI</Description>
<Copyright>© 2021 database64128</Copyright>
Expand All @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21618.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21621.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>ss-uri-gen</AssemblyName>
<ApplicationIcon>ss-uri-gen.ico</ApplicationIcon>
<PackageId>ShadowsocksUriGenerator.CLI</PackageId>
<Version>5.1.0</Version>
<Version>5.2.0</Version>
<Authors>database64128</Authors>
<Product>Shadowsocks URI Generator CLI</Product>
<Description>Shadowsocks URI Generator command-line interface.</Description>
Expand All @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21618.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21621.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>ss-uri-gen-chatbot-telegram</AssemblyName>
<ApplicationIcon>ss-uri-gen-chatbot-telegram.ico</ApplicationIcon>
<PackageId>ShadowsocksUriGenerator.Chatbot.Telegram</PackageId>
<Version>5.1.0</Version>
<Version>5.2.0</Version>
<Authors>database64128</Authors>
<Product>Shadowsocks URI Generator - Telegram Chatbot</Product>
<Description>A Telegram bot for user interactions with Shadowsocks URI Generator.</Description>
Expand All @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21618.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21621.1" />
<PackageReference Include="Telegram.Bot" Version="17.0.0" />
<PackageReference Include="Telegram.Bot.Extensions.Polling" Version="1.0.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>ss-uri-gen-rescue</AssemblyName>
<ApplicationIcon>ss-uri-gen-rescue.ico</ApplicationIcon>
<PackageId>ShadowsocksUriGenerator.Rescue.CLI</PackageId>
<Version>5.1.0</Version>
<Version>5.2.0</Version>
<Authors>database64128</Authors>
<Product>Shadowsocks URI Generator Rescue CLI</Product>
<Description>A rescue tool CLI for restoring ss-uri-gen config from generated online config directory.</Description>
Expand All @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21618.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta2.21621.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>5.1.0</Version>
<Version>5.2.0</Version>
<Authors>database64128</Authors>
<Product>Shadowsocks URI Generator Rescue Library</Product>
<Description>A rescue tool library for restoring ss-uri-gen config from generated online config directory.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>enable</Nullable>
<AssemblyName>ss-uri-gen-server</AssemblyName>
<PackageId>ShadowsocksUriGenerator.Server</PackageId>
<Version>5.1.0</Version>
<Version>5.2.0</Version>
<Authors>database64128</Authors>
<Product>Shadowsocks URI Generator API Server</Product>
<Description>Shadowsocks URI Generator API Server provides an API endpoint for basic management tasks and online config.</Description>
Expand All @@ -24,7 +24,7 @@
<PackageReference Include="Shadowsocks.Interop" Version="1.1.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
<PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="6.2.3" />
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.21618.1" />
<PackageReference Include="System.CommandLine.Hosting" Version="0.4.0-alpha.21621.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>5.1.0</Version>
<Version>5.2.0</Version>
<Authors>database64128</Authors>
<Product>Shadowsocks URI Generator Hosted Services</Product>
<Description>Shadowsocks URI Generator hosted services.</Description>
Expand Down
2 changes: 1 addition & 1 deletion ShadowsocksUriGenerator/ShadowsocksUriGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>5.1.0</Version>
<Version>5.2.0</Version>
<Authors>database64128</Authors>
<Product>Shadowsocks URI Generator Library</Product>
<Description>Shadowsocks URI Generator is a management and distribution platform for censorship circumvention services.</Description>
Expand Down
4 changes: 2 additions & 2 deletions shadowsocks-uri-generator.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShadowsocksUriGenerator", "ShadowsocksUriGenerator\ShadowsocksUriGenerator.csproj", "{DE625CF7-725A-4459-90A7-47B46D3A3F95}"
EndProject
Expand Down

0 comments on commit bd255ff

Please sign in to comment.