Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
emako committed Jul 25, 2024
1 parent 4cc211b commit a19e567
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,12 @@

# PresentMonFps

The PresentMon .NET Wrapper for FPS.
The PresentMon .NET Wrapper for calculating FPS.

## Installation

**Nuget**https://www.nuget.org/packages/PresentMonFps

**PackageReference**

```xaml
<PackageReference Include="PresentMonFps" Version="2.0.3" />
```

## Demo

```c#
Expand Down Expand Up @@ -48,8 +42,3 @@ See more from [PresentMon.SampleWPF](https://github.com/lemutec/PresentMonFps/tr

[MIT](https://github.com/lemutec/PresentMonFps/blob/v2/LICENSE)

## Q&A

Q. What's the diff with v1?

A. C++ Library and UAC is not necessary anymore, the method of `ForeverAsync` is more faster.
10 changes: 5 additions & 5 deletions src/PresentMonFps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>PresentMonFps</AssemblyName>
<PackageVersion>2.0.3</PackageVersion>
<AssemblyVersion>2.0.3</AssemblyVersion>
<FileVersion>2.0.3</FileVersion>
<Version>$(VersionPrefix)2.0.3</Version>
<PackageVersion>2.0.4</PackageVersion>
<AssemblyVersion>2.0.4</AssemblyVersion>
<FileVersion>2.0.4</FileVersion>
<Version>$(VersionPrefix)2.0.4</Version>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<Authors>Lemutec</Authors>
<Company>Lemutec</Company>
<Title>PresentMonFps</Title>
<Description>The PresentMon .NET Wrapper for FPS.</Description>
<Description>The PresentMon .NET Wrapper for calculating FPS.</Description>
<PackageProjectUrl>https://github.com/lemutec/PresentMonFps</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/lemutec/PresentMonFps</RepositoryUrl>
Expand Down

0 comments on commit a19e567

Please sign in to comment.