We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a08f67 commit b501dd2Copy full SHA for b501dd2
src/Simplify.System.Tests/AssemblyInfoTests.cs
@@ -17,7 +17,7 @@ public void AssemblyInfo_GetCurrentAssemblyInfo_InformationIsCorrect()
17
Assert.AreEqual("Simplify.System unit tests", assemblyInfo.Description);
18
Assert.AreEqual("Simplify", assemblyInfo.ProductName);
19
Assert.AreEqual("Simplify.System.Tests", assemblyInfo.Title);
20
- Assert.AreEqual("1.2.0.0", assemblyInfo.Version.ToString());
+ Assert.AreEqual("1.0.0.0", assemblyInfo.Version.ToString());
21
}
22
23
0 commit comments