Skip to content

Commit 9b320a9

Browse files
committed
New release (v0.6.2.22)
1 parent efee611 commit 9b320a9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,4 @@ ModelManifest.xml
244244
# FAKE - F# Make
245245
.fake/
246246
R375-developer/*
247+
R410-developer/*

NvAPIWrapper/NvAPIWrapper.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
5-
<Version>0.6.1.14</Version>
5+
<Version>0.6.2.22</Version>
66
<Company>falahati.net</Company>
77
<Description>NvAPIWrapper is a .Net wrapper for NVIDIA public API</Description>
88
<Authors>Soroush Falahati</Authors>
@@ -15,7 +15,7 @@
1515
<IncludeSymbols>true</IncludeSymbols>
1616
<IncludeSource>true</IncludeSource>
1717
<PlatformTarget>AnyCPU</PlatformTarget>
18-
<Title>NvAPIWrapper (for NVAPI R375)</Title>
18+
<Title>NvAPIWrapper (for NVAPI 410)</Title>
1919
<PackageId>NvAPIWrapper.Net</PackageId>
2020
<AssemblyOriginatorKeyFile>OpenSourceStrongNameSignKey.pfx</AssemblyOriginatorKeyFile>
2121
</PropertyGroup>

0 commit comments

Comments
 (0)