Skip to content

Commit b9a8dcf

Browse files
Bump version
1 parent daedb4a commit b9a8dcf

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# VReflector
2-
Reflection `Type` helper utility.
2+
3+
[![NuGet Version](https://img.shields.io/nuget/v/VReflector.svg?style=flat-square)](https://www.nuget.org/packages/VReflector/)
4+
[![NuGet Downloads](https://img.shields.io/nuget/dt/VReflector.svg?style=flat-square)](https://www.nuget.org/packages/VReflector/)
5+
[![Build Status](https://github.com/VikashChauhan51/Reflector/actions/workflows/build.yml/badge.svg)](https://github.com/VikashChauhan51/resultify/actions)
6+
[![License](https://img.shields.io/github/license/VikashChauhan51/resultify.svg?style=flat-square)](https://github.com/VikashChauhan51/resultify/blob/main/LICENSE)
7+
8+
**VReflector** is `Object`,`Type`,`Constructor`,`Method`,`Member`,`Event`,`Field`,`Property`,`Parameter`,`Assembly`,`StackTrace`,`Numerics` `String`,`DateTime`,`DateOnly`,`TimeOnly`,`TimeSpan` and `DateTimeOffset` helpers utility.
39

10+
## Installation
11+
12+
You can install the VReflector package via NuGet:
13+
14+
```shell
15+
dotnet add package VReflector
16+
```
17+
18+
Or you can use the NuGet Package Manager:
19+
20+
```shell
21+
Install-Package VReflector
22+
```
423

524
## Basic usage
625

src/Reflector/VReflector.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<VersionPrefix>2.0.1.1</VersionPrefix>
7+
<VersionPrefix>2.1.0.0</VersionPrefix>
88
<SignAssembly>True</SignAssembly>
99
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1010
<Title>VReflector</Title>

0 commit comments

Comments
 (0)