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 ef8b2e7 commit 5c91009Copy full SHA for 5c91009
AgileMapper.UnitTests.Polyfills/project.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.7.0-*",
+ "version": "0.8.0-*",
3
4
"buildOptions": {
5
"warningsAsErrors": true,
AgileMapper/project.json
"authors": [ "Steve Wilkes" ],
"title": "AgileMapper",
"name": "AgileObjects.AgileMapper",
VersionInfo.cs
@@ -1,4 +1,4 @@
using System.Reflection;
-[assembly: AssemblyVersion("0.7.0")]
-[assembly: AssemblyFileVersion("0.7.0")]
+[assembly: AssemblyVersion("0.8.0")]
+[assembly: AssemblyFileVersion("0.8.0")]
0 commit comments