Skip to content

Commit

Permalink
release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skazantsev committed Feb 22, 2019
1 parent d57ed79 commit dedba4d
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions src/WebDav.Client/WebDav.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.1;netstandard2.0;net45</TargetFrameworks>
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net45' ">
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
Expand All @@ -12,24 +12,29 @@
<Reference Include="System.Xml.Linq" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All" />
</ItemGroup>

<PropertyGroup>
<AssemblyVersion>2.3.0.0</AssemblyVersion>
<Version>2.3.0</Version>
<AssemblyVersion>2.3.1.0</AssemblyVersion>
<Version>2.3.1</Version>
<AssemblyName>WebDav.Client</AssemblyName>
<Title>WebDav.Client</Title>
<Product>WebDav.Client</Product>
<Description>An easy-to-use async WebDAV client for .NET Standard</Description>
<Summary>An easy-to-use async WebDAV client for .NET Standard</Summary>
<NeutralLanguage>en</NeutralLanguage>
<Authors>skazantsev</Authors>
<Copyright>Copyright © 2018 skazantsev</Copyright>
<Copyright>Copyright © 2019 skazantsev</Copyright>
<PackageId>WebDav.Client</PackageId>
<PackageTags>WebDAV WebDAVClient WebDAV.Client</PackageTags>
<PackageLicenseUrl>https://raw.githubusercontent.com/skazantsev/WebDavClient/master/LICENSE.txt</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/skazantsev/WebDavClient</PackageProjectUrl>
<RepositoryUrl>https://github.com/skazantsev/WebDavClient</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -38,4 +43,8 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<NoWarn>1701;1702;1705;1591</NoWarn>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="LICENSE.txt" />
</ItemGroup>
</Project>

0 comments on commit dedba4d

Please sign in to comment.