From 66b7b3cbe136e6bf98e2f6c44e7bd192b6b9a35c Mon Sep 17 00:00:00 2001 From: CodeDek Date: Mon, 1 Jul 2019 08:41:47 -0400 Subject: [PATCH] bumped version to release 1.0 --- src/ReparsePointCreator/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ReparsePointCreator/Properties/AssemblyInfo.cs b/src/ReparsePointCreator/Properties/AssemblyInfo.cs index 220eafa..6d57c79 100644 --- a/src/ReparsePointCreator/Properties/AssemblyInfo.cs +++ b/src/ReparsePointCreator/Properties/AssemblyInfo.cs @@ -51,7 +51,7 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.1.0.0")] -[assembly: AssemblyFileVersion("0.1.0.0")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: NeutralResourcesLanguage("en")]