project version

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
gmandelli
User
Posts: 33

project version

Post by gmandelli »

Hi,
is it possible, or where is possible to find, the mapping among project version and asp.net maker version?

What is the mapping among the following

<Project Product="ASPNETMaker" Version="18.0.9"

<Project Product="ASPNETMaker" Version="20.8.0"

and their corresponding Asp.net Maker version?

Eg. Asp.net maker 11 which version is? And Asp.Net 2019, 2020, 2021, 2023 ans 2024?

Thanks a lot,
Gianluca


MichaelG
User
Posts: 1160

Post by MichaelG »

The mappings should be like:

< 13 => < 13 (i.e. 11 = 11, 12 = 12)
13+ => 2016+ (i.e. 13 = 2016, 14 = 2017, ..., 20 = 2023)
24 => 2024


Post Reply