Skip to content

Commit

Permalink
Require 4,7,2
Browse files Browse the repository at this point in the history
  • Loading branch information
kbilsted committed Feb 21, 2020
1 parent 7483f26 commit 17e1821
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Full documentation on usage and motivating examples at https://github.com/kbilsted/StatePrinter/tree/master/doc

## V4.0 (unreleased)
* Requires .NET Framework 4.6.1
* Requires .NET Framework 4.7.2
* Added `TestingBehaviour.SetAreEqualsMethod()` for easier integration with NUnit v3.x
* Removed all obsolete functionality.

Expand Down
2 changes: 1 addition & 1 deletion CreateNuget.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if not exist .\nuget_packages mkdir nuget_packages
if not exist .\distro mkdir distro
xcopy StatePrinter\*.cs distro\src\ /Y /Q /E
xcopy StatePrinter\bin\Debug\*.dll distro\lib\net35\ /Q
xcopy StatePrinter\bin\Debug\*.dll distro\lib\net472\ /Q
xcopy StatePrinter.nuspec distro\ /Q
cd distro

Expand Down
4 changes: 2 additions & 2 deletions DeployToNuget.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ REM ON FIRST RUN, RUN THIS (change the key to whatever is found on your profile
REM .nuget\NuGet.exe setapikey e39ea-get-the-full-key-on-nuget.org

call CreateNuget.cmd
.nuget\NuGet.exe push nuget_packages\StatePrinter.3.*.*.symbols.nupkg
.nuget\NuGet.exe push nuget_packages\StatePrinter.3.*.*.nupkg
.nuget\NuGet.exe push nuget_packages\StatePrinter.4.*.*.symbols.nupkg
.nuget\NuGet.exe push nuget_packages\StatePrinter.4.*.*.nupkg

cd nuget_packages
del /q *
Expand Down
2 changes: 1 addition & 1 deletion StatePrinter/StatePrinter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>StatePrinting</RootNamespace>
<AssemblyName>StatePrinter</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 3.0.{build}
image: Visual Studio 2017
image: Visual Studio 2019
environment:
COVERALLS_REPO_TOKEN:
secure: RoEmApsXRqFebGBxdrnjuuPoy9+DpcTu5v2s5DCJdtrmh6EsYYN2r+A1e1IuhzUZ
Expand Down

0 comments on commit 17e1821

Please sign in to comment.