Skip to content

Commit 68c697f

Browse files
authored
remove version pinning on unity (#13833)
See: * getsentry/sentry-unity#2162
1 parent ef58c8c commit 68c697f

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/getting-started-install

1 file changed

+1
-1
lines changed

platform-includes/getting-started-install/unity.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Install the package via the [Unity Package Manager using a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html) to Sentry's SDK repository:
22

33
```
4-
https://github.com/getsentry/unity.git#{{@inject packages.version('sentry.dotnet.unity', '0.0.5') }}
4+
https://github.com/getsentry/unity.git
55
```
66

77
<Alert>

0 commit comments

Comments
 (0)