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

Commit a247242

Browse files
committed
Upped the version number to 1.0.0.0
1 parent 4252252 commit a247242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SharpRaven/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
[assembly: Guid("b5683941-1254-484e-b074-87cedd4fc78e")]
1515

1616
// AssemblyVersion the most formal version number and is akin to "API Version". It doesn't need to change unless there's breaking changes.
17-
[assembly: AssemblyVersion("0.8.0.0")]
17+
[assembly: AssemblyVersion("1.0.0.0")]
1818

1919
// AssemblyFileVersion is more informal and can be increased more rapidly and with less consideration than AssemblyVersion.
20-
[assembly: AssemblyFileVersion("0.8.0.0")]
20+
[assembly: AssemblyFileVersion("1.0.0.0")]
2121

2222
// 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".
2323
// [assembly: AssemblyInformationalVersion("0.8.0.0")]

0 commit comments

Comments
 (0)