Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit a0a49d2

Browse files
committed
Bump version
1 parent 55bcf5c commit a0a49d2

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
USE_CI_FEED: false
9-
VERSION: 1.0.1
9+
VERSION: 1.0.2
1010
IS_PRERELEASE: false
1111
PROJECT_PATH: src/Telegram.Bot.Extensions.Polling/Telegram.Bot.Extensions.Polling.csproj
1212
CONFIGURATION: Release

Telegram.Bot.Extensions.Polling.sln

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,17 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D9549736-D
1919
EndProject
2020
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Telegram.Bot.Extensions.Polling.Tests", "test\Telegram.Bot.Extensions.Polling.Tests\Telegram.Bot.Extensions.Polling.Tests.csproj", "{16570A8F-7E19-41EA-AEE1-9FD378585169}"
2121
EndProject
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{055FB192-3BB9-4FB9-B5C3-1ED8370CEFE9}"
23+
ProjectSection(SolutionItems) = preProject
24+
.github\nuget.config = .github\nuget.config
25+
EndProjectSection
26+
EndProject
27+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{AA1E8187-E2AB-4D11-8517-95B3D67821F1}"
28+
ProjectSection(SolutionItems) = preProject
29+
.github\workflows\ci.yml = .github\workflows\ci.yml
30+
.github\workflows\release.yml = .github\workflows\release.yml
31+
EndProjectSection
32+
EndProject
2233
Global
2334
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2435
Debug|Any CPU = Debug|Any CPU
@@ -40,6 +51,8 @@ Global
4051
GlobalSection(NestedProjects) = preSolution
4152
{437A7244-12E6-45F8-A230-9E1241DFA857} = {338ECE13-AF3D-4C77-A3B9-AF0E7C7298C8}
4253
{16570A8F-7E19-41EA-AEE1-9FD378585169} = {D9549736-D112-4D83-A116-0AEF455A82F8}
54+
{055FB192-3BB9-4FB9-B5C3-1ED8370CEFE9} = {C49D6AD4-FC8B-4F2D-AEF8-A77A09120A01}
55+
{AA1E8187-E2AB-4D11-8517-95B3D67821F1} = {055FB192-3BB9-4FB9-B5C3-1ED8370CEFE9}
4356
EndGlobalSection
4457
GlobalSection(ExtensibilityGlobals) = postSolution
4558
SolutionGuid = {90F2F608-0C73-4233-8D9F-8D375CC014D0}

0 commit comments

Comments
 (0)