From f1caa0c8580e162edb2daf0b0aa851deefeb3208 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Sun, 15 Jan 2017 22:10:13 -0800 Subject: [PATCH] Update package version to 0.0.3 --- build/build.proj | 2 +- common/CommonAssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/build.proj b/build/build.proj index b67e362..930b852 100644 --- a/build/build.proj +++ b/build/build.proj @@ -33,7 +33,7 @@ 0 0 - 2 + 3 0 diff --git a/common/CommonAssemblyInfo.cs b/common/CommonAssemblyInfo.cs index 1a44317..24b8560 100644 --- a/common/CommonAssemblyInfo.cs +++ b/common/CommonAssemblyInfo.cs @@ -28,5 +28,5 @@ // [assembly: AssemblyVersion("1.0.*")] // No need to manually update this, build process does it automatically -[assembly: AssemblyVersion("0.0.2.0")] -[assembly: AssemblyFileVersion("0.0.2.0")] +[assembly: AssemblyVersion("0.0.3.0")] +[assembly: AssemblyFileVersion("0.0.3.0")]