From b6264bf93f5c3ec9f50372bcc174ded6396f8acb Mon Sep 17 00:00:00 2001 From: Eltos Date: Sat, 18 Dec 2021 02:55:15 +0100 Subject: [PATCH] Version 3.10 --- PasteIntoFile/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PasteIntoFile/Properties/AssemblyInfo.cs b/PasteIntoFile/Properties/AssemblyInfo.cs index 6127d8a..934ba76 100644 --- a/PasteIntoFile/Properties/AssemblyInfo.cs +++ b/PasteIntoFile/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: AssemblyDescription("Paste Clipboard Contents Into Files")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("PasteIntoFile")] -[assembly: AssemblyProduct("PasteIntoFile v2.0")] +[assembly: AssemblyProduct("PasteIntoFile")] [assembly: AssemblyCopyright("Copyright © PasteIntoFile GitHub contributors")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,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("3.9")] -[assembly: AssemblyFileVersion("3.9")] +[assembly: AssemblyVersion("3.10")] +[assembly: AssemblyFileVersion("3.10")]