Skip to content

Commit 1a40dce

Browse files
committed
Version number set to 1.0.0-beta1
1 parent b5c6d68 commit 1a40dce

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/FluentAssertions.Mvc4/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Information about this assembly is defined by the following attributes.
55
// Change them to the values specific to your project.
66

7-
[assembly: AssemblyTitle("FluentAssertions.Mvc3")]
7+
[assembly: AssemblyTitle("FluentAssertions.Mvc4")]
88
[assembly: AssemblyDescription("")]
99
[assembly: AssemblyConfiguration("")]
1010

src/SolutionInfo.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
using System.Reflection;
22

33
[assembly: AssemblyCompany("")]
4-
[assembly: AssemblyProduct("")]
4+
[assembly: AssemblyProduct("FluentAssertions.Mvc")]
55
[assembly: AssemblyCopyright("")]
66
[assembly: AssemblyTrademark("")]
77
[assembly: AssemblyCulture("")]
8-
[assembly: AssemblyVersion("0.0.0.0")]
8+
9+
[assembly: AssemblyVersion("0.1.0.0")]
10+
[assembly: AssemblyFileVersion("1.0.0-beta1")]

0 commit comments

Comments
 (0)