Skip to content

Commit

Permalink
Update version of package in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wdolek committed Jul 6, 2023
1 parent 2ea1dfb commit 742be28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/W4k.Either.CodeGeneration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Reference `W4k.Either.CodeGeneration` package in your project and use generated

```xml
<ItemGroup>
<PackageReference Include="W4k.Either.CodeGeneration" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="W4k.Either.CodeGeneration" Version="1.1.0" PrivateAssets="All" />
</ItemGroup>
```

Expand Down
2 changes: 1 addition & 1 deletion src/W4k.Either/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To install the library, add the following package reference to your project file

```xml
<ItemGroup>
<PackageReference Include="W4k.Either" Version="1.0.0" />
<PackageReference Include="W4k.Either" Version="1.1.0" />
</ItemGroup>
```

Expand Down

0 comments on commit 742be28

Please sign in to comment.