Skip to content

Commit a19e567

Browse files
committed
bump version
1 parent 4cc211b commit a19e567

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@
44

55
# PresentMonFps
66

7-
The PresentMon .NET Wrapper for FPS.
7+
The PresentMon .NET Wrapper for calculating FPS.
88

99
## Installation
1010

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

13-
**PackageReference**
14-
15-
```xaml
16-
<PackageReference Include="PresentMonFps" Version="2.0.3" />
17-
```
18-
1913
## Demo
2014

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

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

51-
## Q&A
52-
53-
Q. What's the diff with v1?
54-
55-
A. C++ Library and UAC is not necessary anymore, the method of `ForeverAsync` is more faster.

src/PresentMonFps.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
<OutputType>Library</OutputType>
55
<TargetFramework>netstandard2.0</TargetFramework>
66
<AssemblyName>PresentMonFps</AssemblyName>
7-
<PackageVersion>2.0.3</PackageVersion>
8-
<AssemblyVersion>2.0.3</AssemblyVersion>
9-
<FileVersion>2.0.3</FileVersion>
10-
<Version>$(VersionPrefix)2.0.3</Version>
7+
<PackageVersion>2.0.4</PackageVersion>
8+
<AssemblyVersion>2.0.4</AssemblyVersion>
9+
<FileVersion>2.0.4</FileVersion>
10+
<Version>$(VersionPrefix)2.0.4</Version>
1111
<LangVersion>12.0</LangVersion>
1212
<Nullable>enable</Nullable>
1313
<Authors>Lemutec</Authors>
1414
<Company>Lemutec</Company>
1515
<Title>PresentMonFps</Title>
16-
<Description>The PresentMon .NET Wrapper for FPS.</Description>
16+
<Description>The PresentMon .NET Wrapper for calculating FPS.</Description>
1717
<PackageProjectUrl>https://github.com/lemutec/PresentMonFps</PackageProjectUrl>
1818
<PackageReadmeFile>README.md</PackageReadmeFile>
1919
<RepositoryUrl>https://github.com/lemutec/PresentMonFps</RepositoryUrl>

0 commit comments

Comments
 (0)