Skip to content

Commit

Permalink
Merge pull request #87 from osmanhadzic/fwd-0.7
Browse files Browse the repository at this point in the history
Fwd 0.7
  • Loading branch information
harlem88 authored Nov 15, 2024
2 parents 29d75bf + 489947f commit 96041ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
id: cmp-and-copy-get-started
if: steps.check-release-branch.outputs.RESULT == 'OK'
run: |
our_get_started="./astarte-device-sdk-csharp/GET_SARTED.md"
our_get_started="./astarte-device-sdk-csharp/GET_STARTED.md"
their_get_started="./sdk-doc/source/get_started/csharp.md"
if cmp -s "$our_get_started" "$their_get_started"; then
echo "Get started are identical, no need for substitution"
Expand Down
2 changes: 1 addition & 1 deletion AstarteDeviceSDKCSharp/AstarteDeviceSDKCSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0 -->
<RootNamespace>AstarteDeviceSDKCSharp</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.6.0</Version>
<Version>0.7.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.0] - Unreleased
## [0.7.0] - 2024-11-15
### Added
- Add MQTTNet ManagedClient extension version 4.1.4.563.
- `StreamData` change to `async StreamData` (BREAKING CHANGE!).
Expand Down

0 comments on commit 96041ac

Please sign in to comment.