From 129353b3e1d2c1ddb6a0558d68547f74ee89d27b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mille=20Bostr=C3=B6m?= Date: Thu, 10 Feb 2022 14:40:16 +0100 Subject: [PATCH] Update nuget information (#87) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Mille Boström --- src/Testura.Code/Testura.Code.csproj | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/Testura.Code/Testura.Code.csproj b/src/Testura.Code/Testura.Code.csproj index 827c748..79515ac 100644 --- a/src/Testura.Code/Testura.Code.csproj +++ b/src/Testura.Code/Testura.Code.csproj @@ -5,22 +5,18 @@ enable enable true - 1.2.0 + 1.3.0 - 1.2.0 + 1.3.0 Mille Bostrom Copyright 2021 $(ProjectName) Testura.Code is a wrapper around the Roslyn API and used for generation, saving and and compiling C# code. It provides methods and helpers to generate classes, methods, statements and expressions. - 1.2.0 + 1.3.0 -- Added builder for record and struct -- Added support for file scoped namespace -- Moved return generation from ExpressionStatement to ObjectCreationGenerator -- Renamed ClassInitializationArgument to ObjectCreationArgument -- Added a new argument type - AssignArgument +- Added support for object initialization (with ObjectCreationGenerator) Code generation roslyn