Skip to content

Commit

Permalink
Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Sep 8, 2015
1 parent 4d512d9 commit eec20a4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2014 Umbrella Inc, Our Umbraco and other contributors
Copyright © 2015 Vincent Baaij, Umbrella Inc, Our Umbraco and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
9 changes: 9 additions & 0 deletions Our.Umbraco.FilePicker.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.Umbraco.FilePicker", "Src\Our.Umbraco.FilePicker\Our.Umbraco.FilePicker.csproj", "{A838D584-CE11-41DC-BB6A-A56FD1D5CE76}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{6DA0D922-9C64-4DAC-84F1-E47B350226CA}"
ProjectSection(SolutionItems) = preProject
LICENSE.md = LICENSE.md
Package.build.cmd = Package.build.cmd
Package.build.xml = Package.build.xml
Package.xml = Package.xml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion Package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<info>
<package>
<name>File Picker</name>
<version>1.3.2</version>
<version>1.3.3</version>
<license url="http://opensource.org/licenses/MIT">The MIT License (MIT)</license>
<url>http://our.umbraco.org/projects/collaboration/filepicker</url>
<requirements>
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Version 1.3.1 Another (very small) bugfix

Version 1.3.2 Another (very small) bugfix. Possibly fixes #6

Version 1.3.3 Fixes issue #9

0 comments on commit eec20a4

Please sign in to comment.