Skip to content

Commit 2cdacc2

Browse files
committed
chore(release): 0.2.0
1 parent e72828a commit 2cdacc2

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [versionize](https://github.com/versionize/versionize) for commit guidelines.
44

5+
<a name="0.2.0"></a>
6+
## [0.2.0](https://www.github.com/lucafabbri/ProjectR/releases/tag/v0.2.0) (2025-09-14)
7+
8+
### Features
9+
10+
* adds DI methods for easy injection ([e72828a](https://www.github.com/lucafabbri/ProjectR/commit/e72828a7f7de612e8570e157b1a01d1d891d475f))
11+
512
<a name="0.1.0"></a>
613
## [0.1.0](https://www.github.com/lucafabbri/ProjectR/releases/tag/v0.1.0) (2025-09-14)
714

ProjectR/ProjectR.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -11,7 +11,7 @@
1111

1212
<!-- NuGet Metadata -->
1313
<PackageId>ProjectR</PackageId>
14-
<Version>0.1.0</Version>
14+
<Version>0.2.0</Version>
1515
<Authors>Luca Fabbri</Authors>
1616
<Description>
1717
ProjectR: Unopinionated object mapping. No black magic. Just your rules, transparently automated.

0 commit comments

Comments
 (0)