From 64d42fc761da3c3be2202a72b90580e06cbf732f Mon Sep 17 00:00:00 2001 From: Chintan Shah Date: Fri, 14 Jun 2024 10:14:45 +0530 Subject: [PATCH] Add AssemblyVersion to Promact.Core.csproj Added `AssemblyVersion` `1.0.0.1` to `Promact.Core.csproj` to specify the compiled assembly version. --- Promact.Core.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Promact.Core.csproj b/Promact.Core.csproj index 8207f59..9119dc4 100644 --- a/Promact.Core.csproj +++ b/Promact.Core.csproj @@ -9,6 +9,7 @@ https://github.com/Promact/Core https://github.com/Promact/Core README.md + 1.0.0.1