Skip to content

Commit c028f79

Browse files
authored
Merge pull request #7 from feO2x/release-v3.0.0
Release v3.0.0
2 parents e3d5dfd + b65f958 commit c028f79

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+30
-29
lines changed
File renamed without changes.

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
with:
2121
dotnet-version: 9.0.x
2222
- name: Restore dependencies
23-
run: dotnet restore ./Code/Light.SharedCore.slnx
23+
run: dotnet restore ./Light.SharedCore.slnx
2424
- name: Build
25-
run: dotnet build ./Code/Light.SharedCore.slnx -c Release --no-restore
25+
run: dotnet build ./Light.SharedCore.slnx -c Release --no-restore
2626
- name: Test
27-
run: dotnet test ./Code/Light.SharedCore.Tests/Light.SharedCore.Tests.csproj -c Release --no-build --verbosity normal
27+
run: dotnet test ./Light.SharedCore.Tests/Light.SharedCore.Tests.csproj -c Release --no-build --verbosity normal

.github/workflows/release-on-nuget.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
env:
2626
LIGHT_SHAREDCORE_SNK: ${{ secrets.LIGHT_SHAREDCORE_SNK }}
2727
run: |
28-
echo $LIGHT_SHAREDCORE_SNK | base64 --decode > ./Code/Light.SharedCore/Light.SharedCore.snk
28+
echo $LIGHT_SHAREDCORE_SNK | base64 --decode > ./Light.SharedCore/Light.SharedCore.snk
2929
- name: Create NuGet packages
30-
run: dotnet pack ./Code/Light.SharedCore/Light.SharedCore.csproj -c Release /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=Light.SharedCore.snk /p:ContinuousIntegrationBuild=true
30+
run: dotnet pack ./Light.SharedCore/Light.SharedCore.csproj -c Release /p:SignAssembly=true /p:AssemblyOriginatorKeyFile=Light.SharedCore.snk /p:ContinuousIntegrationBuild=true
3131
- name: Delete SNK file
32-
run: rm ./Code/Light.SharedCore/Light.SharedCore.snk
32+
run: rm ./Light.SharedCore/Light.SharedCore.snk
3333
- name: Push nupkg package
3434
env:
3535
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
36-
run: dotnet nuget push "./Code/Light.SharedCore/bin/Release/Light.SharedCore.*.nupkg" --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
36+
run: dotnet nuget push "./Light.SharedCore/bin/Release/Light.SharedCore.*.nupkg" --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json

Code/Light.SharedCore.slnx

Lines changed: 0 additions & 9 deletions
This file was deleted.
-160 Bytes
Binary file not shown.
File renamed without changes.

Code/Light.SharedCore.Tests/Entities/Int32EntityTests.cs renamed to Light.SharedCore.Tests/Entities/Int32EntityTests.cs

File renamed without changes.

Code/Light.SharedCore.Tests/Entities/Int64EntityTests.cs renamed to Light.SharedCore.Tests/Entities/Int64EntityTests.cs

File renamed without changes.

Code/Light.SharedCore.Tests/Entities/StringEntityTests.cs renamed to Light.SharedCore.Tests/Entities/StringEntityTests.cs

File renamed without changes.

Code/Light.SharedCore.Tests/Light.SharedCore.Tests.csproj renamed to Light.SharedCore.Tests/Light.SharedCore.Tests.csproj

File renamed without changes.

0 commit comments

Comments
 (0)