Skip to content

Commit 129353b

Browse files
MilleBoMille Boström
and
Mille Boström
authored
Update nuget information (#87)
Co-authored-by: Mille Boström <[email protected]>
1 parent 66d48b4 commit 129353b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/Testura.Code/Testura.Code.csproj

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

1111
<PropertyGroup>
12-
<Version>1.2.0</Version>
12+
<Version>1.3.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.2.0
17+
<PackageReleaseNotes>1.3.0
1818

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>
19+
- Added support for object initialization (with ObjectCreationGenerator)</PackageReleaseNotes>
2420
<PackageTags>
2521
Code generation roslyn
2622
</PackageTags>

0 commit comments

Comments
 (0)