diff --git a/appveyor.yml b/appveyor.yml
index 3db82435ff..74c7411858 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,11 +1,11 @@
-version: 2.4.0.{build}
+version: 2.4.1.{build}
image: Visual Studio 2017
install:
- cinst gtksharp -y
build_script:
- set BASE=%APPVEYOR_BUILD_FOLDER%
- set BUILD_VERSION=000%APPVEYOR_BUILD_NUMBER%
-- set BUILD_VERSION=2.4.0-build%BUILD_VERSION:~-4%
+- set BUILD_VERSION=2.4.1-build%BUILD_VERSION:~-4%
- msbuild -t:Package -p:BuildVersion=%BUILD_VERSION% build\Build.proj /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /consoleloggerparameters:NoSummary
- msbuild -t:BuildAddins build\Build.proj /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /consoleloggerparameters:NoSummary
test: off
diff --git a/build/Build.proj b/build/Build.proj
index 5a4b2cead2..e18accc2bf 100644
--- a/build/Build.proj
+++ b/build/Build.proj
@@ -170,6 +170,9 @@
-->
+
+
+
@@ -196,12 +199,7 @@
-
-
-
-
-
-
+
@@ -260,6 +258,7 @@
+
@@ -270,6 +269,8 @@
+
+
@@ -279,7 +280,7 @@
-
+
diff --git a/build/NuGet.targets b/build/NuGet.targets
index 1f5e49f25e..72083963d3 100644
--- a/build/NuGet.targets
+++ b/build/NuGet.targets
@@ -66,7 +66,7 @@
$(AssemblyName).$(AssemblyInformationalVersion).nupkg
- $(NugetCommand) push $(NonInteractiveSwitch) "$(PackageOutputDir)\$(NupkgName)"
+ $(NugetCommand) push $(NonInteractiveSwitch) "$(PackageOutputDir)\$(NupkgName)" -src "https://nuget.org"
diff --git a/build/help/Help.shfbproj b/build/help/Help.shfbproj
index 6144ffbe1c..8a9460ef7f 100644
--- a/build/help/Help.shfbproj
+++ b/build/help/Help.shfbproj
@@ -66,7 +66,7 @@
%temp%\shfbworking\
- 2.4.0.0
+ 2.4.1.0
100