Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 947e935

Browse files
committed
Updated version to 1.8
1 parent 2577126 commit 947e935

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

NativeUI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<PlatformTarget>x64</PlatformTarget>
3131
<ErrorReport>prompt</ErrorReport>
3232
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
33+
<DocumentationFile>bin\x64\Release\NativeUI.xml</DocumentationFile>
3334
</PropertyGroup>
3435
<ItemGroup>
3536
<Reference Include="ScriptHookVDotNet2, Version=2.10.6.0, Culture=neutral, processorArchitecture=AMD64">

NativeUI.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>NativeUI</id>
5-
<version>1.7</version>
5+
<version>1.8</version>
66
<authors>Guad</authors>
77
<licenseUrl>https://github.com/Guad/NativeUI/blob/master/LICENSE.md</licenseUrl>
88
<projectUrl>https://github.com/Guad/NativeUI</projectUrl>

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.7.0.0")]
36-
[assembly: AssemblyFileVersion("1.7.0.0")]
35+
[assembly: AssemblyVersion("1.8.0.0")]
36+
[assembly: AssemblyFileVersion("1.8.0.0")]

0 commit comments

Comments
 (0)