Skip to content

Instantly share code, notes, and snippets.

@emanuelgaspar
emanuelgaspar / UmbracoFormsChecker.cs
Last active May 8, 2018 15:23
Script to find all 'UmbracoForms.config' files under a given path and write their versions. Results are written to Console and a text file named 'UmbracoFormsVersions.txt'
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace UmbracoFormsChecker
{
class Program