Skip to content

Commit

Permalink
Updated dependencies and version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
arklumpus committed Sep 7, 2022
1 parent 4986c5b commit a077e55
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MarkdownExamples/MarkdownExamples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="VectSharp.Markdown" Version="1.1.0" />
<PackageReference Include="VectSharp.Markdown" Version="1.4.0" />
</ItemGroup>

</Project>
6 changes: 3 additions & 3 deletions MarkdownViewerDemo/MarkdownViewerDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.13" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.13" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.13" />
<PackageReference Include="Avalonia" Version="0.10.18" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.18" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.18" />
<PackageReference Include="VectSharp.MuPDFUtils" Version="1.1.7" />
</ItemGroup>
<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions VectSharp.MarkdownCanvas/VectSharp.MarkdownCanvas.csproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<Authors>Giorgio Bianchini</Authors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Company>University of Bristol</Company>
<Description>A library to produce vector graphics (including text) without too many dependencies. Extensible to support multiple output formats. This package contains a control to display Markdown documents in Avalonia applications. For more information, see https://github.com/arklumpus/VectSharp</Description>
<Version>1.1.2</Version>
<Version>1.4.0</Version>
<PackageLicenseExpression>LGPL-3.0-only</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/arklumpus/VectSharp</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
Expand All @@ -25,8 +25,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="VectSharp.Canvas" Version="2.5.1" />
<PackageReference Include="VectSharp.Markdown" Version="1.1.2" />
<PackageReference Include="VectSharp.Canvas" Version="2.5.3" />
<PackageReference Include="VectSharp.Markdown" Version="1.4.0" />
</ItemGroup>

</Project>

0 comments on commit a077e55

Please sign in to comment.