Skip to content

Commit a3201d9

Browse files
committed
Version increment
1 parent 16ec8da commit a3201d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Network/Network.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
9-
<Version>6.2.5.23</Version>
9+
<Version>6.2.5.24</Version>
1010
<Authors>Thomas Christof</Authors>
1111
<Company>Indie-Dev</Company>
1212
<Description>Network library supporting: TCP, UDP, RSA, events and objects. Fast and simple, with only 48bit overhead per packet. Send and receive packets with async operations.
@@ -27,8 +27,8 @@ Fork me: https://github.com/Toemsel/Network</Description>
2727
- Removed .NET46 and .NET5 build target
2828
- Bluetooth support removed</PackageReleaseNotes>
2929
<NeutralLanguage>en-US</NeutralLanguage>
30-
<AssemblyVersion>6.2.5.23</AssemblyVersion>
31-
<FileVersion>6.2.5.23</FileVersion>
30+
<AssemblyVersion>6.2.5.24</AssemblyVersion>
31+
<FileVersion>6.2.5.24</FileVersion>
3232
</PropertyGroup>
3333

3434
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">

0 commit comments

Comments
 (0)