Skip to content

Commit

Permalink
- removed MAX_PATH limit (requires at least Win 10 1607)
Browse files Browse the repository at this point in the history
- requires now .NET 4.7.2 (default shipped with Win 1809 and later)
  • Loading branch information
asdfjkl committed Nov 20, 2020
1 parent 3cb27bc commit 2c0bf58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions yahb/CopyModule.cs
Expand Up @@ -536,6 +536,7 @@ public void doCopy()

foreach(Tuple<String, DestinationFile> x in tryWithVSS)
{
Console.WriteLine("using vss");
string snap_path = vss.GetSnapshotPath(x.Item1);
try
{
Expand Down
4 changes: 2 additions & 2 deletions yahb/Properties/AssemblyInfo.cs
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyVersion("1.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]

0 comments on commit 2c0bf58

Please sign in to comment.