Skip to content

Commit 6d7e731

Browse files
author
Tyler Nienhouse
committed
[RELEASE] learnosity-sdk-asp.net v0.9.1
1 parent 68662dc commit 6d7e731

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
11+
## [v0.9.1] - 2019-12-23
912
### Added
1013
- More unit tests that cover the `Init` class.
1114

LearnositySDK/LearnositySDK.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<AssemblyName>LearnositySDK</AssemblyName>
66
<RootNamespace>LearnositySDK</RootNamespace>
77
<PackageId>LearnositySDK</PackageId>
8-
<PackageVersion>0.9.0</PackageVersion>
8+
<PackageVersion>0.9.1</PackageVersion>
99
<Authors>Learnosity</Authors>
1010
<Description>Learnosity SDK for ASP.NET / C#</Description>
1111
<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.
1212
</PackageReleaseNotes>
1313
<Copyright>Copyright Learnosity 2017 (c)</Copyright>
1414
<PackageTags>learnosity sdk asp .net</PackageTags>
15-
<Version>0.9.0</Version>
15+
<Version>0.9.1</Version>
1616
<PackageLicenseUrl>https://github.com/Learnosity/learnosity-sdk-asp.net/blob/master/LICENSE.md</PackageLicenseUrl>
1717
<PackageProjectUrl>https://github.com/Learnosity/learnosity-sdk-asp.net</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/Learnosity/learnosity-sdk-asp.net</RepositoryUrl>

0 commit comments

Comments
 (0)