Skip to content

Commit

Permalink
fix assembly version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 3, 2018
1 parent a09f58d commit b764719
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>

0 comments on commit b764719

Please sign in to comment.