Skip to content

Commit

Permalink
problem: when converting to csproj we didn't specify the version with…
Browse files Browse the repository at this point in the history
…in the csproj
  • Loading branch information
somdoron authored and drewnoakes committed Sep 5, 2017
1 parent b1d54de commit 5de78bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NetMQ/NetMQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<PropertyGroup>
<Description>A 100% native C# port of the lightweight high performance messaging library ZeroMQ</Description>
<AssemblyTitle>NetMQ</AssemblyTitle>
<VersionPrefix>4.0.0.0</VersionPrefix>
<Version>4.0.0.0</Version>
<PackageVersion>4.0.0.0</PackageVersion>
<!--monoandroid60;xamarinios10-->
<TargetFrameworks>netstandard1.3;net35;net40;uap10.0</TargetFrameworks>
<DebugType>portable</DebugType>
Expand Down

0 comments on commit 5de78bd

Please sign in to comment.