Skip to content

Commit

Permalink
Merge pull request #15 from Szpi/FixDocumentation
Browse files Browse the repository at this point in the history
Fix documentation
  • Loading branch information
Szpi authored Jul 21, 2018
2 parents c1a957e + 22ec4d2 commit 4c1a432
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion IniWrapper/IniWrapper/IniWrapper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
<Description>IniWrapper uses reflection to bind value read from ini file to provided model. The purpose of this library is NOT parsing ini file, but to wrap it to provide easier use of existing parsing libraries. In configuration there is possibility to pass IniParser interface, which is used as file access layer. This library provides class that wraps Windows C++ methods to retrieve values from ini file.</Description>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<Authors>Piotr Szkudlarski</Authors>
<Copyright>2018 Piotr Szkudlarski</Copyright>
<Copyright>2018 Piotr Szkudlarski</Copyright>
<PackageReleaseNotes>- Added Settings to configure default behaviour of library
Breaking changes:
- Changed IniWrapperFactory method to CreateWithDefaultIniParser
- fixed typo in CollectionOfComplexTypeException</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public enum MissingFileWhenLoadingHandling
DoNotLoad,
/// <summary>
/// If file is missing library will create instance of given configuration class save it to file and return instance.
/// Note: FilePath have to be set.
/// Note: FilePath has to be set.
/// </summary>
CreateWithDefaultValues
}
Expand Down

0 comments on commit 4c1a432

Please sign in to comment.