Skip to content

Commit

Permalink
Update releaser and added into main sln
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobris committed Jun 15, 2024
1 parent 71245a0 commit 2360547
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions BTDB.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BTDB.SourceGenerator.Tests"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BTDB.SourceGenerator.Sample", "BTDB.SourceGenerator.Sample\BTDB.SourceGenerator.Sample.csproj", "{A942F2EA-491D-4E32-AEA1-17A61A8C949B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Releaser", "Releaser\Releaser\Releaser.csproj", "{57F40308-159D-4959-A4D8-2C4E0AAC1507}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -125,6 +127,18 @@ Global
{A942F2EA-491D-4E32-AEA1-17A61A8C949B}.Release|x64.Build.0 = Release|Any CPU
{A942F2EA-491D-4E32-AEA1-17A61A8C949B}.Release|x86.ActiveCfg = Release|Any CPU
{A942F2EA-491D-4E32-AEA1-17A61A8C949B}.Release|x86.Build.0 = Release|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|x64.ActiveCfg = Debug|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|x64.Build.0 = Debug|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|x86.ActiveCfg = Debug|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|x86.Build.0 = Debug|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|Any CPU.Build.0 = Release|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|x64.ActiveCfg = Release|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|x64.Build.0 = Release|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|x86.ActiveCfg = Release|Any CPU
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 2 additions & 2 deletions Releaser/Releaser/Releaser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="LibGit2Sharp" Version="0.29.0" />
<PackageReference Include="Octokit" Version="9.0.0" />
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="Octokit" Version="12.0.0" />
</ItemGroup>
</Project>

0 comments on commit 2360547

Please sign in to comment.