Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 99282db

Browse files
Bump version to 1.0.2
1 parent 5a4de2d commit 99282db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/SolutionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ namespace System
3232
{
3333
internal static class AssemblyVersionInformation {
3434
// this is for the AssemblyVersion and AssemblyVersion attributes, which can't handle alphanumerics
35-
internal const string VersionForAssembly = "1.0.1";
35+
internal const string VersionForAssembly = "1.0.2";
3636
// Actual real version
37-
internal const string Version = "1.0.1";
37+
internal const string Version = "1.0.2";
3838
}
3939
}

0 commit comments

Comments
 (0)