Skip to content

Commit 4ddee29

Browse files
committed
releaset: bump to 1.2
1 parent 0fb66c9 commit 4ddee29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To configure the playground, set the `PLAYGROUND_CONNECTION_STRING=https://elast
1919
This repository contains [Nall.NEST.MigtarionAnalyzer](https://www.nuget.org/packages/Nall.NEST.MigtarionAnalyzer) analyzer that helps with migration from `Nest` to `Elastic.Clients.Elasticsearch`.
2020

2121
```bash
22-
dotnet add package Nall.NEST.MigtarionAnalyzer --version 1.1.0
22+
dotnet add package Nall.NEST.MigtarionAnalyzer --version 1.2.0
2323
```
2424

2525
## Devcontainer

analyzer/Nall.NEST.MigtarionAnalyzer.Package/Nall.NEST.MigtarionAnalyzer.Package.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<PropertyGroup>
1111
<PackageId>Nall.NEST.MigtarionAnalyzer</PackageId>
12-
<PackageVersion>1.1.0.0</PackageVersion>
12+
<PackageVersion>1.2.0.0</PackageVersion>
1313
<Authors>Oleksii_Nikiforov</Authors>
1414
<PackageLicenseUrl>https://github.com/NikiforovAll/elasticsearch-dotnet-playground/LICENSE.md</PackageLicenseUrl>
1515
<PackageProjectUrl>https://github.com/NikiforovAll/elasticsearch-dotnet-playground</PackageProjectUrl>

analyzer/Nall.NEST.MigtarionAnalyzer.Vsix/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="Nall.NEST.MigtarionAnalyzer.79afaeb1-a5b0-45cc-ac3a-33980131a010" Version="1.1" Language="en-US" Publisher="Oleksii_Nikiforov"/>
4+
<Identity Id="Nall.NEST.MigtarionAnalyzer.79afaeb1-a5b0-45cc-ac3a-33980131a010" Version="1.2" Language="en-US" Publisher="Oleksii_Nikiforov"/>
55
<DisplayName>Nall.NEST.MigtarionAnalyzer</DisplayName>
66
<Description xml:space="preserve">This package helps with migration from Nest to Elastic.Clients.Elasticsearch.</Description>
77
</Metadata>

0 commit comments

Comments
 (0)