Skip to content

Commit

Permalink
0.8.0 version, License expression
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed May 17, 2020
1 parent 4ceff22 commit 51a21ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<RepositoryUrl>https://github.com/mausch/Fleece</RepositoryUrl>
<PackageProjectUrl>https://github.com/mausch/Fleece</PackageProjectUrl>
<RepositoryUrl>https://github.com/fsprojects/Fleece</RepositoryUrl>
<PackageProjectUrl>https://github.com/fsprojects/Fleece</PackageProjectUrl>
<Authors>Mauricio Scheffer,Lev Gorodinski,Oskar Gewalli, Gustavo P. Leon</Authors>
<PackageLicenseUrl>https://raw.github.com/mausch/Fleece/master/LICENSE</PackageLicenseUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageTags>json fsharp</PackageTags>

<WarningLevel>3</WarningLevel>

<VersionPrefix>0.8.0</VersionPrefix>
<VersionSuffix>alpha-3</VersionSuffix>
<VersionSuffix></VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>
<AssemblyVersion>$(VersionPrefix).0</AssemblyVersion>
Expand Down

0 comments on commit 51a21ae

Please sign in to comment.