File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# PresentMonFps
6
6
7
- The PresentMon .NET Wrapper for FPS.
7
+ The PresentMon .NET Wrapper for calculating FPS.
8
8
9
9
## Installation
10
10
11
11
** Nuget** :https://www.nuget.org/packages/PresentMonFps
12
12
13
- ** PackageReference**
14
-
15
- ``` xaml
16
- <PackageReference Include =" PresentMonFps" Version =" 2.0.3" />
17
- ```
18
-
19
13
## Demo
20
14
21
15
``` c#
@@ -48,8 +42,3 @@ See more from [PresentMon.SampleWPF](https://github.com/lemutec/PresentMonFps/tr
48
42
49
43
[ MIT] ( https://github.com/lemutec/PresentMonFps/blob/v2/LICENSE )
50
44
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.
Original file line number Diff line number Diff line change 4
4
<OutputType >Library</OutputType >
5
5
<TargetFramework >netstandard2.0</TargetFramework >
6
6
<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 >
11
11
<LangVersion >12.0</LangVersion >
12
12
<Nullable >enable</Nullable >
13
13
<Authors >Lemutec</Authors >
14
14
<Company >Lemutec</Company >
15
15
<Title >PresentMonFps</Title >
16
- <Description >The PresentMon .NET Wrapper for FPS.</Description >
16
+ <Description >The PresentMon .NET Wrapper for calculating FPS.</Description >
17
17
<PackageProjectUrl >https://github.com/lemutec/PresentMonFps</PackageProjectUrl >
18
18
<PackageReadmeFile >README.md</PackageReadmeFile >
19
19
<RepositoryUrl >https://github.com/lemutec/PresentMonFps</RepositoryUrl >
You can’t perform that action at this time.
0 commit comments