Skip to content

Instantly share code, notes, and snippets.

View francisfuzz's full-sized avatar

francisfuzz

View GitHub Profile
@francisfuzz
francisfuzz / ProgramVersion.cs
Created June 23, 2020 22:37
ProgramVersion.cs
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Text;
/* This code was written by Krzysztof Kowalczyk (http://blog.kowalczyk.info)
and is placed in public domain. */