Skip to content

Commit 96eb26b

Browse files
committed
Upgrade version.
Fix a little bug.
1 parent 80cf757 commit 96eb26b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

OutlookFolderNotifier/AboutAddInDialog.Designer.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OutlookFolderNotifier/OutlookFolderNotifier.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PublishUrl>PublishOutput\</PublishUrl>
3434
<InstallUrl />
3535
<TargetCulture>en</TargetCulture>
36-
<ApplicationVersion>1.0.0.4</ApplicationVersion>
36+
<ApplicationVersion>1.0.0.2</ApplicationVersion>
3737
<AutoIncrementApplicationRevision>true</AutoIncrementApplicationRevision>
3838
<UpdateEnabled>true</UpdateEnabled>
3939
<UpdateInterval>7</UpdateInterval>
@@ -280,7 +280,7 @@
280280
<FlavorProperties GUID="{BAA0C2D2-18E2-41B9-852F-F413020CAA33}">
281281
<ProjectProperties HostName="Outlook" HostPackage="{29A7B9D7-A7F1-4328-8EF0-6B2D1A56B2C1}" OfficeVersion="15.0" VstxVersion="4.0" ApplicationType="Outlook" Language="cs" TemplatesPath="" DebugInfoExeName="#Software\Microsoft\Office\16.0\Outlook\InstallRoot\Path#outlook.exe" AddItemTemplatesGuid="{A58A78EB-1C92-4DDD-80CF-E8BD872ABFC4}" />
282282
<Host Name="Outlook" GeneratedCodeNamespace="OutlookFolderNotifier" PublishedHash="69C324AB27932AA2FBF2B7EA72250886FF164DE6" IconIndex="0">
283-
<HostItem Name="ThisAddIn" Code="ThisAddIn.cs" CanonicalName="AddIn" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.cs" PublishedHash="7E376B51B455CA5B6A756E585CACB2462D00AE53" />
283+
<HostItem Name="ThisAddIn" Code="ThisAddIn.cs" CanonicalName="AddIn" PublishedHash="7E376B51B455CA5B6A756E585CACB2462D00AE53" CanActivate="false" IconIndex="1" Blueprint="ThisAddIn.Designer.xml" GeneratedCode="ThisAddIn.Designer.cs" />
284284
</Host>
285285
</FlavorProperties>
286286
</VisualStudio>

OutlookFolderNotifier/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
3434
// 方法是按如下所示使用“*”:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("1.0.0.0")]
37-
[assembly: AssemblyFileVersion("1.0.0.0")]
36+
[assembly: AssemblyVersion("1.0.1.*")]
37+
[assembly: AssemblyFileVersion("1.0.1")]
3838

0 commit comments

Comments
 (0)