Skip to content

Commit

Permalink
Merge pull request #48 from Learnosity/prepare_093_sdk_release
Browse files Browse the repository at this point in the history
Prepare 0.9.3 sdk release
  • Loading branch information
anthony-murphy-lrn authored May 2, 2024
2 parents b0013d9 + d41e5ae commit b4cc72f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.9.3] - 2024-05-02

### Fixed

- Handle Null Reference Exception raised under load, [see for more details](https://github.com/Learnosity/learnosity-sdk-asp.net/pull/47)

### Security

- Bump Newtonsoft.JSON from 10.0.3 to 13.0.2

## [v0.9.2] - 2023-06-29
### Security
- Upgraded signature to match the security standard.
Expand Down
8 changes: 4 additions & 4 deletions LearnositySDK/LearnositySDK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<AssemblyName>LearnositySDK</AssemblyName>
<RootNamespace>LearnositySDK</RootNamespace>
<PackageId>LearnositySDK</PackageId>
<PackageVersion>0.9.2</PackageVersion>
<PackageVersion>0.9.3</PackageVersion>
<Authors>Learnosity</Authors>
<Description>Learnosity SDK for ASP.NET / C#</Description>
<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.
<PackageReleaseNotes>Handle Null Reference Exception raised under load. See https://github.com/Learnosity/learnosity-sdk-asp.net/issues/46. Security bump Newtonsoft.JSON from 10.0.3 to 13.0.2.
</PackageReleaseNotes>
<Copyright>Copyright Learnosity 2023 (c)</Copyright>
<Copyright>Copyright Learnosity 2024 (c)</Copyright>
<PackageTags>learnosity sdk asp .net</PackageTags>
<Version>0.9.2</Version>
<Version>0.9.3</Version>
<PackageLicenseUrl>https://github.com/Learnosity/learnosity-sdk-asp.net/blob/master/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/Learnosity/learnosity-sdk-asp.net</PackageProjectUrl>
<RepositoryUrl>https://github.com/Learnosity/learnosity-sdk-asp.net</RepositoryUrl>
Expand Down

0 comments on commit b4cc72f

Please sign in to comment.