Skip to content

Commit

Permalink
Merge pull request #94 from thomasclaudiushuber/release/1.3.0
Browse files Browse the repository at this point in the history
Prepare release 1.3.0
  • Loading branch information
thomasclaudiushuber committed Dec 10, 2023
2 parents c8026e2 + 1a7aaac commit e6d3dc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.2.1</Version>
<Version>1.3.0</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<AssemblyFileVersion>$(Version).0</AssemblyFileVersion>
<Authors>Thomas Claudius Huber</Authors>
Expand Down
10 changes: 9 additions & 1 deletion src/MvvmGen/MvvmGen.csproj
Expand Up @@ -19,7 +19,15 @@
<Language>en-US</Language>
<PackageIcon>packageIcon.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<PackageReleaseNotes>Version 1.2.1:
<PackageReleaseNotes>Version 1.3.0:
- New CommandType property on [ViewModel] attribute to specify a custom IDelegateCommand implementation.
- New ModelPropertyName property on [ViewModel] attribute to set the name of the property that contains the wrapped model specified via the ModelType property.
- New ModelPropertiesToIgnore property on [ViewModel] attribute to set a comma-separated list of model properties that should not be generated for the model specified via the ModelType property.
- Fix nullable warnings when generating command properties.
- Fix interface generation when ViewModel has generic methods.
- Fix constructor generation when base ViewModel has [Inject] attributes.

Version 1.2.1:
- Ensure that [ViewModelGenerateInterface] also generates command properties

Version 1.2.0:
Expand Down

0 comments on commit e6d3dc8

Please sign in to comment.