Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release-1.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
asbjornu committed Nov 12, 2014
2 parents 35f1b38 + cbe4da0 commit 6a42af7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ Resources
* [Code](http://github.com/getsentry/raven-csharp)
* [Mailing List](https://groups.google.com/group/getsentry)
* [IRC](irc://irc.freenode.net/sentry) (irc.freenode.net, #sentry)

2 changes: 1 addition & 1 deletion src/Build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ echo =====================
echo === NuGet Pack ===
echo =====================
echo.
NuGet pack app\SharpRaven\SharpRaven.nuspec -Properties ReleaseInfo='Test'
NuGet pack app\SharpRaven\SharpRaven.csproj -Properties ReleaseNotes='Test'
echo.
ENDLOCAL
12 changes: 0 additions & 12 deletions src/app/SharpRaven/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,4 @@
[assembly : AssemblyCulture("")]
[assembly : ComVisible(false)]
[assembly : Guid("b5683941-1254-484e-b074-87cedd4fc78e")]

// 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")]
5 changes: 1 addition & 4 deletions src/app/SharpRaven/SharpRaven.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
<copyright>Copyright 2014 The Sentry Team and individual contributors</copyright>
<tags>raven sentry logging</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="6.0.5" />
<dependency id="Newtonsoft.Json" version="6.0.6" />
</dependencies>
</metadata>
<files>
<file src="bin\Release\**\SharpRaven.*" target="lib" />
</files>
</package>

0 comments on commit 6a42af7

Please sign in to comment.