1
1
<Project >
2
- <PropertyGroup >
3
- <PackageReleaseNotes >For full release notes see https://github.com/restsharp/RestSharp/blob/master/releasenotes.md</PackageReleaseNotes >
4
- <PackageIcon >restsharp.png</PackageIcon >
5
- <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
6
- <PackageProjectUrl >http://restsharp.org</PackageProjectUrl >
7
- <RepositoryUrl >https://github.com/restsharp/RestSharp.git</RepositoryUrl >
8
- <RepositoryType >git</RepositoryType >
9
- <Description >Simple REST and HTTP API Client</Description >
10
- <Authors >John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community</Authors >
11
- <Version >106.8.10</Version >
12
- <Optimize >true</Optimize >
13
- <AssemblyOriginatorKeyFile >..\..\RestSharp.snk</AssemblyOriginatorKeyFile >
14
- <SignAssembly >true</SignAssembly >
15
- <PublicSign Condition =" '$(OS)' != 'Windows_NT'" >true</PublicSign >
16
- <UpdateVersionProperties >true</UpdateVersionProperties >
17
- <PublishRepositoryUrl >true</PublishRepositoryUrl >
18
- <LangVersion >8</LangVersion >
19
- <IncludeSymbols >true</IncludeSymbols >
20
- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
21
- </PropertyGroup >
22
-
23
- <ItemGroup >
24
- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
25
- <PackageReference Include =" MinVer" Version =" 2.2.0" PrivateAssets =" All" />
26
- <PackageReference Include =" JetBrains.Annotations" Version =" 2020.1.0" />
27
- </ItemGroup >
28
-
29
- <ItemGroup >
30
- <None Include =" ..\..\restsharp.png" Pack =" true" PackagePath =" \" />
31
- </ItemGroup >
2
+ <PropertyGroup >
3
+ <PackageReleaseNotes >For full release notes see https://github.com/restsharp/RestSharp/blob/master/releasenotes.md</PackageReleaseNotes >
4
+ <PackageIcon >restsharp.png</PackageIcon >
5
+ <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
6
+ <PackageProjectUrl >http://restsharp.org</PackageProjectUrl >
7
+ <RepositoryUrl >https://github.com/restsharp/RestSharp.git</RepositoryUrl >
8
+ <RepositoryType >git</RepositoryType >
9
+ <Description >Simple REST and HTTP API Client</Description >
10
+ <Authors >John Sheehan, Andrew Young, Alexey Zimarev and RestSharp community</Authors >
11
+ <Version >106.8.10</Version >
12
+ <Optimize >true</Optimize >
13
+ <AssemblyOriginatorKeyFile >..\..\RestSharp.snk</AssemblyOriginatorKeyFile >
14
+ <SignAssembly >true</SignAssembly >
15
+ <PublicSign Condition =" '$(OS)' != 'Windows_NT'" >true</PublicSign >
16
+ <UpdateVersionProperties >true</UpdateVersionProperties >
17
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
18
+ <LangVersion >8</LangVersion >
19
+ <IncludeSymbols >true</IncludeSymbols >
20
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
21
+ </PropertyGroup >
22
+
23
+ <ItemGroup >
24
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
25
+ <PackageReference Include =" MinVer" Version =" 2.2.0" PrivateAssets =" All" />
26
+ <PackageReference Include =" JetBrains.Annotations" Version =" 2020.1.0" />
27
+ </ItemGroup >
28
+
29
+ <ItemGroup >
30
+ <None Include =" ..\..\restsharp.png" Pack =" true" PackagePath =" \" />
31
+ </ItemGroup >
32
+
33
+ <PropertyGroup >
34
+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
35
+ <NoWarn >$(NoWarn);1591</NoWarn >
36
+ </PropertyGroup >
32
37
38
+ <Target Name =" CustomVersion" AfterTargets =" MinVer" >
33
39
<PropertyGroup >
34
- < GenerateDocumentationFile >true</ GenerateDocumentationFile >
35
- < NoWarn >$(NoWarn);1591</ NoWarn >
40
+ < FileVersion >$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)</ FileVersion >
41
+ < AssemblyVersion >$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)</ AssemblyVersion >
36
42
</PropertyGroup >
43
+ </Target >
37
44
</Project >
0 commit comments