Skip to content

Commit 0b0b052

Browse files
committed
Version update and removing accidentally committed file.
1 parent 5410cc2 commit 0b0b052

File tree

11 files changed

+9
-18
lines changed

11 files changed

+9
-18
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.suo
2+
*.user
3+
*.vsmdi
4+
*.testsettings

ASPNetImage.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ASPNetImage", "ASPNetImage\
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{EFB48FB4-4982-49E4-A007-98BFCE885C70}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "testWeb", "testWeb\testWeb.csproj", "{5E572EE0-30C5-45E9-AD31-45A159295AC3}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -21,10 +19,6 @@ Global
2119
{EFB48FB4-4982-49E4-A007-98BFCE885C70}.Debug|Any CPU.Build.0 = Debug|Any CPU
2220
{EFB48FB4-4982-49E4-A007-98BFCE885C70}.Release|Any CPU.ActiveCfg = Release|Any CPU
2321
{EFB48FB4-4982-49E4-A007-98BFCE885C70}.Release|Any CPU.Build.0 = Release|Any CPU
24-
{5E572EE0-30C5-45E9-AD31-45A159295AC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25-
{5E572EE0-30C5-45E9-AD31-45A159295AC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
26-
{5E572EE0-30C5-45E9-AD31-45A159295AC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
27-
{5E572EE0-30C5-45E9-AD31-45A159295AC3}.Release|Any CPU.Build.0 = Release|Any CPU
2822
EndGlobalSection
2923
GlobalSection(SolutionProperties) = preSolution
3024
HideSolutionNode = FALSE

ASPNetImage.suo

0 Bytes
Binary file not shown.

ASPNetImage/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/obj/
2+
*.snk

ASPNetImage/Source/NetImage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ public string Version
634634
{
635635
get
636636
{
637-
return "2.3.1.0 (ASPNetImage v0.2)";
637+
return "2.3.1.0 (ASPNetImage v0.3)";
638638
}
639639
}
640640

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

TraceAndTestImpact.testsettings

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)