https://bugs.winehq.org/show_bug.cgi?id=37599
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://alphavss.codeplex.c |https://web.archive.org/web |om/releases/view/90005 |/20210322101143/https://git | |hub.com/alphaleonis/AlphaVS | |S/releases/download/1.3.0/A | |lphaVSS-1.3.0.zip Summary|AlphaShadow v1.2 - AlphaVSS |AlphaShadow v1.x - AlphaVSS |Volume Shadow Copy Library |Volume Shadow Copy Library |Sample Client (.NET 4.0 |Sample Client (.NET 4.x |app) needs VSSAPI.DLL |app) needs VSSAPI.DLL
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download via Internet Archive for documentation.
Microsoft CodePlex is in archive mode and will be indefinitely shut down in July 2021.
https://archive.codeplex.com/?p=alphavss
The project moved to GitHub:
https://github.com/alphaleonis/AlphaVSS/releases
I couldn't find v1.2 release assets anymore hence I've used oldest one v1.3 (.NET 4.5 based) that had assets which can be used to reproduce.
Created a snapshot here:
https://web.archive.org/web/20210322101143/https://github.com/alphaleonis/Al...
Additionally a full project archive snapshot from the soon-defunct site:
https://web.archive.org/web/20210322101824/https://codeplexarchive.blob.core...
'releases/releaseList.json'
--- snip --- [ { "Id": "0", "Name": "1.2.4000.3 (.NET4)", "DevelopmentStatus": "Stable", "Description": "Issue 18251: Fixed bug causing IVssBackupComponents.WriterStatus to incorrectly throw exception stating that the operation is not supported on the current operating system on Windows 2008 and Windows Vista.", "ReleasedDatge": "0001-01-01T00:00:00", "ModifiedDate": "2012-06-22T11:08:24.96-07:00", "Files": [ { "Id": "ccef182f-717a-4bad-bc30-a40bc13dba6d", "FileName": "AlphaVSS-1.2.4000.3.zip", "Url": "./0/ccef182f-717a-4bad-bc30-a40bc13dba6d", "Type": "Application", "UploadDate": "2012-06-22T11:06:35.83-07:00" } ] }, { "Id": "1", "Name": "1.1.4000.3 (.NET2)", "DevelopmentStatus": "Stable", "Description": "Issue 18251: Fixed bug causing IVssBackupComponents.WriterStatus to incorrectly throw exception stating that the operation is not supported on the current operating system on Windows 2008 and Windows Vista.", "ReleasedDatge": "0001-01-01T00:00:00", "ModifiedDate": "2012-06-22T11:04:59.25-07:00", "Files": [ { "Id": "2e985c65-a47a-4125-8a54-7c237985c5aa", "FileName": "AlphaVSS-1.1.4000.3.zip", "Url": "./1/2e985c65-a47a-4125-8a54-7c237985c5aa", "Type": "Application", "UploadDate": "2012-06-22T11:04:54.953-07:00" } ] } ] --- snip ---
$ sha1sum AlphaVSS-1.3.0.zip 1bc8f32cf849ae51b0e998015a49347926936ee6 AlphaVSS-1.3.0.zip
$ du -sh AlphaVSS-1.3.0.zip 3.9M AlphaVSS-1.3.0.zip
$ sha1sum alphavss.zip c03f69ee03a460051dff1de4d926cf3d1d76a38d alphavss.zip
$ du -sh alphavss.zip 17M alphavss.zip
Regards