Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
meokullu committed Mar 26, 2024
2 parents 8ff4b83 + 38c38f1 commit 6181bfc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,29 @@
* Multi-framework support is added. (net6.0; net7.0; net461; netcoreapp3.1; netstandard2.0)

#### Changed
### [2.0.1]

### [2.0.1]
#### Changed
* Using explicipt variable instead of `var`

### [2.0.0]
#### Changed
* Target framework is changef from .Net Core 3.1 to .Net 7.0
* Target framework is changef from .Net Core 3.1 to .Net 7.0

### [1.3.1]
#### Changed
* `PrefilledCustom` methods' name changed with `PreFilledCustom()`.
* `PrefilledCustom` methods' name changed with `PreFilledCustom()`.

### [1.3.0]
#### Added
* `Prefill`, `PrefillCustom` methods support `null` values.
* `Prefill`, `PrefillCustom` methods support `null` values.
#### Changed
* `GetLengthOfString()` private method was raising an error if provided `string` context was null. `Null` checking is added.
* `GetLengthOfString()` private method was raising an error if provided `string` context was null. `Null` checking is added.

### [1.1.0]
#### Added
* Added `GetLengthOfString()` method
* Added support `string` data type.

### [1.0.0]
Initial version.
Initial version.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## PreFill
> ⚠️ When updating to v2.2.0 from v2.1.2, due to renaming Prefill as PreFill an unexcepted error may occur. You can uninstall and install PreFill to avoid that. ⚠️
## Uninstall & install through Package Manager Control
```
Uninstall-Package Prefill
```

```
Install-Package PreFill -Version 2.2.0
```

[![PreFill](https://img.shields.io/nuget/v/PreFill.svg)](https://www.nuget.org/packages/PreFill/) [![PreFill](https://img.shields.io/nuget/dt/PreFill.svg)](https://www.nuget.org/packages/PreFill/) [![License](https://img.shields.io/github/license/meokullu/PreFill.svg)](https://github.com/meokullu/PreFill/blob/master/LICENSE)

PreFill is a project to align horizontally listed output values to right side in order to increase their legibility.
Expand Down Expand Up @@ -49,4 +60,4 @@ If you'd like to contribute, then contribute. [contributing guide](https://githu
[![Contributors](https://contrib.rocks/image?repo=meokullu/PreFill)](https://github.com/meokullu/PreFill/graphs/contributors)

### Help
Twitter: [@enesokullu](https://twitter.com/EnesOkullu)
Twitter: [@enesokullu](https://twitter.com/EnesOkullu)

0 comments on commit 6181bfc

Please sign in to comment.