Skip to content

Commit

Permalink
Project file ready for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-pro committed Feb 5, 2025
1 parent 9587759 commit b4e869d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Binary file added .images/oneiro_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/FSharp.Validations/FSharp.Validations.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<PackageId>Oneiro.FSharp.Validations</PackageId>
<Authors>Oneirosoft Contributors</Authors>
<Company>Oneirosoft</Company>
<Description>An F# validation library.</Description>
<PackageTags>fsharp;validation</PackageTags>
<RepositoryUrl>https://github.com/oneirosoft/fsharp-validations</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageLicenseUrl>https://github.com/oneirosoft/fsharp-validations/blob/main/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/oneirosoft/fsharp-validations</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>oneiro_icon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\.images\oneiro_icon.png"
Pack="true"
PackagePath="."
Link="oneiro_icon.png" />
<None Include="README.md" Pack="true" PackagePath="." />
<None Include="LICENSE" Pack="true" PackagePath="." />
</ItemGroup>

<ItemGroup>
<Compile Include="ValidationResult.fs" />
<Compile Include="Validator.fs" />
Expand Down

0 comments on commit b4e869d

Please sign in to comment.