Skip to content

Commit

Permalink
Bump FSharp.Data to 6.3.0
Browse files Browse the repository at this point in the history
Also:
  * include new icon in package assets
  * upgrade dependencies and GH Actions
  • Loading branch information
rdipardo committed Sep 12, 2023
1 parent c6ef32d commit 139543d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
Expand Down
Binary file modified docs/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion example/Fornax.Seo.Example/Fornax.Seo.Example.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<ProjectReference Include="../../src/Fornax.Seo/Fornax.Seo.fsproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Markdig" Version="0.31.0" />
<PackageReference Include="Markdig" Version="0.32.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/FSharp.Data
2 changes: 1 addition & 1 deletion src/Fornax.Seo/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<FSharpDataVersion>6.2.0</FSharpDataVersion>
<FSharpDataVersion>6.3.0</FSharpDataVersion>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions src/Fornax.Seo/Fornax.Seo.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Authors>Robert Di Pardo</Authors>
<Copyright>Copyright (c) 2021 Robert Di Pardo and Contributors</Copyright>
<Description>A SEO meta tag generator for Fornax</Description>
<PackageIcon>logo.png</PackageIcon>
<PackageProjectUrl>https://rdipardo.github.io/Fornax.Seo</PackageProjectUrl>
<RepositoryUrl>https://github.com/rdipardo/Fornax.Seo</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand All @@ -26,6 +27,7 @@
<None Include="../../README.md" Pack="true" PackagePath="/"/>
<None Include="../../LICENSE" Pack="true" PackagePath="/"/>
<None Include="../../THIRD_PARTY" Pack="true" PackagePath="/"/>
<None Include="../../docs/img/logo.png" Pack="true" PackagePath="/" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.Data" Version="$(FSharpDataVersion)"/>
Expand Down
2 changes: 1 addition & 1 deletion test/Fornax.Seo.Tests/Fornax.Seo.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ItemGroup>
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<!-- <PackageReference Include="OpenGraph-Net" Version="3.2.6"/> -->
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 139543d

Please sign in to comment.