Skip to content

Commit

Permalink
Prepare for FOSDEM 2017
Browse files Browse the repository at this point in the history
  • Loading branch information
julianls committed Aug 1, 2016
1 parent bc22e1a commit 33041ee
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FOSDEM/FOSDEM.Shared/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,7 @@ private static async Task LoadFromWeb()
try
{
HttpClient http = new HttpClient();
//string url = "https://archive.fosdem.org/2015/schedule/xml";
string url = "https://fosdem.org/2016/schedule/xml";
string url = "https://fosdem.org/2017/schedule/xml";
HttpResponseMessage response = await http.GetAsync(url);
string xml = await response.Content.ReadAsStringAsync();

Expand Down
Binary file added StoreImages/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreImages/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreImages/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreImages/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added StoreImages/storelogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 33041ee

Please sign in to comment.