Skip to content

Commit

Permalink
[Change] package titles and remove nuget package on build option
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Apr 19, 2023
1 parent 7d653df commit be427b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions COMET.Web.Common.Test/COMET.Web.Common.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<Title>COMET WEB Common Test</Title>
<Title>CDP4 WEB Common Test</Title>
<Description>A Common Library that includes DevExpress Blazor and Tasks test helpers</Description>
<Company>RHEA System S.A.</Company>
<Copyright>Copyright 2023 RHEA System S.A.</Copyright>
<PackageId>CDP4-COMET.WEB.Common.Test</PackageId>
<PackageId>CDP4.WEB.Common.Test</PackageId>
<AssemblyTitle>COMET.WEB.Common.Test</AssemblyTitle>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<Authors>Sam, Alex, Alexander, Antoine, Jaime, Nabil</Authors>
Expand Down
3 changes: 1 addition & 2 deletions COMET.Web.Common/COMET.Web.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version>1.0.0</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<FileVersion>1.0.0</FileVersion>
<Title>COMET WEB Common</Title>
<Title>CDP4 WEB Common</Title>
<Description>A Common Library for any Blazor based application related to ECSS-E-TM-10-25</Description>
<Company>RHEA System S.A.</Company>
<Copyright>Copyright 2023 RHEA System S.A.</Copyright>
Expand All @@ -17,7 +17,6 @@
<RepositoryUrl>https://github.com/RHEAGROUP/COMET-WEB-Community-Edition.git</RepositoryUrl>
<ImplicitUsings>enable</ImplicitUsings>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageReleaseNotes>
[Intialitial] Reelease
</PackageReleaseNotes>
Expand Down

0 comments on commit be427b6

Please sign in to comment.