Skip to content

Commit 5b1ddb1

Browse files
authored
fix(Readme): bump package reference version (#12)
1 parent a1ed7a1 commit 5b1ddb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PM> Install-Package M31.FluentApi
2525
A package reference will be added to your `csproj` file. Moreover, since this library provides code via source code generation, consumers of your project don't need the reference to `M31.FluentApi`. Therefore, it is recommended to use the `PrivateAssets` metadata tag:
2626

2727
```xml
28-
<PackageReference Include="M31.FluentApi" Version="1.1.0" PrivateAssets="all"/>
28+
<PackageReference Include="M31.FluentApi" Version="1.2.0" PrivateAssets="all"/>
2929
```
3030

3131
If you would like to examine the generated code, you may emit it by adding the following lines to your `csproj` file:

0 commit comments

Comments
 (0)