Skip to content

Commit

Permalink
Merge pull request #36 from UpendoVentures/tasks/release-1.4.1
Browse files Browse the repository at this point in the history
Releasing 1.4.1
  • Loading branch information
WillStrohl authored May 5, 2024
2 parents 14ceea0 + 586d8ce commit 420bef2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="UpendoVentures.Modules.HubSpotEasyDnnNewsBlogMigrator" type="Module" version="01.04.00">
<package name="UpendoVentures.Modules.HubSpotEasyDnnNewsBlogMigrator" type="Module" version="01.04.01">
<friendlyName>HubSpotEasyDnnNewsBlogMigrator</friendlyName>
<description><![CDATA[<p>Module to migrate HubSpot blog posts to EasyDNNNews</p>]]></description>
<iconFile>DesktopModules/HubSpotEasyDnnNewsBlogMigrator/Images/logo.png</iconFile>
Expand Down Expand Up @@ -30,7 +30,7 @@
<script type="UnInstall">
<path>Providers\DataProviders\SqlDataProvider</path>
<name>Uninstall.SqlDataProvider</name>
<version>01.04.00</version>
<version>01.04.01</version>
</script>
</scripts>
</component>
Expand Down Expand Up @@ -76,7 +76,7 @@
<attributes>
<businessControllerClass>UpendoVentures.Modules.HubSpotEasyDnnNewsBlogMigrator.Components.FeatureController, UpendoVentures.Modules.HubSpotEasyDnnNewsBlogMigrator</businessControllerClass>
<desktopModuleID>[DESKTOPMODULEID]</desktopModuleID>
<upgradeVersionsList>01.00.00,01.01.00,01.02.00,01.03.00,01.04.00</upgradeVersionsList>
<upgradeVersionsList>01.00.00,01.01.00,01.02.00,01.03.00,01.04.00,01.04.01</upgradeVersionsList>
</attributes>
</eventMessage>
</component>
Expand All @@ -93,7 +93,7 @@
<assembly>
<name>UpendoVentures.Modules.HubSpotEasyDnnNewsBlogMigrator.dll</name>
<path>bin</path>
<version>01.04.00</version>
<version>01.04.01</version>
</assembly>
<assembly>
<name>Dapper.dll</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<dotnetnuke type="Package" version="6.0">
<packages>
<package name="UpendoVentures.Modules.HubSpotEasyDnnNewsBlogMigrator_Symbols" type="Library" version="01.04.00">
<package name="UpendoVentures.Modules.HubSpotEasyDnnNewsBlogMigrator_Symbols" type="Library" version="01.04.01">
<friendlyName>HubSpotEasyDnnNewsBlogMigrator Module Symbols</friendlyName>
<description><![CDATA[Module to migrate HubSpot blog posts to EasyDNNNews]]></description>
<iconFile>~/DesktopModules/HubSpotEasyDnnNewsBlogMigrator/Images/logo.png</iconFile>
Expand All @@ -15,7 +15,7 @@
<releaseNotes src="ReleaseNotes.txt" />
<azureCompatible>True</azureCompatible>
<dependencies>
<dependency type="managedPackage" version="1.4.0">UpendoVentures.Modules.HubSpotEasyDnnNewsBlogMigrator</dependency>
<dependency type="managedPackage" version="1.4.1">UpendoVentures.Modules.HubSpotEasyDnnNewsBlogMigrator</dependency>
</dependencies>
<components>
<component type="ResourceFile">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("01.04.00")]
[assembly: AssemblyFileVersion("01.04.00")]
[assembly: AssemblyVersion("01.04.01")]
[assembly: AssemblyFileVersion("01.04.01")]

0 comments on commit 420bef2

Please sign in to comment.