File tree 1 file changed +2
-6
lines changed
src/Elasticsearch.Net.Aws/Elasticsearch.Net.Aws
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <VersionPrefix >7.0.4</VersionPrefix >
5
4
<TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
6
5
<AssemblyName >Elasticsearch.Net.Aws</AssemblyName >
7
6
<PackageId >Elasticsearch.Net.Aws</PackageId >
8
- <PackageVersion >7.0.4</ PackageVersion >
7
+ <Version >7.0.5</ Version >
9
8
<Authors >Brandon Cuff</Authors >
10
9
<Description >Enables request signing necessary for using the AWS Elasticsearch service.</Description >
11
10
<Copyright >Copyright 2015</Copyright >
12
11
<PackageLicenseUrl >https://raw.githubusercontent.com/bcuff/elasticsearch-net-aws/master/LICENSE</PackageLicenseUrl >
13
12
<PackageProjectUrl >https://github.com/bcuff/elasticsearch-net-aws</PackageProjectUrl >
14
- <PackageReleaseNotes >Added AWSOptions overload .</PackageReleaseNotes >
13
+ <PackageReleaseNotes >Resolve package restore warning .</PackageReleaseNotes >
15
14
<PackageTags >elasticsearch elastic search aws amazon</PackageTags >
16
15
<RepositoryUrl >https://github.com/bcuff/elasticsearch-net-aws</RepositoryUrl >
17
- <AssemblyVersion >7.0.4</AssemblyVersion >
18
- <FileVersion >7.0.4</FileVersion >
19
- <Version >7.0.4</Version >
20
16
</PropertyGroup >
21
17
22
18
<PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
You can’t perform that action at this time.
0 commit comments