Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 2c9f746a authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

compiling new release

parent e5541a2c
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -39,6 +39,7 @@
<NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>
<WarningsAsErrors>
</WarningsAsErrors>
<DefineConstants>RELEASE_CANDIDATE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
......@@ -82,8 +83,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>true</Prefer32Bit>
<DefineConstants>
</DefineConstants>
<DefineConstants>RELEASE_CANDIDATE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
......
......@@ -14,7 +14,7 @@ Public Module VectoEngineVersion
Public ReadOnly Property VersionNumber as String
get
return "1.5.0.2707" + Suffix
return "1.5.0.2708" + Suffix
end get
end Property
......
Imports System.Reflection
<Assembly: AssemblyVersion("1.5.0.2707")>
<Assembly: AssemblyFileVersion("1.5.0.2707")>
\ No newline at end of file
<Assembly: AssemblyVersion("1.5.0.2708")>
<Assembly: AssemblyFileVersion("1.5.0.2708")>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment