Skip to content

Commit

Permalink
Update PresentationBase to version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Jan 19, 2020
1 parent a27d7bf commit 1d050a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.2 (2020-01-19)
* Update PresentationBase to version 2.3.0
### 1.1.1 (2020-01-04)
* Update PresentationBase to version 2.2.0
### 1.1.0 (2019-12-22)
Expand Down
6 changes: 2 additions & 4 deletions SUBSTitute.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<RootNamespace>Sungaila.SUBSTitute</RootNamespace>
<StartupObject>Sungaila.SUBSTitute.App</StartupObject>
<ApplicationIcon>SUBSTitute.ico</ApplicationIcon>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<Authors>David Sungaila</Authors>
<Copyright>Copyright © 2020 SUBSTitute</Copyright>
<Company />
Expand All @@ -21,8 +21,6 @@
<AssemblyOriginatorKeyFile>SUBSTitute.pfx</AssemblyOriginatorKeyFile>
<DelaySign>false</DelaySign>
<Platforms>AnyCPU;x64;x86</Platforms>
<AssemblyVersion>1.1.1</AssemblyVersion>
<FileVersion>1.1.1</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down Expand Up @@ -118,7 +116,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.2.1" />
<PackageReference Include="PresentationBase" Version="2.3.0" />
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
</ItemGroup>

Expand Down

0 comments on commit 1d050a9

Please sign in to comment.