You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LearnositySDK/LearnositySDK.csproj
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@
5
5
<AssemblyName>LearnositySDK</AssemblyName>
6
6
<RootNamespace>LearnositySDK</RootNamespace>
7
7
<PackageId>LearnositySDK</PackageId>
8
-
<PackageVersion>0.9.0</PackageVersion>
8
+
<PackageVersion>0.9.1</PackageVersion>
9
9
<Authors>Learnosity</Authors>
10
10
<Description>Learnosity SDK for ASP.NET / C#</Description>
11
11
<PackageReleaseNotes>Telemetry data (basic information about the execution environment) is now added to the request objects being signed which is later read and logged internally by our APIs when the request is received. This allows us to better support our various SDKs and does not send any additional network requests. More information can be found in README.md.
0 commit comments