File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/Elasticsearch.Net.Aws/Elasticsearch.Net.Aws Expand file tree Collapse file tree 1 file changed +6
-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.0 </VersionPrefix >
4
+ <VersionPrefix >7.0.1 </VersionPrefix >
5
5
<TargetFrameworks >netstandard2.0;net461</TargetFrameworks >
6
6
<AssemblyName >Elasticsearch.Net.Aws</AssemblyName >
7
7
<PackageId >Elasticsearch.Net.Aws</PackageId >
8
- <PackageVersion >7.0.0 </PackageVersion >
8
+ <PackageVersion >7.0.1 </PackageVersion >
9
9
<Authors >Brandon Cuff</Authors >
10
10
<Description >Enables request signing necessary for using the AWS Elasticsearch service.</Description >
11
11
<Copyright >Copyright 2015</Copyright >
12
12
<PackageLicenseUrl >https://raw.githubusercontent.com/bcuff/elasticsearch-net-aws/master/LICENSE</PackageLicenseUrl >
13
13
<PackageProjectUrl >https://github.com/bcuff/elasticsearch-net-aws</PackageProjectUrl >
14
- <PackageReleaseNotes >Support NEST 7.0.0 </PackageReleaseNotes >
14
+ <PackageReleaseNotes >Support NET Framework 4.6.1 </PackageReleaseNotes >
15
15
<PackageTags >elasticsearch elastic search aws amazon</PackageTags >
16
16
<RepositoryUrl >https://github.com/bcuff/elasticsearch-net-aws</RepositoryUrl >
17
- <AssemblyVersion >7.0.0 </AssemblyVersion >
18
- <FileVersion >7.0.0 </FileVersion >
19
- <Version >7.0.0 </Version >
17
+ <AssemblyVersion >7.0.1 </AssemblyVersion >
18
+ <FileVersion >7.0.1 </FileVersion >
19
+ <Version >7.0.1 </Version >
20
20
</PropertyGroup >
21
21
22
22
<PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
You can’t perform that action at this time.
0 commit comments