Skip to content

Commit

Permalink
Fixed generation and version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jun 18, 2024
1 parent b61d6f4 commit dab502b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/net/CLI/JCOReflectorCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Copyright>Copyright © MASES s.r.l. 2024</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.14.0.0</Version>
<Version>1.14.1.0</Version>
<Product>MASES.JCOReflectorCLI</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net462;net6.0;net8.0</TargetFrameworks>
Expand Down
2 changes: 1 addition & 1 deletion src/net/GUI/JCOReflectorGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<Copyright>Copyright © MASES s.r.l. 2024</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.14.0.0</Version>
<Version>1.14.1.0</Version>
<Product>JCOReflectorGUI</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net462;net6.0-windows;net8.0-windows</TargetFrameworks>
Expand Down
2 changes: 2 additions & 0 deletions src/net/engine/Const.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,10 @@ public static string GetRelativePath(string filespec, string folder)
Path.Combine("linux-arm64", "libnethost.so"),
Path.Combine("linux-x64", "J2CBridgeHostActivator.so"),
Path.Combine("linux-x64", "libnethost.so"),
#if !NET8_0
Path.Combine("win-arm", "J2CBridgeHostActivator.dll"),
Path.Combine("win-arm", "nethost.dll"),
#endif
Path.Combine("win-arm64", "J2CBridgeHostActivator.dll"),
Path.Combine("win-arm64", "nethost.dll"),
Path.Combine("win-x64", "J2CBridgeHostActivator.dll"),
Expand Down
2 changes: 1 addition & 1 deletion src/net/engine/JCOReflectorEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Copyright>Copyright © MASES s.r.l. 2024</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.14.0.0</Version>
<Version>1.14.1.0</Version>
<Product>MASES.JCOReflectorEngine</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net462;net6.0;net8.0</TargetFrameworks>
Expand Down

0 comments on commit dab502b

Please sign in to comment.