Skip to content

Commit 7d1d901

Browse files
committed
Removed release preview dependencies which may cause troubles while using NuGet in VS17.
1 parent 6fbdefc commit 7d1d901

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Network/.vs/Network/v15/.suo

0 Bytes
Binary file not shown.

Network/Network.csproj

+6-5
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.0.0.2</Version>
9+
<Version>6.1.0.2</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.
@@ -24,10 +24,11 @@ Fork me: https://github.com/Toemsel/Network</Description>
2424
<RepositoryUrl>https://github.com/Toemsel/Network</RepositoryUrl>
2525
<RepositoryType>GitHub</RepositoryType>
2626
<PackageTags>TCP, UDP, Bluetooth, Network, Events, Async, RSA</PackageTags>
27-
<PackageReleaseNotes>MAC and Linux Support</PackageReleaseNotes>
27+
<PackageReleaseNotes>MAC and Linux Support.
28+
Release preview dependencies removed.</PackageReleaseNotes>
2829
<NeutralLanguage>en-US</NeutralLanguage>
29-
<AssemblyVersion>6.0.0.2</AssemblyVersion>
30-
<FileVersion>6.0.0.2</FileVersion>
30+
<AssemblyVersion>6.1.0.2</AssemblyVersion>
31+
<FileVersion>6.1.0.2</FileVersion>
3132
</PropertyGroup>
3233
<ItemGroup>
3334
<Compile Remove="packages\**" />
@@ -47,7 +48,7 @@ Fork me: https://github.com/Toemsel/Network</Description>
4748
</ItemGroup>
4849

4950
<ItemGroup Condition="'$(TargetFramework)' == 'net46' ">
50-
<PackageReference Include="InTheHand.Devices.Bluetooth" Version="4.0.1803.22-preview" />
51+
<PackageReference Include="Network.Bluetooth" Version="4.0.1803.22" />
5152
<PackageReference Include="32feet.NET" Version="3.5.0" />
5253
</ItemGroup>
5354

0 commit comments

Comments
 (0)