Skip to content

Commit

Permalink
Downgrade framework version. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
AraHaan authored Sep 11, 2018
1 parent 382115d commit c2ddcc9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 91 deletions.
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
[assembly: AssemblyInformationalVersion("1.0.1.0")]

// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET Framework documentation for more information on assembly signing.
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.0.0-alpha{build}
version: 1.0.1.0-alpha{build}
branches:
only:
- master
Expand All @@ -19,4 +19,4 @@ deploy:
api_key:
secure: w8jKLcMWVbTVBRRjl6k2eoRvajr5DpIB4XBhlEddCvx/9dSnDYbK5J0qXZXazE/E
on:
APPVEYOR_REPO_TAG: true
APPVEYOR_REPO_TAG: true
84 changes: 0 additions & 84 deletions readme.txt

This file was deleted.

4 changes: 2 additions & 2 deletions zlib.managed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Els_kom.Compression.Libs.Zlib</RootNamespace>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
Expand Down Expand Up @@ -83,4 +83,4 @@
<PreBuildEvent />
<PostBuildEvent />
</PropertyGroup>
</Project>
</Project>

0 comments on commit c2ddcc9

Please sign in to comment.