Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 0eda4180 authored by Stefanos Doumpoulakis's avatar Stefanos Doumpoulakis Committed by Kostis ANAGNOSTOPOULOS
Browse files

a)updated release notes, b)fixed .net targets for VECTO gui

parent da7fc2ec
No related branches found
Tags Release/4.3.2-RC
No related merge requests found
......@@ -1377,7 +1377,7 @@ cycle
# VECTO Development Release Changelog
## 2022-11-01: Vecto 0.7.9-2862 JRC Development Release
## 2022-11-01: Vecto 0.7.9-2864 JRC Development Release
- Improvements
- Implementation of measured speed cycle for BEVs (E2, E3, E4, IEPC)
- Implementation of measured speed with gear for BEVs (E2, IEPC)
......
No preview for this file type
No preview for this file type
......@@ -8,7 +8,7 @@
<OptionStrict>On</OptionStrict>
<UseWindowsForms>true</UseWindowsForms>
<MyType>WindowsForms</MyType>
<TargetFrameworks>net48</TargetFrameworks>
<TargetFrameworks>net45;net48;net6.0</TargetFrameworks>
<TargetFrameworks Condition="'$(Configuration)' == 'Release'">net45;net48;net6.0-windows</TargetFrameworks>
<TargetFrameworks Condition="'$(Configuration)' == 'Deploy'">net45;net48;net6.0-windows</TargetFrameworks>
<DefineTrace>false</DefineTrace>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment