Skip to content

Commit f739926

Browse files
committed
Version increment for nuget package
1 parent f8a2276 commit f739926

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Network/.vs/Network/v15/.suo

0 Bytes
Binary file not shown.

Network/Network.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
77
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
88
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
9-
<Version>6.1.0.3</Version>
9+
<Version>6.1.0.4</Version>
1010
<Authors>Thomas Christof</Authors>
1111
<Company>Indie-Dev</Company>
1212
<Description>Network library supporting: TCP, UDP, Bluetooth, RSA, events and objects. Fast and simple, with only 48bit overhead per packet. Send and receive packets with async operations.
@@ -25,10 +25,11 @@ Fork me: https://github.com/Toemsel/Network</Description>
2525
<RepositoryType>GitHub</RepositoryType>
2626
<PackageTags>TCP, UDP, Bluetooth, Network, Events, Async, RSA</PackageTags>
2727
<PackageReleaseNotes>MAC and Linux Support.
28-
Release preview dependencies removed.</PackageReleaseNotes>
28+
Release preview dependencies removed.
29+
None integer inheritance enums are serializable.</PackageReleaseNotes>
2930
<NeutralLanguage>en-US</NeutralLanguage>
30-
<AssemblyVersion>6.1.0.3</AssemblyVersion>
31-
<FileVersion>6.1.0.3</FileVersion>
31+
<AssemblyVersion>6.1.0.4</AssemblyVersion>
32+
<FileVersion>6.1.0.4</FileVersion>
3233
</PropertyGroup>
3334
<ItemGroup>
3435
<Compile Remove="packages\**" />

0 commit comments

Comments
 (0)