mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-05 15:31:29 +02:00
SMBLibrary: Increment version to 1.5.0.3
This commit is contained in:
parent
4152ab4988
commit
1554e2b6fc
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.2")]
|
||||
[assembly: AssemblyFileVersion("1.5.0.2")]
|
||||
[assembly: AssemblyVersion("1.5.0.3")]
|
||||
[assembly: AssemblyFileVersion("1.5.0.3")]
|
||||
[assembly: InternalsVisibleTo("SMBLibrary.Tests")]
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
<AssemblyName>SMBLibrary</AssemblyName>
|
||||
<Version>1.5.0.2</Version>
|
||||
<Version>1.5.0.3</Version>
|
||||
<NoWarn>1573;1591</NoWarn>
|
||||
<RootNamespace>SMBLibrary</RootNamespace>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue