Skip to content

Commit d3c2fb7

Browse files
committed
🔼 Bump version
1 parent 5a54578 commit d3c2fb7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

ShadowsocksUriGenerator.CLI.Utils/ShadowsocksUriGenerator.CLI.Utils.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>4.1.0</Version>
6+
<Version>4.2.0</Version>
77
<Authors>database64128</Authors>
88
<Description>Utilities library for ShadowsocksUriGenerator.CLI</Description>
99
<Copyright>© 2021 database64128</Copyright>

ShadowsocksUriGenerator.CLI/ShadowsocksUriGenerator.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyName>ss-uri-gen</AssemblyName>
88
<ApplicationIcon>ss-uri-gen.ico</ApplicationIcon>
99
<PackageId>ShadowsocksUriGenerator.CLI</PackageId>
10-
<Version>4.1.0</Version>
10+
<Version>4.2.0</Version>
1111
<Authors>database64128</Authors>
1212
<Product>Shadowsocks URI Generator CLI</Product>
1313
<Description>A light-weight command line automation tool for managing federated Shadowsocks servers. Automate deployments of Outline servers. Deliver configurations to users with SIP008.</Description>

ShadowsocksUriGenerator.Chatbot.Telegram/ShadowsocksUriGenerator.Chatbot.Telegram.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyName>ss-uri-gen-chatbot-telegram</AssemblyName>
88
<ApplicationIcon>ss-uri-gen-chatbot-telegram.ico</ApplicationIcon>
99
<PackageId>ShadowsocksUriGenerator.Chatbot.Telegram</PackageId>
10-
<Version>4.1.0</Version>
10+
<Version>4.2.0</Version>
1111
<Authors>database64128</Authors>
1212
<Product>Shadowsocks URI Generator - Telegram Chatbot</Product>
1313
<Description>A Telegram bot for user interactions with Shadowsocks URI Generator.</Description>

ShadowsocksUriGenerator.Rescue.CLI/ShadowsocksUriGenerator.Rescue.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyName>ss-uri-gen-rescue</AssemblyName>
88
<ApplicationIcon>ss-uri-gen-rescue.ico</ApplicationIcon>
99
<PackageId>ShadowsocksUriGenerator.Rescue.CLI</PackageId>
10-
<Version>4.1.0</Version>
10+
<Version>4.2.0</Version>
1111
<Authors>database64128</Authors>
1212
<Product>Shadowsocks URI Generator Rescue CLI</Product>
1313
<Description>A rescue tool CLI for restoring ss-uri-gen config from generated online config directory.</Description>

ShadowsocksUriGenerator.Rescue/ShadowsocksUriGenerator.Rescue.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>4.1.0</Version>
6+
<Version>4.2.0</Version>
77
<Authors>database64128</Authors>
88
<Product>Shadowsocks URI Generator Rescue Library</Product>
99
<Description>A rescue tool library for restoring ss-uri-gen config from generated online config directory.</Description>

ShadowsocksUriGenerator/ShadowsocksUriGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
55
<Nullable>enable</Nullable>
6-
<Version>4.1.0</Version>
6+
<Version>4.2.0</Version>
77
<Authors>database64128</Authors>
88
<Product>Shadowsocks URI Generator Library</Product>
99
<Description>Library for managing federated Shadowsocks servers. Automate deployments of Outline servers. Deliver configurations to users with SIP008.</Description>

0 commit comments

Comments
 (0)