Skip to content

Commit 1e153a6

Browse files
authored
Merge pull request #3 from eventstorage/develop
rename project to tdiscover
2 parents 2884a61 + 010e065 commit 1e153a6

6 files changed

+6
-6
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<!-- <LangVersion>13</LangVersion> -->
66
<!-- <GeneratePackageOnBuild>true</GeneratePackageOnBuild> -->
7-
<Version>1.0.2</Version>
7+
<Version>1.1.0</Version>
88
<Authors>asynchandler</Authors>
99
<Company>asynchandler</Company>
1010
<PackageTags>Assembly;Type;Reflection;Extensions;AppDomain;EventSourcing</PackageTags>

AsyncHandler.Assembly.sln TDiscover.sln

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.0.31903.59
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AsyncHandler.Assembly", "AsyncHandler.Assembly\AsyncHandler.Assembly.csproj", "{85214ECA-D1FF-4188-8B63-F8D00B104725}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDiscover", "src\TDiscover.csproj", "{08597A9A-A470-436B-BE28-A1E380C47F20}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -14,9 +14,9 @@ Global
1414
HideSolutionNode = FALSE
1515
EndGlobalSection
1616
GlobalSection(ProjectConfigurationPlatforms) = postSolution
17-
{85214ECA-D1FF-4188-8B63-F8D00B104725}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18-
{85214ECA-D1FF-4188-8B63-F8D00B104725}.Debug|Any CPU.Build.0 = Debug|Any CPU
19-
{85214ECA-D1FF-4188-8B63-F8D00B104725}.Release|Any CPU.ActiveCfg = Release|Any CPU
20-
{85214ECA-D1FF-4188-8B63-F8D00B104725}.Release|Any CPU.Build.0 = Release|Any CPU
17+
{08597A9A-A470-436B-BE28-A1E380C47F20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18+
{08597A9A-A470-436B-BE28-A1E380C47F20}.Debug|Any CPU.Build.0 = Debug|Any CPU
19+
{08597A9A-A470-436B-BE28-A1E380C47F20}.Release|Any CPU.ActiveCfg = Release|Any CPU
20+
{08597A9A-A470-436B-BE28-A1E380C47F20}.Release|Any CPU.Build.0 = Release|Any CPU
2121
EndGlobalSection
2222
EndGlobal
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)