From 1a0e034829cc299266a2edeea94bea6091a8126e Mon Sep 17 00:00:00 2001 From: Samuele Lorefice Date: Mon, 15 Jun 2026 00:44:40 +0200 Subject: [PATCH] Bump version to 0.0.2.1-alpha --- Syrette/Syrette.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Syrette/Syrette.csproj b/Syrette/Syrette.csproj index 56dda63..3a7f2ce 100644 --- a/Syrette/Syrette.csproj +++ b/Syrette/Syrette.csproj @@ -9,7 +9,7 @@ latest enable enable - 0.0.1.8-alpha + 0.0.2.1-alpha Syrette Lorefice Samuele Syrette is a minimalistic dependency injection library for C#. It aims to provide a simple and efficient way to achieve dependency injections in your applications without the overhead of larger frameworks.