mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-12 04:18:09 +02:00
SMBLibrary: Increment version to 1.5.0.1
This commit is contained in:
parent
2e33492ff0
commit
a0b07521a1
2 changed files with 3 additions and 3 deletions
|
@ -31,6 +31,6 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.5.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.5.0.0")]
|
||||
[assembly: AssemblyVersion("1.5.0.1")]
|
||||
[assembly: AssemblyFileVersion("1.5.0.1")]
|
||||
[assembly: InternalsVisibleTo("SMBLibrary.Tests")]
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AssemblyName>SMBLibrary</AssemblyName>
|
||||
<Version>1.5.0</Version>
|
||||
<Version>1.5.0.1</Version>
|
||||
<NoWarn>1573;1591</NoWarn>
|
||||
<RootNamespace>SMBLibrary</RootNamespace>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue