Skip to content

Commit

Permalink
Merge pull request #55 from picoe/curtis/update-versions
Browse files Browse the repository at this point in the history
Update versions
cwensley authored May 24, 2021
2 parents 26e9b2d + fabe0fc commit ca5eded
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -8,9 +8,9 @@
<PackageOutputPath>$(ArtifactsDir)nuget\$(Configuration)\</PackageOutputPath>

<Company>Picoe Software Solutions</Company>
<Copyright>Copyright 2020 by Curtis Wensley</Copyright>
<Version Condition="$(Version) == ''">1.5.0</Version>
<FileVersion Condition="$(FileVersion) == ''">1.5.0</FileVersion>
<Copyright>Copyright 2021 by Curtis Wensley</Copyright>
<Version Condition="$(Version) == ''">1.6.0</Version>
<FileVersion Condition="$(FileVersion) == ''">1.6.0</FileVersion>
</PropertyGroup>

<PropertyGroup>
6 changes: 3 additions & 3 deletions Eto.Parse.TestSpeed/Eto.Parse.TestSpeed.csproj
Original file line number Diff line number Diff line change
@@ -28,14 +28,14 @@
<PackageReference Include="Irony" Version="1.1.0" />
<PackageReference Include="MarkdownDeep.NET.Core" Version="1.5.0.4" />
<PackageReference Include="MarkdownSharp" Version="2.0.5" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="BenchmarkDotNet" Version="0.13.0" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
</ItemGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
<PackageReference Include="bsn.GoldParser" Version="2.0.79" />
<PackageReference Include="ServiceStack.Text" Version="4.5.14" />
<PackageReference Include="Sprache" Version="2.3.0" />
<PackageReference Include="Sprache" Version="2.3.1" />
<PackageReference Include="SpracheJSON" Version="1.0.1" />
</ItemGroup>
<ItemGroup>

0 comments on commit ca5eded

Please sign in to comment.