diff --git a/SharpRaven.UnitTests/Logging/CreditCardFilterTests.cs b/SharpRaven.UnitTests/Logging/CreditCardFilterTests.cs index 3aeda296..320f8ee1 100644 --- a/SharpRaven.UnitTests/Logging/CreditCardFilterTests.cs +++ b/SharpRaven.UnitTests/Logging/CreditCardFilterTests.cs @@ -1,23 +1,23 @@ -using NUnit.Framework; - -using SharpRaven.Logging.Filters; - -namespace SharpRaven.UnitTests.Logging -{ - [TestFixture] - public class CreditCardFilterTests : FilterTestsBase - { - [Test] - public void InvalidCreditCardNumber_IsNotScrubbed() - { - InvalidValueIsNotScrubbed("1234-5678-9101-1121"); - } - - - [Test] - public void ValidCreditCardNumber_IsScrubbed() - { - ValidValueIsScrubbed("5271-1902-4264-3112"); - } - } +using NUnit.Framework; + +using SharpRaven.Logging.Filters; + +namespace SharpRaven.UnitTests.Logging +{ + [TestFixture] + public class CreditCardFilterTests : FilterTestsBase + { + [Test] + public void InvalidCreditCardNumber_IsNotScrubbed() + { + InvalidValueIsNotScrubbed("1234-5678-9101-1121"); + } + + + [Test] + public void ValidCreditCardNumber_IsScrubbed() + { + ValidValueIsScrubbed("5271-1902-4264-3112"); + } + } } \ No newline at end of file diff --git a/SharpRaven.UnitTests/Logging/PhoneNumberFilterTests.cs b/SharpRaven.UnitTests/Logging/PhoneNumberFilterTests.cs index 326d8464..a7fd236d 100644 --- a/SharpRaven.UnitTests/Logging/PhoneNumberFilterTests.cs +++ b/SharpRaven.UnitTests/Logging/PhoneNumberFilterTests.cs @@ -1,23 +1,23 @@ -using NUnit.Framework; - -using SharpRaven.Logging.Filters; - -namespace SharpRaven.UnitTests.Logging -{ - [TestFixture] - public class PhoneNumberFilterTests : FilterTestsBase - { - [Test] - public void InvalidPhoneNumber_IsNotScrubbed() - { - base.InvalidValueIsNotScrubbed("1531"); - } - - - [Test] - public void ValidPhoneNumber_IsScrubbed() - { - ValidValueIsScrubbed("55518231234"); - } - } +using NUnit.Framework; + +using SharpRaven.Logging.Filters; + +namespace SharpRaven.UnitTests.Logging +{ + [TestFixture] + public class PhoneNumberFilterTests : FilterTestsBase + { + [Test] + public void InvalidPhoneNumber_IsNotScrubbed() + { + base.InvalidValueIsNotScrubbed("1531"); + } + + + [Test] + public void ValidPhoneNumber_IsScrubbed() + { + ValidValueIsScrubbed("55518231234"); + } + } } \ No newline at end of file diff --git a/SharpRaven.UnitTests/SharpRaven.UnitTests.csproj b/SharpRaven.UnitTests/SharpRaven.UnitTests.csproj index ace99402..0e9d10f1 100644 --- a/SharpRaven.UnitTests/SharpRaven.UnitTests.csproj +++ b/SharpRaven.UnitTests/SharpRaven.UnitTests.csproj @@ -1,76 +1,76 @@ - - - - - Debug - AnyCPU - {E1DBEBBF-9448-4D99-B378-2B8CF1629F31} - Library - Properties - SharpRaven.UnitTests - SharpRaven.UnitTests - v4.0 - 512 - ..\ - true - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - False - ..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll - - - False - ..\packages\NUnit.2.6.3\lib\nunit.framework.dll - - - - - - - - - - - - - - - - - - - - - {CC80A2E1-AE39-44DE-8DA3-4EEF42F90FB1} - SharpRaven - - - - - + + + + + Debug + AnyCPU + {E1DBEBBF-9448-4D99-B378-2B8CF1629F31} + Library + Properties + SharpRaven.UnitTests + SharpRaven.UnitTests + v4.0 + 512 + ..\ + true + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + False + ..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll + + + False + ..\packages\NUnit.2.6.3\lib\nunit.framework.dll + + + + + + + + + + + + + + + + + + + + + {CC80A2E1-AE39-44DE-8DA3-4EEF42F90FB1} + SharpRaven + + + + + \ No newline at end of file diff --git a/SharpRaven/Properties/AssemblyInfo.cs b/SharpRaven/Properties/AssemblyInfo.cs index f493b0cd..18b776da 100644 --- a/SharpRaven/Properties/AssemblyInfo.cs +++ b/SharpRaven/Properties/AssemblyInfo.cs @@ -2,36 +2,24 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. [assembly: AssemblyTitle("SharpRaven")] -[assembly: AssemblyDescription("A Sentry Client written in C# 4.0")] +[assembly: AssemblyDescription("SharpRaven is a C# client for Sentry https://www.getsentry.com")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] +[assembly: AssemblyCompany("Sentry")] [assembly: AssemblyProduct("SharpRaven")] -[assembly: AssemblyCopyright("Copyright © 2012")] +[assembly: AssemblyCopyright("Copyright © Sentry 2013")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("b5683941-1254-484e-b074-87cedd4fc78e")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.7.8.0")] +// AssemblyVersion the most formal version number and is akin to "API Version". It doesn't need to change unless there's breaking changes. +[assembly: AssemblyVersion("1.0.0.0")] + +// AssemblyFileVersion is more informal and can be increased more rapidly and with less consideration than AssemblyVersion. [assembly: AssemblyFileVersion("1.0.0.0")] + +// AssemblyInformationalVersion is even more informal than AssemblyFileVersion and doesn't need a certain format. It will be used as the $version$ replacement string in NuGet and can contain suffixes like "-alpha". +// [assembly: AssemblyInformationalVersion("0.8.0.0")] + [assembly: InternalsVisibleTo("SharpRaven.UnitTests")] \ No newline at end of file diff --git a/SharpRaven/SharpRaven.csproj b/SharpRaven/SharpRaven.csproj index b313d303..74c85c06 100644 --- a/SharpRaven/SharpRaven.csproj +++ b/SharpRaven/SharpRaven.csproj @@ -1,4 +1,4 @@ - + Debug @@ -68,6 +68,9 @@ + + Designer + diff --git a/SharpRaven/SharpRaven.nuspec b/SharpRaven/SharpRaven.nuspec new file mode 100644 index 00000000..e82f3dbe --- /dev/null +++ b/SharpRaven/SharpRaven.nuspec @@ -0,0 +1,24 @@ + + + + SharpRaven + $version$ + .NET client for Sentry (getsentry.com) + David Cramer, GetSentry.com + jsk, asbjornu, gmaclellan + https://github.com/getsentry/raven-csharp/blob/master/LICENSE + https://github.com/getsentry/raven-csharp + https://www.getsentry.com/_static/getsentry/images/favicon.png + false + Raven is a C# client for Sentry (getsentry.com and github.com/getsentry/sentry) + $releaseNotes$ + Copyright 2013 getsentry.com + raven sentry logging + + + + + + + + \ No newline at end of file diff --git a/packages/repositories.config b/packages/repositories.config index fea0dd66..b626f1d2 100644 --- a/packages/repositories.config +++ b/packages/repositories.config @@ -1,5 +1,5 @@ - - - - + + + + \ No newline at end of file