Skip to content

Commit a39b865

Browse files
authored
Updated nuget information (#83)
1 parent 4b87963 commit a39b865

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/Testura.Code/Testura.Code.csproj

+8-5
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,22 @@
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<IsPackable>true</IsPackable>
8-
<PackageVersion>1.1.0</PackageVersion>
8+
<PackageVersion>1.2.0</PackageVersion>
99
</PropertyGroup>
1010

1111
<PropertyGroup>
12-
<Version>1.1.0</Version>
12+
<Version>1.2.0</Version>
1313
<Authors>Mille Bostrom</Authors>
1414
<Copyright>Copyright 2021</Copyright>
1515
<Title>$(ProjectName)</Title>
1616
<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>
17-
<PackageReleaseNotes>1.1.0
17+
<PackageReleaseNotes>1.2.0
1818

19-
- Added new method to generate object creation
20-
</PackageReleaseNotes>
19+
- Added builder for record and struct
20+
- Added support for file scoped namespace
21+
- Moved return generation from ExpressionStatement to ObjectCreationGenerator
22+
- Renamed ClassInitializationArgument to ObjectCreationArgument
23+
- Added a new argument type - AssignArgument </PackageReleaseNotes>
2124
<PackageTags>
2225
Code generation roslyn
2326
</PackageTags>

0 commit comments

Comments
 (0)