Skip to content

Commit

Permalink
Fix assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
pepone committed Feb 5, 2018
1 parent 2fa8ff8 commit 3f78617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>zeroc.icebuilder.msbuild</AssemblyName>
<Version>5.0.0.0</Version>
<Version>5.0.1.0</Version>
<OutputPath>../../lib</OutputPath>
<TargetFramework>netstandard2.0</TargetFramework>
<TimeStampServer Condition="'$(SIGN_TIMESTAMPSERVER)' == ''">http://timestamp.verisign.com/scripts/timstamp.dll</TimeStampServer>
Expand Down

0 comments on commit 3f78617

Please sign in to comment.