Skip to content

Commit

Permalink
Added VersionHistory.txt file to solution
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvarod_cp authored and dannyvarod_cp committed Oct 28, 2014
1 parent 71068c2 commit e7ab874
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Building.sln
Expand Up @@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.tfignore = .tfignore
Data.txt = Data.txt
DemoVersionInfo.cs = DemoVersionInfo.cs
VersionHistory.txt = VersionHistory.txt
VersionInfo.cs = VersionInfo.cs
EndProjectSection
EndProject
Expand Down
8 changes: 8 additions & 0 deletions VersionHistory.txt
@@ -0,0 +1,8 @@
1.0.0: Initial
1.1.0: Added support for content files (files marked as content in NuGet project)
2.0.0: Only take content files under content folder (from NuGet project)
2.1.0: Take all files under content folder as content (from NuGet project)
2.2.0: Support packages used by project references.
2.3.0: Added optional config file (for NuGet projects),
now you can set icon and choose to add framework references to your NuGet packages
2.4.0: Added more config file options

0 comments on commit e7ab874

Please sign in to comment.