Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrF3lix committed Aug 1, 2021
1 parent 3ed5979 commit 554edf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.2.1]

- Fix dependency injection issue for type `System.IO.Abstractions.IFileSystem`

## [v0.2.0]
Expand Down
2 changes: 1 addition & 1 deletion source/src/data-mapper/data-mapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<PackageId>Buhlergroup.DataMapper</PackageId>
<Version>0.2.0</Version>
<Version>0.2.1</Version>
<Authors>Felix Saaro</Authors>
<Company>Buhler</Company>
<Description>The data mapper allows developers to map data from one schema to another by defining a mapping file that can be managed by non-technical staff.</Description>
Expand Down

0 comments on commit 554edf5

Please sign in to comment.