Skip to content

Instantly share code, notes, and snippets.

@andrewdavey
Created January 21, 2012 16:58
Show Gist options
  • Save andrewdavey/1653285 to your computer and use it in GitHub Desktop.
Save andrewdavey/1653285 to your computer and use it in GitHub Desktop.
Sample output from SemVerCompare
> SemVerCompare.exe old\Cassette.dll new\Cassette.dll
Type added: Cassette.CassetteApplicationContainer
Type added: Cassette.ICassetteApplicationContainer`1
Type changed: Cassette.IO.IsolatedStorageDirectory
Member added: Void .ctor(System.Func`1[System.IO.IsolatedStorage.IsolatedStorageFile])
Type changed: Cassette.ICassetteApplication
Member added: System.Collections.Generic.IEnumerable`1[Cassette.Bundle] get_Bundles()
Member added: System.Collections.Generic.IEnumerable`1[Cassette.Bundle] Bundles
Type changed: Cassette.IO.IsolatedStorageFile
Member added: Void .ctor(System.String, System.Func`1[System.IO.IsolatedStorage.IsolatedStorageFile], Cassette.IO.IsolatedStorageDirectory)
Suggested new version: 1.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment