Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4d0w4RCH3R415 committed Aug 31, 2024
1 parent f06d7f5 commit 3f8b6fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions NovaUI/NovaUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,16 @@
<Compile Include="Controls\NovaPanel.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\NovaStrippedWindow.cs">
<Compile Include="Windows\NovaStrippedWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Controls\NovaTabControl.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\NovaToolWindow.cs">
<Compile Include="Windows\NovaToolWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Controls\NovaWindow.cs">
<Compile Include="Windows\NovaWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Controls\NovaPictureBox.cs">
Expand Down
2 changes: 1 addition & 1 deletion NovaUI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.4.16")]
[assembly: AssemblyVersion("4.4.17")]
[assembly: AssemblyFileVersion("1.0.0")]

0 comments on commit 3f8b6fd

Please sign in to comment.