Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantappMan committed Aug 23, 2018
1 parent 051fd2b commit e47ab72
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion EyeNurse.App/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" IgnorableNamespaces="uap mp rescap desktop">
<Identity Name="24765mscoder.61040289BE79A" Publisher="CN=49BC8659-1B4C-4520-B1FB-ED98CFA366C4" Version="1.1.1.0" />
<Identity Name="24765mscoder.61040289BE79A" Publisher="CN=49BC8659-1B4C-4520-B1FB-ED98CFA366C4" Version="1.1.3.0" />
<Properties>
<DisplayName>眼睛护士</DisplayName>
<PublisherDisplayName>巨应工作室 MscoderStudio</PublisherDisplayName>
Expand Down
6 changes: 3 additions & 3 deletions EyeNurse.Client/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.38")]
[assembly: AssemblyFileVersion("1.0.0.38")]
[assembly: AssemblyInformationalVersion("1.0.0.38-48e64b3")]
[assembly: AssemblyVersion("1.0.1.40")]
[assembly: AssemblyFileVersion("1.0.1.40")]
[assembly: AssemblyInformationalVersion("1.0.0.40-439a379")]
4 changes: 2 additions & 2 deletions EyeNurse.Client/Properties/AssemblyInfo.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]

0 comments on commit e47ab72

Please sign in to comment.