Skip to content

Commit

Permalink
Update to .net 4.8 & release
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister committed Jun 10, 2020
1 parent 2ef6a81 commit 7b797a0
Show file tree
Hide file tree
Showing 30 changed files with 12,239 additions and 100 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ skip_commits:
- docs/*
- '**/*.html'
- '**/*.md'
version: '3.18.1.{build}'
version: '3.19.0.{build}'
skip_tags: true
image: Visual Studio 2019
clone_folder: c:\project\gallifrey
Expand Down
7 changes: 3 additions & 4 deletions paket.dependencies
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
source https://www.nuget.org/api/v2
framework: auto-detect
source https://api.nuget.org/v3/index.json

nuget Exceptionless.Wpf
nuget FAKE ~> 4
nuget MahApps.Metro prerelease
nuget MahApps.Metro.IconPacks.FontAwesome prerelease
nuget MahApps.Metro
nuget MahApps.Metro.IconPacks.FontAwesome
nuget Newtonsoft.Json
nuget Octokit
nuget RestSharp
Expand Down
642 changes: 629 additions & 13 deletions paket.lock

Large diffs are not rendered by default.

1,688 changes: 1,686 additions & 2 deletions src/Gallifrey.Jira/Gallifrey.Jira.csproj

Large diffs are not rendered by default.

1,671 changes: 1,668 additions & 3 deletions src/Gallifrey.Rest/Gallifrey.Rest.csproj

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/Gallifrey.UI.Modern.Alpha/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Themes/Dark.Blue.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.AnimatedSingleRowTabControl.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro.IconPacks.FontAwesome;component/Themes/PackIconFontAwesome.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
Expand Down
1,619 changes: 1,610 additions & 9 deletions src/Gallifrey.UI.Modern.Alpha/Gallifrey.UI.Modern.Alpha.csproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/Gallifrey.UI.Modern.Alpha/app.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true" />
<defaultProxy enabled="true" useDefaultCredentials="true"/>
</system.net>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
</configuration>
1 change: 0 additions & 1 deletion src/Gallifrey.UI.Modern.Beta/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Fonts.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Themes/Dark.Blue.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro;component/Styles/Controls.AnimatedSingleRowTabControl.xaml" />
<ResourceDictionary Source="pack://application:,,,/MahApps.Metro.IconPacks.FontAwesome;component/Themes/PackIconFontAwesome.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
Expand Down
Loading

0 comments on commit 7b797a0

Please sign in to comment.