From 21eb65c815aab003cce198d11e71efb9fad3fd16 Mon Sep 17 00:00:00 2001 From: ttp Date: Sun, 4 Jan 2009 03:17:45 +0000 Subject: [PATCH] =?utf8?q?AppliStation,=E5=85=A8=E9=83=A8=E3=81=AE?= =?utf8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E8=A1=A8=E8=A8=98?= =?utf8?q?=E3=82=921.2.1=E3=81=AB=E3=81=97=E3=81=9F=E3=82=8A=E3=81=97?= =?utf8?q?=E3=81=9F=E3=80=82=E3=81=BE=E3=81=9F=E3=80=81win7=E3=81=8Cwin200?= =?utf8?q?8=E3=81=A8=E9=96=93=E9=81=95=E3=81=A3=E3=81=A6=E8=AA=8D=E8=AD=98?= =?utf8?q?=E3=81=99=E3=82=8B=E3=83=90=E3=82=B0=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://localhost/svn/AppliStation/trunk@1012 34ed2c89-c49f-4a4b-abdb-c318350108cf --- AppliStation/AssemblyInfo.cs | 4 ++-- all-get/AssemblyInfo.cs | 2 +- archive-inst/AssemblyInfo.cs | 2 +- na-get-lib/AssemblyInfo.cs | 4 ++-- na-get-lib/NaGet.Packages/Platform.cs | 5 +++-- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/AppliStation/AssemblyInfo.cs b/AppliStation/AssemblyInfo.cs index 6224fbb..e8d5eb3 100644 --- a/AppliStation/AssemblyInfo.cs +++ b/AppliStation/AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Team AppliStation")] [assembly: AssemblyProduct("AppliStation")] -[assembly: AssemblyCopyright("Copyright (c) 2007-2008 Team AppliStation")] +[assembly: AssemblyCopyright("Copyright (c) 2007-2009 Team AppliStation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -28,4 +28,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.*")] +[assembly: AssemblyVersion("1.2.1.*")] diff --git a/all-get/AssemblyInfo.cs b/all-get/AssemblyInfo.cs index 98b8b43..1e2b808 100644 --- a/all-get/AssemblyInfo.cs +++ b/all-get/AssemblyInfo.cs @@ -28,4 +28,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.*")] +[assembly: AssemblyVersion("1.2.1.*")] diff --git a/archive-inst/AssemblyInfo.cs b/archive-inst/AssemblyInfo.cs index 8bc7956..15671db 100644 --- a/archive-inst/AssemblyInfo.cs +++ b/archive-inst/AssemblyInfo.cs @@ -28,4 +28,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.2.0.*")] +[assembly: AssemblyVersion("1.2.1.*")] diff --git a/na-get-lib/AssemblyInfo.cs b/na-get-lib/AssemblyInfo.cs index 762e73d..3b9958f 100644 --- a/na-get-lib/AssemblyInfo.cs +++ b/na-get-lib/AssemblyInfo.cs @@ -12,7 +12,7 @@ using System.Runtime.CompilerServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Team AppliStation")] [assembly: AssemblyProduct("AppliStation")] -[assembly: AssemblyCopyright("Copyright (c) 2007-2008 Team AppliStation")] +[assembly: AssemblyCopyright("Copyright (c) 2007-2009 Team AppliStation")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -23,7 +23,7 @@ using System.Runtime.CompilerServices; // You can specify all values by your own or you can build default build and revision // numbers with the '*' character (the default): -[assembly: AssemblyVersion("1.2.0.*")] +[assembly: AssemblyVersion("1.2.1.*")] // The following attributes specify the key for the sign of your assembly. See the // .NET Framework documentation for more information about signing. diff --git a/na-get-lib/NaGet.Packages/Platform.cs b/na-get-lib/NaGet.Packages/Platform.cs index f26bf30..26e685e 100644 --- a/na-get-lib/NaGet.Packages/Platform.cs +++ b/na-get-lib/NaGet.Packages/Platform.cs @@ -18,7 +18,8 @@ namespace NaGet.Packages WINXP = 151, WIN2003 = 152, VISTA = 160, - WIN2008 = 161, + WIN2008 = 160, + WIN7 = 161, } public class Platform @@ -174,7 +175,7 @@ namespace NaGet.Packages case 0: return PlatformOSType.VISTA; case 1: - return PlatformOSType.WIN2008; + return PlatformOSType.WIN7; } } break; -- 2.11.0