Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package info #17

Merged
merged 1 commit into from
Dec 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading