Skip to content

Commit

Permalink
Merge pull request #17 from /issues/9
Browse files Browse the repository at this point in the history
Update package info
  • Loading branch information
mr5z authored Dec 25, 2023
2 parents 12ae1a3 + 3ed9923 commit 5ce0da8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/PropertyValidator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
<Authors>Mark Laureta</Authors>
<Company>Nkraft</Company>
<Description>A simple library to help you validate properties of class that implements INotifyPropertyChanged.</Description>
<PackageReleaseNotes>- Code refactors and minor improvements.</PackageReleaseNotes>
<PackageReleaseNotes>- Code refactors and minor improvements.
- Add `SetErrorFormatter` for formatting error messages.</PackageReleaseNotes>
<PackageProjectUrl>https://github.com/mr5z/PropertyValidator</PackageProjectUrl>
<RepositoryUrl>https://github.com/mr5z/PropertyValidator</RepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<FileVersion>1.1.0.1</FileVersion>
<AssemblyVersion>1.1.0.1</AssemblyVersion>
<Version>1.1.0.1</Version>
<FileVersion>1.1.1.0</FileVersion>
<AssemblyVersion>1.1.1.0</AssemblyVersion>
<Version>1.1.1.0</Version>
<NeutralLanguage>en</NeutralLanguage>
<Copyright>Copyright (c) 2023 Mark Laureta. All rights reserved.</Copyright>
<PackageLicenseUrl>https://github.com/mr5z/PropertyValidator/blob/main/LICENSE</PackageLicenseUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5ce0da8

Please sign in to comment.