Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor changes #53

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion NoRM/BSON/DbTypes/ObjectId.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ namespace Norm
/// Represents a Mongo document's ObjectId
/// </summary>
[System.ComponentModel.TypeConverter(typeof(ObjectIdTypeConverter))]
[Serializable]
public class ObjectId
{
private string _string;
Expand Down Expand Up @@ -223,4 +224,4 @@ protected static byte[] DecodeHex(string val)
return retval;
}
}
}
}
2 changes: 1 addition & 1 deletion NoRM/NoRM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>