Skip to content

Commit

Permalink
CopyPaste-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rapp committed Jun 16, 2016
1 parent b25972d commit 3ceedb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cinteros.XTB.BulkDataUpdater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ after_build:
7z a Cinteros.XTB.BulkDataUpdater_%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Output\%CONFIGURATION%\Cinteros.XTB.BulkDataUpdater.dll
appveyor PushArtifact Cinteros.XTB.ViewDesigner_%APPVEYOR_BUILD_VERSION%.zip
appveyor PushArtifact Cinteros.XTB.BulkDataUpdater_%APPVEYOR_BUILD_VERSION%.zip
artifacts:
- path: '**\Cinteros.XrmToolBox.BulkDataUpdater.*.nupkg'
deploy:
Expand Down
2 changes: 1 addition & 1 deletion Cinteros.XTB.BulkDataUpdater/PluginDescription.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
ExportMetadata("BackgroundColor", "#ffffff"), // Use a HTML color name
ExportMetadata("PrimaryFontColor", "#000000"), // Or an hexadecimal code
ExportMetadata("SecondaryFontColor", "DarkGray")]
public class ViewDesignerTool : PluginBase
public class BulkDataUpdaterTool : PluginBase
{
#region Public Methods

Expand Down

0 comments on commit 3ceedb1

Please sign in to comment.