Procházet zdrojové kódy

Bumping .NET assembly version number before 5.20.1 release as there were changes

Source commit: 05809180d59dbbf6804b2543f86c338f2432fc33
Martin Prikryl před 4 roky
rodič
revize
2af244878d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      dotnet/properties/AssemblyInfo.cs

+ 1 - 1
dotnet/properties/AssemblyInfo.cs

@@ -35,7 +35,7 @@ namespace WinSCP
     {
         public const string UndefinedProductVersion = "9.9.9.9";
 
-        public const string Version = "1.9.0.0";
+        public const string Version = "1.10.0.0";
         public const string ProductVersion = "5.20.1.0";
     }
 }