Skip to content

Commit cf6e889

Browse files
authored
Update Directory.Build.props
1 parent f26909b commit cf6e889

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Directory.Build.props

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
22
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<RepositoryUrl>https://github.com/fsprojects/Fleece</RepositoryUrl>
54
<PackageProjectUrl>https://github.com/fsprojects/Fleece</PackageProjectUrl>
6-
<Authors>Mauricio Scheffer,Lev Gorodinski,Oskar Gewalli, Gustavo P. Leon</Authors>
5+
<PackageProjectUrl>https://github.com/fsprojects/Fleece</PackageProjectUrl>
6+
<Authors>Mauricio Scheffer, Lev Gorodinski, Oskar Gewalli, Gustavo M. Wild</Authors>
77
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
8+
<PackageReadmeFile>README.md</PackageReadmeFile>
89
<PackageTags>json fsharp</PackageTags>
9-
1010
<WarningLevel>3</WarningLevel>
11-
<OtherFlags>--nowarn:3186 $(OtherFlags)</OtherFlags>
12-
11+
<OtherFlags>--nowarn:3186 $(OtherFlags)</OtherFlags>
1312
<VersionPrefix>0.11.0-RC1</VersionPrefix>
1413
<VersionSuffix></VersionSuffix>
1514
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
1615
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>
1716
<AssemblyVersion>$(VersionPrefix).0</AssemblyVersion>
1817
<FileVersion>$(VersionPrefix).0</FileVersion>
1918
</PropertyGroup>
19+
<ItemGroup>
20+
<None Include="$(MSBuildThisFileDirectory)/README.md" Pack="true" PackagePath="\"/>
21+
</ItemGroup>
2022

2123
<ItemGroup>
2224
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0">

0 commit comments

Comments
 (0)