OSDN Git Service

AppliStation,全部のバージョン表記を1.2.1にしたりした。また、win7がwin2008と間違って認識するバグの修正
authorttp <ttp@users.sourceforge.jp>
Sun, 4 Jan 2009 03:17:45 +0000 (03:17 +0000)
committerttp <ttp@users.sourceforge.jp>
Sun, 4 Jan 2009 03:17:45 +0000 (03:17 +0000)
git-svn-id: http://localhost/svn/AppliStation/trunk@1012 34ed2c89-c49f-4a4b-abdb-c318350108cf

AppliStation/AssemblyInfo.cs
all-get/AssemblyInfo.cs
archive-inst/AssemblyInfo.cs
na-get-lib/AssemblyInfo.cs
na-get-lib/NaGet.Packages/Platform.cs

index 6224fbb..e8d5eb3 100644 (file)
@@ -14,7 +14,7 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyConfiguration("")]\r
 [assembly: AssemblyCompany("Team AppliStation")]\r
 [assembly: AssemblyProduct("AppliStation")]\r
-[assembly: AssemblyCopyright("Copyright (c) 2007-2008 Team AppliStation")]\r
+[assembly: AssemblyCopyright("Copyright (c) 2007-2009 Team AppliStation")]\r
 [assembly: AssemblyTrademark("")]\r
 [assembly: AssemblyCulture("")]\r
 \r
@@ -28,4 +28,4 @@ using System.Runtime.InteropServices;
 //\r
 // You can specify all the values or you can use the default the Revision and \r
 // Build Numbers by using the '*' as shown below:\r
-[assembly: AssemblyVersion("1.2.0.*")]\r
+[assembly: AssemblyVersion("1.2.1.*")]\r
index 98b8b43..1e2b808 100644 (file)
@@ -28,4 +28,4 @@ using System.Runtime.InteropServices;
 //\r
 // You can specify all the values or you can use the default the Revision and \r
 // Build Numbers by using the '*' as shown below:\r
-[assembly: AssemblyVersion("1.2.0.*")]\r
+[assembly: AssemblyVersion("1.2.1.*")]\r
index 8bc7956..15671db 100644 (file)
@@ -28,4 +28,4 @@ using System.Runtime.InteropServices;
 //\r
 // You can specify all the values or you can use the default the Revision and \r
 // Build Numbers by using the '*' as shown below:\r
-[assembly: AssemblyVersion("1.2.0.*")]\r
+[assembly: AssemblyVersion("1.2.1.*")]\r
index 762e73d..3b9958f 100644 (file)
@@ -12,7 +12,7 @@ using System.Runtime.CompilerServices;
 [assembly: AssemblyConfiguration("")]\r
 [assembly: AssemblyCompany("Team AppliStation")]\r
 [assembly: AssemblyProduct("AppliStation")]\r
-[assembly: AssemblyCopyright("Copyright (c) 2007-2008 Team AppliStation")]\r
+[assembly: AssemblyCopyright("Copyright (c) 2007-2009 Team AppliStation")]\r
 [assembly: AssemblyTrademark("")]\r
 [assembly: AssemblyCulture("")]\r
 \r
@@ -23,7 +23,7 @@ using System.Runtime.CompilerServices;
 // You can specify all values by your own or you can build default build and revision\r
 // numbers with the '*' character (the default):\r
 \r
-[assembly: AssemblyVersion("1.2.0.*")]\r
+[assembly: AssemblyVersion("1.2.1.*")]\r
 \r
 // The following attributes specify the key for the sign of your assembly. See the\r
 // .NET Framework documentation for more information about signing.\r
index f26bf30..26e685e 100644 (file)
@@ -18,7 +18,8 @@ namespace NaGet.Packages
                WINXP = 151,\r
                WIN2003 = 152,\r
                VISTA = 160,\r
-               WIN2008 = 161,\r
+               WIN2008 = 160,\r
+               WIN7 = 161,\r
        }\r
        \r
        public class Platform\r
@@ -174,7 +175,7 @@ namespace NaGet.Packages
                                                        case 0:\r
                                                                return PlatformOSType.VISTA;\r
                                                        case 1:\r
-                                                               return PlatformOSType.WIN2008;\r
+                                                               return PlatformOSType.WIN7;\r
                                                }\r
                                        }\r
                                        break;\r