Skip to content

Commit

Permalink
Merge pull request #9 from ackermannW/release-0.5.0
Browse files Browse the repository at this point in the history
Prepare 0.5.0 release
  • Loading branch information
harlem88 authored Apr 7, 2023
2 parents a1cce4d + 9fbd1d1 commit 40ad8bd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ Source: https://github.com/secomind/astarte-device-sdk-csharp
Files: AstarteDeviceSDKExample/Resources/standard-interfaces/*
Copyright: SECO Mind Srl
License: CC0-1.0

Files: CHANGELOG.md
Copyright: 2023 SECO Mind Srl
License: CC0-1.0
1 change: 1 addition & 0 deletions AstarteDeviceSDKCSharp/AstarteDeviceSDKCSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ SPDX-License-Identifier: Apache-2.0 -->
<RootNamespace>AstarteDeviceSDKCSharp</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.5.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog
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.5.0] - 2023-04-07
### Added
- Initial Astarte Device C# SDK release.

0 comments on commit 40ad8bd

Please sign in to comment.