Skip to content

Commit aa1bb28

Browse files
author
Tyler Nienhouse
committed
[RELEASE] learnosity-sdk-asp.net v0.9.0
1 parent 8f4e77f commit aa1bb28

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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+
## [v0.9.0] - 2019-08-12
911
### Added
1012
- This ChangeLog!
11-
- Telemetry data (basic information about the execution environment) is now added to the 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.
13+
- 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.

LearnositySDK/LearnositySDK.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@
55
<AssemblyName>LearnositySDK</AssemblyName>
66
<RootNamespace>LearnositySDK</RootNamespace>
77
<PackageId>LearnositySDK</PackageId>
8-
<PackageVersion>0.8.0</PackageVersion>
8+
<PackageVersion>0.9.0</PackageVersion>
99
<Authors>Learnosity</Authors>
1010
<Description>Learnosity SDK for ASP.NET / C#</Description>
11-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
12-
<PackageReleaseNotes>Update to .Net Standard</PackageReleaseNotes>
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.
12+
</PackageReleaseNotes>
1313
<Copyright>Copyright Learnosity 2017 (c)</Copyright>
1414
<PackageTags>learnosity sdk asp .net</PackageTags>
15-
<Version>0.8.0</Version>
15+
<Version>0.9.0</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
<PackageIconUrl>https://www.learnosity.com/static/img/logos/learnositylogoforfacebook.jpg</PackageIconUrl>
1919
<RepositoryUrl>https://www.learnosity.com/static/img/logos/learnositylogoforfacebook.jpg</RepositoryUrl>
2020
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
21+
<PackOnBuild>true</PackOnBuild>
2122
</PropertyGroup>
2223

2324
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

0 commit comments

Comments
 (0)