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 610e6a3 commit 6f07567Copy full SHA for 6f07567
AgileMapper.UnitTests.Polyfills/project.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.4.1-*",
+ "version": "0.5.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.4.1")]
-[assembly: AssemblyFileVersion("0.4.1")]
+[assembly: AssemblyVersion("0.5.0")]
+[assembly: AssemblyFileVersion("0.5.0")]
0 commit comments