Skip to content

Commit

Permalink
Work/update (#17)
Browse files Browse the repository at this point in the history
* Update company name to my DBA

* Updating GitHub Branch Rules
Updated build step names in workflows
  • Loading branch information
erenken authored May 7, 2023
1 parent c99664f commit ed8452b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
build:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
6 changes: 6 additions & 0 deletions myNOC.WeatherLink.v3.ncrunchsolution
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<SolutionConfiguration>
<Settings>
<AllowParallelTestExecution>True</AllowParallelTestExecution>
<SolutionConfigured>True</SolutionConfigured>
</Settings>
</SolutionConfiguration>
4 changes: 2 additions & 2 deletions src/myNOC.WeatherLink/myNOC.WeatherLink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<DebugSymbols>true</DebugSymbols>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<Title>myNOC.WeatherLink</Title>
<Authors>Demiurge Software LLC</Authors>
<Authors>myNOC LLC</Authors>
<Description>A .NET SDK to Communicate with the WeatherLink v2 API.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Copyright>Copyright © Demiurge Software LLC 2022</Copyright>
<Copyright>Copyright © myNOC LLC 2023</Copyright>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageProjectUrl>https://github.com/erenken/weatherlink</PackageProjectUrl>
<RepositoryUrl>https://github.com/erenken/weatherlink</RepositoryUrl>
Expand Down

0 comments on commit ed8452b

Please sign in to comment.