Skip to content

Commit d1ecbb4

Browse files
Merge pull request #116 from thomasclaudiushuber/release-1.4.0
Minor adjustments for release 1.4.0
2 parents 5e3cbf9 + c1d0c38 commit d1ecbb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021-2023 Thomas Claudius Huber
3+
Copyright (c) 2021-2025 Thomas Claudius Huber
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/MvvmGen/MvvmGen.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<PackageReadmeFile>readme.md</PackageReadmeFile>
2222
<PackageReleaseNotes>Version 1.4.0:
2323
- Support partial properties in ViewModels (https://github.com/thomasclaudiushuber/mvvmgen/issues/105)
24-
- Generated ViewModel interface now extends INotifyPropertyChanged (https://github.com/thomasclaudiushuber/mvvmgen/issues/105)
24+
- Generated ViewModel interface now extends INotifyPropertyChanged (https://github.com/thomasclaudiushuber/mvvmgen/issues/106)
2525

2626
Version 1.3.0:
2727
- New CommandType property on [ViewModel] attribute to specify a custom IDelegateCommand implementation.

0 commit comments

Comments
 (0)