Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/nuget-projector-link.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: NuGet ThreeByte.LinkLib.Projector
name: NuGet ThreeByte.LinkLib.ProjectorLink

on:
pull_request:
branches:
- main
paths:
- "ThreeByte.LinkLib/ThreeByte.LinkLib.Projector/**"
- "ThreeByte.LinkLib/ThreeByte.LinkLib.ProjectorLink/**"
types:
- closed

env:
GITHUB_REPO: "three-byte.link-lib"
PROJECT_PATH: "ThreeByte.LinkLib"
PROJECT_NAME: "ThreeByte.LinkLib.Projector"
PROJECT_NAME: "ThreeByte.LinkLib.ProjectorLink"
INITIAL_PACKAGE_VERSION: "1.0.0"
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}

Expand Down
Empty file.
10 changes: 5 additions & 5 deletions ThreeByte.LinkLib/ThreeByte.LinkLib.sln
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreeByte.LinkLib.SerialLin
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreeByte.LinkLib.NetBooter", "ThreeByte.LinkLib.NetBooter\ThreeByte.LinkLib.NetBooter.csproj", "{1A2A3348-6CC9-43F1-95AC-9CED4E7C4B05}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreeByte.LinkLib.ProjectorLink", "ThreeByte.LinkLib.Projector\ThreeByte.LinkLib.ProjectorLink.csproj", "{65D63D85-301B-48E8-965F-256A132986DA}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreeByte.LinkLib.ProjectorLink", "ThreeByte.LinkLib.ProjectorLink\ThreeByte.LinkLib.ProjectorLink.csproj", "{43D31498-FC1F-D4CA-C66A-A03CA7EB5D42}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -41,10 +41,10 @@ Global
{1A2A3348-6CC9-43F1-95AC-9CED4E7C4B05}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A2A3348-6CC9-43F1-95AC-9CED4E7C4B05}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A2A3348-6CC9-43F1-95AC-9CED4E7C4B05}.Release|Any CPU.Build.0 = Release|Any CPU
{65D63D85-301B-48E8-965F-256A132986DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65D63D85-301B-48E8-965F-256A132986DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65D63D85-301B-48E8-965F-256A132986DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65D63D85-301B-48E8-965F-256A132986DA}.Release|Any CPU.Build.0 = Release|Any CPU
{43D31498-FC1F-D4CA-C66A-A03CA7EB5D42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43D31498-FC1F-D4CA-C66A-A03CA7EB5D42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43D31498-FC1F-D4CA-C66A-A03CA7EB5D42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43D31498-FC1F-D4CA-C66A-A03CA7EB5D42}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading