Skip to content

Commit

Permalink
fix path typo
Browse files Browse the repository at this point in the history
  • Loading branch information
houstonhaynes committed Feb 15, 2025
1 parent b4545b4 commit d16b315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
<Version>1.0.8</Version>
<Authors>Atılım Güneş Baydin, Don Syme, Barak A. Pearlmutter, Jeffrey Siskind, and Furnace contributors</Authors>
<Owners>Furnace maintainers</Owners>
<PackageProjectUrl>https://fsprojects.github.io/furnace</PackageProjectUrl>
<PackageProjectUrl>https://fsprojects.github.io/Furnace</PackageProjectUrl>
<RepositoryUrl>https://github.com/fsprojects/Furnace/</RepositoryUrl>
<RepositoryBranch>dev</RepositoryBranch>
<PackageLicenseExpression>BSD-2-Clause</PackageLicenseExpression>
<RepositoryType>git</RepositoryType>
<Copyright>Copyright 2014-2025 DiffSharp and Furnace contributors</Copyright>
<PackageTags>F# fsharp ML AI Machine Learning PyTorch Tensor Automatic Differentiation Gradients Differentiable Programming</PackageTags>
<Description>Furnace is a tensor library with support for differentiable programming. It is designed for use in machine learning, probabilistic programming, optimization and other domains. For documentation and installation instructions visit: https://fsprojects.github.io/furnace/</Description>
<Description>Furnace is a tensor library with support for differentiable programming. It is designed for use in machine learning, probabilistic programming, optimization and other domains. For documentation and installation instructions visit: https://fsprojects.github.io/Furnace/</Description>

<!-- local build uses number unique by day -->
<PackageVersion Condition="'$(GITHUB_ACTIONS)' != 'true'">$(Version)-local-$([System.DateTime]::Now.ToString(`yyMMdd`))</PackageVersion>
Expand Down

0 comments on commit d16b315

Please sign in to comment.