Skip to content

Commit

Permalink
https://github.com/masesgroup/JCOReflector/issues/83#issuecomment-106…
Browse files Browse the repository at this point in the history
…8056037
  • Loading branch information
masesdevelopers committed Mar 15, 2022
1 parent c7815d0 commit 34e34d1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/CLI/JCOReflectorCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<Copyright>Copyright © MASES s.r.l. 2022</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.9.3.0</Version>
<Version>1.9.4.0</Version>
<Product>MASES.JCOReflectorCLI</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net461;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<OutputPath>..\..\bin\</OutputPath>
<!--<GeneratePackageOnBuild>true</GeneratePackageOnBuild>-->
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/masesgroup/JCOReflector/</PackageProjectUrl>
<RepositoryUrl>https://github.com/masesgroup/JCOReflector</RepositoryUrl>
<PackageReleaseNotes>https://github.com/masesgroup/JCOReflector/releases</PackageReleaseNotes>
Expand Down
4 changes: 2 additions & 2 deletions src/CLI/JCOReflectorCLI.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>MASES.JCOReflectorCLI</id>
<version>1.9.3</version>
<version>1.9.4</version>
<title>JCOReflector CLI - CLI interface for JCOReflector Engine</title>
<authors>MASES s.r.l.</authors>
<owners>MASES s.r.l.</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectUrl>https://github.com/masesgroup/JCOReflector/</projectUrl>
<repository type="git" url="https://github.com/masesgroup/JCOReflector/" />
<description>JCOReflector CLI - CLI interface for JCOReflector Engine</description>
Expand Down
2 changes: 1 addition & 1 deletion src/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. 2022</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.9.3.0</Version>
<Version>1.9.4.0</Version>
<Product>JCOReflectorGUI</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net461;netcoreapp3.1;net5.0-windows;net6.0-windows</TargetFrameworks>
Expand Down
4 changes: 2 additions & 2 deletions src/engine/JCOReflectorEngine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<Copyright>Copyright © MASES s.r.l. 2022</Copyright>
<Authors>MASES s.r.l.</Authors>
<Company>MASES s.r.l.</Company>
<Version>1.9.3.0</Version>
<Version>1.9.4.0</Version>
<Product>MASES.JCOReflectorEngine</Product>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<TargetFrameworks>net461;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
<OutputPath>..\..\bin\</OutputPath>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/masesgroup/JCOReflector/</PackageProjectUrl>
<RepositoryUrl>https://github.com/masesgroup/JCOReflector</RepositoryUrl>
<PackageReleaseNotes>https://github.com/masesgroup/JCOReflector/releases</PackageReleaseNotes>
Expand Down

0 comments on commit 34e34d1

Please sign in to comment.