From e03199c4433be66a11a59b7bdbb6eae7574e8c91 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Fri, 7 Sep 2018 11:03:05 -0700 Subject: [PATCH] Update package version to 0.0.8 --- 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 7fb3e94..bb24f8d 100644 --- a/build/build.proj +++ b/build/build.proj @@ -33,7 +33,7 @@ 0 0 - 7 + 8 0 diff --git a/common/CommonAssemblyInfo.cs b/common/CommonAssemblyInfo.cs index 618abe7..a6b664a 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.7.0")] -[assembly: AssemblyFileVersion("0.0.7.0")] +[assembly: AssemblyVersion("0.0.8.0")] +[assembly: AssemblyFileVersion("0.0.8.0")]