Skip to content

Commit

Permalink
Update nuget information (#87)
Browse files Browse the repository at this point in the history
Co-authored-by: Mille Boström <ST.Mille.Bostrom@regionskane.onmicrosoft.com>
  • Loading branch information
MilleBo and Mille Boström committed Feb 10, 2022
1 parent 66d48b4 commit 129353b
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/Testura.Code/Testura.Code.csproj
Expand Up @@ -5,22 +5,18 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>true</IsPackable>
<PackageVersion>1.2.0</PackageVersion>
<PackageVersion>1.3.0</PackageVersion>
</PropertyGroup>

<PropertyGroup>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<Authors>Mille Bostrom</Authors>
<Copyright>Copyright 2021</Copyright>
<Title>$(ProjectName)</Title>
<Description>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.</Description>
<PackageReleaseNotes>1.2.0
<PackageReleaseNotes>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 </PackageReleaseNotes>
- Added support for object initialization (with ObjectCreationGenerator)</PackageReleaseNotes>
<PackageTags>
Code generation roslyn
</PackageTags>
Expand Down

0 comments on commit 129353b

Please sign in to comment.