Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Apr 22, 2020
1 parent 0a26390 commit a61f318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<RuntimeFrameworkVersion>3.1.0</RuntimeFrameworkVersion>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
Expand All @@ -18,7 +18,7 @@
<Target Name="AddInternalsVisibleTo" BeforeTargets="CoreCompile">
<ItemGroup>
<!-- We don't need this at the moment, so not added. -->
<!--
<!--
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>$(AssemblyName).Tests</_Parameter1>
</AssemblyAttribute>-->
Expand All @@ -32,4 +32,4 @@
</AssemblyAttribute>
</ItemGroup>
</Target>
</Project>
</Project>

0 comments on commit a61f318

Please sign in to comment.