Skip to content

Commit

Permalink
Update PresentationBase to version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Jan 4, 2020
1 parent fb82a37 commit 15b0e47
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 David Sungaila
Copyright (c) 2020 David Sungaila

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ While its primary goal is to offer a convenient GUI for the *SUBST* command, I u

At this point I am satisfied with SUBSTitute: There are no major features/changes planned. I still keep an eye on .NET Core updates, though. And I might expand on the easter egg (about dialog) just for fun.
## Version history
### 1.1.1 (2020-01-04)
* Update PresentationBase to version 2.2.0
### 1.1.0 (2019-12-22)
* Core classes extracted into a separate project ([PresentationBase](https://github.com/sungaila/PresentationBase)) and referenced via [NuGet.org](https://www.nuget.org/packages/PresentationBase) now
* Target framework updated to [.NET Core 3.1.0](https://github.com/dotnet/core/blob/master/release-notes/3.1/3.1.0/3.1.0.md)
Expand Down
4 changes: 2 additions & 2 deletions SUBSTitute.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ApplicationIcon>SUBSTitute.ico</ApplicationIcon>
<Version>1.1.1</Version>
<Authors>David Sungaila</Authors>
<Copyright>Copyright © 2019 SUBSTitute</Copyright>
<Copyright>Copyright © 2020 SUBSTitute</Copyright>
<Company />
<ApplicationManifest>App.manifest</ApplicationManifest>
<PackageProjectUrl>https://github.com/sungaila/SUBSTitute</PackageProjectUrl>
Expand Down Expand Up @@ -118,7 +118,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.WindowsAPICodePack-Core" Version="1.1.0.2" />
<PackageReference Include="Microsoft.WindowsAPICodePack-Shell" Version="1.1.0" />
<PackageReference Include="PresentationBase" Version="2.1.1" />
<PackageReference Include="PresentationBase" Version="2.2.0" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion Views/AboutDialog.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Window x:Class="Sungaila.SUBSTitute.Views.AboutDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Core="clr-namespace:PresentationBase.Converters;assembly=PresentationBase"
xmlns:ViewModels="clr-namespace:Sungaila.SUBSTitute.ViewModels"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Expand Down
2 changes: 1 addition & 1 deletion licence.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 SUBSTitute
Copyright (c) 2020 SUBSTitute

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 15b0e47

Please sign in to comment.