diff options
author | Stephen Jennings <Stephen.G.Jennings@gmail.com> | 2011-10-29 23:56:03 -0700 |
---|---|---|
committer | Stephen Jennings <Stephen.G.Jennings@gmail.com> | 2011-10-29 23:56:03 -0700 |
commit | 0a696506bef7c1cbe550c71e86f91ae73b30cbd3 (patch) | |
tree | ba991bd3604c5f28781d74f85644d52596625704 | |
parent | 3ed2089e834ca4b8dccc716ff30428d7af34f4d7 (diff) | |
download | OATH.Net-0a696506bef7c1cbe550c71e86f91ae73b30cbd3.zip OATH.Net-0a696506bef7c1cbe550c71e86f91ae73b30cbd3.tar.gz OATH.Net-0a696506bef7c1cbe550c71e86f91ae73b30cbd3.tar.bz2 |
Fix GUID on Test project.
-rw-r--r-- | OATH.Net.Test/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OATH.Net.Test/Properties/AssemblyInfo.cs b/OATH.Net.Test/Properties/AssemblyInfo.cs index 295f909..055f0c7 100644 --- a/OATH.Net.Test/Properties/AssemblyInfo.cs +++ b/OATH.Net.Test/Properties/AssemblyInfo.cs @@ -12,4 +12,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("Unit tests for OATH.Net")] [assembly: ComVisible(false)] -[assembly: Guid("3c7b2afb-4217-44df-99ac-f91d5102f25a")] +[assembly: Guid("43ab7bee-37d4-47db-92e9-cb1576c8269b")] |