Skip to content

Commit

Permalink
releaset: bump to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed Sep 20, 2024
1 parent 0fb66c9 commit 4ddee29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To configure the playground, set the `PLAYGROUND_CONNECTION_STRING=https://elast
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`.

```bash
dotnet add package Nall.NEST.MigtarionAnalyzer --version 1.1.0
dotnet add package Nall.NEST.MigtarionAnalyzer --version 1.2.0
```

## Devcontainer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<PropertyGroup>
<PackageId>Nall.NEST.MigtarionAnalyzer</PackageId>
<PackageVersion>1.1.0.0</PackageVersion>
<PackageVersion>1.2.0.0</PackageVersion>
<Authors>Oleksii_Nikiforov</Authors>
<PackageLicenseUrl>https://github.com/NikiforovAll/elasticsearch-dotnet-playground/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/NikiforovAll/elasticsearch-dotnet-playground</PackageProjectUrl>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Metadata>
<Identity Id="Nall.NEST.MigtarionAnalyzer.79afaeb1-a5b0-45cc-ac3a-33980131a010" Version="1.1" Language="en-US" Publisher="Oleksii_Nikiforov"/>
<Identity Id="Nall.NEST.MigtarionAnalyzer.79afaeb1-a5b0-45cc-ac3a-33980131a010" Version="1.2" Language="en-US" Publisher="Oleksii_Nikiforov"/>
<DisplayName>Nall.NEST.MigtarionAnalyzer</DisplayName>
<Description xml:space="preserve">This package helps with migration from Nest to Elastic.Clients.Elasticsearch.</Description>
</Metadata>
Expand Down

0 comments on commit 4ddee29

Please sign in to comment.