Skip to content

Commit 2360547

Browse files
committed
Update releaser and added into main sln
1 parent 71245a0 commit 2360547

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

BTDB.sln

+14
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BTDB.SourceGenerator.Tests"
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BTDB.SourceGenerator.Sample", "BTDB.SourceGenerator.Sample\BTDB.SourceGenerator.Sample.csproj", "{A942F2EA-491D-4E32-AEA1-17A61A8C949B}"
2121
EndProject
22+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Releaser", "Releaser\Releaser\Releaser.csproj", "{57F40308-159D-4959-A4D8-2C4E0AAC1507}"
23+
EndProject
2224
Global
2325
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2426
Debug|Any CPU = Debug|Any CPU
@@ -125,6 +127,18 @@ Global
125127
{A942F2EA-491D-4E32-AEA1-17A61A8C949B}.Release|x64.Build.0 = Release|Any CPU
126128
{A942F2EA-491D-4E32-AEA1-17A61A8C949B}.Release|x86.ActiveCfg = Release|Any CPU
127129
{A942F2EA-491D-4E32-AEA1-17A61A8C949B}.Release|x86.Build.0 = Release|Any CPU
130+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
131+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|Any CPU.Build.0 = Debug|Any CPU
132+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|x64.ActiveCfg = Debug|Any CPU
133+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|x64.Build.0 = Debug|Any CPU
134+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|x86.ActiveCfg = Debug|Any CPU
135+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Debug|x86.Build.0 = Debug|Any CPU
136+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|Any CPU.ActiveCfg = Release|Any CPU
137+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|Any CPU.Build.0 = Release|Any CPU
138+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|x64.ActiveCfg = Release|Any CPU
139+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|x64.Build.0 = Release|Any CPU
140+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|x86.ActiveCfg = Release|Any CPU
141+
{57F40308-159D-4959-A4D8-2C4E0AAC1507}.Release|x86.Build.0 = Release|Any CPU
128142
EndGlobalSection
129143
GlobalSection(SolutionProperties) = preSolution
130144
HideSolutionNode = FALSE

Releaser/Releaser/Releaser.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</Reference>
1111
</ItemGroup>
1212
<ItemGroup>
13-
<PackageReference Include="LibGit2Sharp" Version="0.29.0" />
14-
<PackageReference Include="Octokit" Version="9.0.0" />
13+
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
14+
<PackageReference Include="Octokit" Version="12.0.0" />
1515
</ItemGroup>
1616
</Project>

0 commit comments

Comments
 (0)