Created
January 21, 2012 16:58
-
-
Save andrewdavey/1653285 to your computer and use it in GitHub Desktop.
Sample output from SemVerCompare
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> 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