Skip to content

Commit 97482ee

Browse files
Remove prerelease from installation instructions
1 parent fc3c9a8 commit 97482ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/src/iceboxnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ that can be dynamically loaded through configuration.
1212
To install **iceboxnet** as a .NET tool in the current project, run:
1313

1414
```shell
15-
dotnet tool install iceboxnet --prerelease --create-manifest-if-needed
15+
dotnet tool install iceboxnet --create-manifest-if-needed
1616
```
1717

1818
See the [dotnet tool install] documentation for additional install options.

0 commit comments

Comments
 (0)