Skip to content

Commit c587dc8

Browse files
committed
Updating to v0.9
1 parent 653f191 commit c587dc8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

AgileMapper.UnitTests.Polyfills/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.0-*",
2+
"version": "0.9.0-*",
33

44
"buildOptions": {
55
"warningsAsErrors": true,

AgileMapper/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.8.0-*",
2+
"version": "0.9.0-*",
33
"authors": [ "Steve Wilkes" ],
44
"title": "AgileMapper",
55
"name": "AgileObjects.AgileMapper",

VersionInfo.cs

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

3-
[assembly: AssemblyVersion("0.8.0")]
4-
[assembly: AssemblyFileVersion("0.8.0")]
3+
[assembly: AssemblyVersion("0.9.0")]
4+
[assembly: AssemblyFileVersion("0.9.0")]

0 commit comments

Comments
 (0)