Skip to content

Commit

Permalink
[Update] to Starion Group
Browse files Browse the repository at this point in the history
  • Loading branch information
samatstariongroup committed Apr 27, 2024
1 parent ecfd256 commit 0604882
Show file tree
Hide file tree
Showing 29 changed files with 71 additions and 69 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We would like to start with saying thank you for wanting to contribute to Net-Pr

1. [Fork](http://help.github.com/forking/) on GitHub
1. Clone your fork locally
1. Configure the upstream repo (`git remote add upstream git://github.com/RHEAGROUP/Net-Project-Package-Extractor`)
1. Configure the upstream repo (`git remote add upstream git://github.com/STARIONGROUP/Net-Project-Package-Extractor`)
1. Checkout development
1. Create a local branch (`git checkout -b myBranch`) from development
1. Work on your feature
Expand Down Expand Up @@ -44,9 +44,9 @@ When you're ready to go you should confirm that you are up to date and rebased w

1. `git push origin myBranch`
1. Send a descriptive [Pull Request](https://help.github.com/articles/creating-a-pull-request/) on GitHub - making sure you have selected the correct branch in the GitHub UI!
1. Wait for @samatrhea to merge your changes in.
1. Wait for @samatstarion to merge your changes in.

And remember; **A pull-request with tests is a pull-request that's likely to be pulled in.** :grin: Bonus points if you document your feature in our [wiki](https://github.com/RHEAGROUP/Net-Project-Package-Extractor/wiki) once it has been pulled in
And remember; **A pull-request with tests is a pull-request that's likely to be pulled in.** :grin: Bonus points if you document your feature in our [wiki](https://github.com/STARIONGROUP/Net-Project-Package-Extractor/wiki) once it has been pulled in

## Style Guidelines

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [ ] I have written a descriptive issue title
- [ ] I have verified that I am running the latest version of the Net-Project-Package-Extractor
- [ ] I have searched [open](https://github.com/RHEAGROUP/Net-Project-Package-Extractor/issues) and [closed](https://github.com/RHEAGROUP/Net-Project-Package-Extractor/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
- [ ] I have searched [open](https://github.com/STARIONGROUP/Net-Project-Package-Extractor/issues) and [closed](https://github.com/STARIONGROUP/Net-Project-Package-Extractor/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported

### Description
<!-- A description of the bug or feature -->
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Prerequisites

- [ ] I have written a descriptive pull-request title
- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/RHEAGROUP/Net-Project-Package-Extractor/pulls) open
- [ ] I have verified that I am following the ReqIFSharp [code style guidelines](https://raw.githubusercontent.com/RHEAGROUP/Net-Project-Package-Extractor/master/.github/CONTRIBUTING.md)
- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/STARIONGROUP/Net-Project-Package-Extractor/pulls) open
- [ ] I have verified that I am following the ReqIFSharp [code style guidelines](https://raw.githubusercontent.com/STARIONGROUP/Net-Project-Package-Extractor/master/.github/CONTRIBUTING.md)
- [ ] I have provided test coverage for my change (where applicable)

### Description
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
dotnet tool install --global dotnet-sonarscanner
dotnet sonarscanner begin /k:"RHEAGROUP_Net-Project-Package-Extractor" /o:"rheagroup" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./NetProjectPackageExtractor.Tests/coverage.opencover.xml"
dotnet sonarscanner begin /k:"STARIONGROUP_Net-Project-Package-Extractor" /o:"stariongroup" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.cs.opencover.reportsPaths="./NetProjectPackageExtractor.Tests/coverage.opencover.xml"
- name: Build
run: dotnet build --no-restore /p:ContinuousIntegrationBuild=true
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at s.gerene@rheagroup.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at s.gerene@stariongroup.eu. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Net-Project-Package-Extractor
Copyright 2022-2024 RHEA System S.A.
Copyright 2022-2024 Starion Group S.A.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ExtractCommandTestFixture.cs" company="RHEA System S.A.">
// <copyright file="ExtractCommandTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<Company>RHEA System S.A.</Company>
<Company>Starion Group S.A.</Company>
<Authors>Sam Gerené, Alexander van Delft</Authors>
<Copyright>Copyright 2022-2024 RHEA System S.A.</Copyright>
<Copyright>Copyright 2022-2024 Starion Group S.A.</Copyright>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ResourceLoaderTestFixture.cs" company="RHEA System S.A.">
// <copyright file="ResourceLoaderTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="NuGetReaderTestFixture.cs" company="RHEA System S.A.">
// <copyright file="NuGetReaderTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="PackageToExcelWriterTestFixture.cs" company="RHEA System S.A.">
// <copyright file="PackageToExcelWriterTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ProjectFileExtractorTestFixture.cs" company="RHEA System S.A.">
// <copyright file="ProjectFileExtractorTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ProjectFileParserTestFixture.cs" company="RHEA System S.A.">
// <copyright file="ProjectFileParserTestFixture.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions NetProjectPackageExtractor/Commands/ExtractCommand.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ExtractCommand.cs" company="RHEA System S.A.">
// <copyright file="ExtractCommand.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -223,7 +223,7 @@ await AnsiConsole.Status()
AnsiConsole.MarkupLine("[red]An exception occurred[/]");
AnsiConsole.MarkupLine("[green]Dropping to impulse speed[/]");
AnsiConsole.MarkupLine("[red]please report an issue at[/]");
AnsiConsole.MarkupLine("[link] https://github.com/RHEAGROUP/Net-Project-Package-Extractor/issues [/]");
AnsiConsole.MarkupLine("[link] https://github.com/STARIONGROUP/Net-Project-Package-Extractor/issues [/]");
AnsiConsole.WriteLine();
AnsiConsole.WriteException(ex);

Expand Down
4 changes: 2 additions & 2 deletions NetProjectPackageExtractor/Model/Package.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="Package.cs" company="RHEA System S.A.">
// <copyright file="Package.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
10 changes: 6 additions & 4 deletions NetProjectPackageExtractor/NetProjectPackageExtractor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@
<PackageId>nppe</PackageId>
<ToolCommandName>nppe</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>
<Version>2.0.0</Version>
<Version>3.0.0</Version>
<ImplicitUsings>disable</ImplicitUsings>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageIcon>starion-s-symbol-main1-rgb.png</PackageIcon>
</PropertyGroup>

<PropertyGroup Label="Copyright">
<Company>RHEA System S.A.</Company>
<Copyright>Copyright 2022-2024 RHEA System S.A.</Copyright>
<Company>Starion Group S.A.</Company>
<Copyright>Copyright 2022-2024 Starion Group S.A.</Copyright>
<Authors>Sam Gerené, Alexander van Delft</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<RequireLicenseAcceptance>true</RequireLicenseAcceptance>
</PropertyGroup>

<PropertyGroup Label="Repository">
<RepositoryUrl>https://github.com/RHEAGROUP/Net-Project-Package-Extractor.git</RepositoryUrl>
<RepositoryUrl>https://github.com/STARIONGROUP/Net-Project-Package-Extractor.git</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
</PropertyGroup>

Expand All @@ -50,6 +51,7 @@
</ItemGroup>

<ItemGroup>
<None Include="..\starion-s-symbol-main1-rgb.png" Pack="true" PackagePath="" />
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions NetProjectPackageExtractor/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="Program.cs" company="RHEA System S.A.">
// <copyright file="Program.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions NetProjectPackageExtractor/Resources/ResourceLoader.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ResourceLoader.cs" company="RHEA System S.A.">
// <copyright file="ResourceLoader.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions NetProjectPackageExtractor/Resources/ascii-art.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
███████╗██╔╝ ██╗ ██║ ██║ ██║██║ ██║╚██████╗ ██║ ╚██████╔╝██║ ██║
╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝

copyright 2022-2024 RHEA Group S.A. https://www.rheagroup.com
email: info@rheagroup.com
copyright 2022-2024 Starion Group S.A. https://www.stariongroup.eu
email: info@stariongroup.eu

NET PROJECT EXTRACTOR version: NetProjectExtractorVersion

Expand Down
4 changes: 2 additions & 2 deletions NetProjectPackageExtractor/Services/INuGetReader.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="INuGetReader.cs" company="RHEA System S.A.">
// <copyright file="INuGetReader.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions NetProjectPackageExtractor/Services/IPackageToExcelWriter.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="IPackageToExcelWriter.cs" company="RHEA System S.A.">
// <copyright file="IPackageToExcelWriter.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions NetProjectPackageExtractor/Services/IProjectFileExtractor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="IProjectFileExtractor.cs" company="RHEA System S.A.">
// <copyright file="IProjectFileExtractor.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions NetProjectPackageExtractor/Services/IProjectFileParser.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="IProjectFileParser.cs" company="RHEA System S.A.">
// <copyright file="IProjectFileParser.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions NetProjectPackageExtractor/Services/NuGetReader.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="NuGetReader.cs" company="RHEA System S.A.">
// <copyright file="NuGetReader.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions NetProjectPackageExtractor/Services/PackageToExcelWriter.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="PackageToExcelWriter.cs" company="RHEA System S.A.">
// <copyright file="PackageToExcelWriter.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -172,7 +172,7 @@ private static void AddNugetSheet(IEnumerable<Package> packages, XLWorkbook work
}

if (!string.IsNullOrWhiteSpace(wsrow.Cell("F").Value.ToString()))
{
{
wsrow.Cell("F").SetHyperlink(new XLHyperlink(wsrow.Cell("F").Value.ToString()));
}
}
Expand Down
4 changes: 2 additions & 2 deletions NetProjectPackageExtractor/Services/ProjectFileExtractor.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ProjectFileExtractor.cs" company="RHEA System S.A.">
// <copyright file="ProjectFileExtractor.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions NetProjectPackageExtractor/Services/ProjectFileParser.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// -------------------------------------------------------------------------------------------------
// <copyright file="ProjectFileParser.cs" company="RHEA System S.A.">
// <copyright file="ProjectFileParser.cs" company="Starion Group S.A.">
//
// Copyright 2022-2024 RHEA System S.A.
// Copyright 2022-2024 Starion Group S.A.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 0604882

Please sign in to comment.