From fd4c7a41131287def362fe2a7571bdd2f69c7260 Mon Sep 17 00:00:00 2001 From: Chris Conti Date: Tue, 25 Jun 2019 23:43:30 -0400 Subject: [PATCH 1/2] Update for compiling with VS2017 and target .NET 4.5 --- .gitignore | 1 + Gitpad.csproj | 6 ++++-- app.config | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 21aa082..0993842 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ bin obj _Resharper* *.user +.vs diff --git a/Gitpad.csproj b/Gitpad.csproj index cb341c7..5fe8c5a 100644 --- a/Gitpad.csproj +++ b/Gitpad.csproj @@ -1,5 +1,5 @@  - + Debug x86 @@ -10,7 +10,7 @@ Properties Gitpad Gitpad - v2.0 + v4.5 512 @@ -25,6 +25,7 @@ prompt 4 true + false AnyCPU @@ -35,6 +36,7 @@ prompt 4 true + false diff --git a/app.config b/app.config index e59af44..c5e1dae 100644 --- a/app.config +++ b/app.config @@ -1,3 +1,3 @@ - + From 1d46092608de9af25d9a5ae3b6683a7ce8d8b54f Mon Sep 17 00:00:00 2001 From: Chris Conti Date: Tue, 25 Jun 2019 23:47:46 -0400 Subject: [PATCH 2/2] v1.4.1 --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 13103a1..a8b3253 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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("1.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.1.0")] +[assembly: AssemblyFileVersion("1.4.1.0")]